简体   繁体   English

从命令行导出Eclipse RCP产品

[英]Export a Eclipse RCP product from command Line

I tried different way to export it but i couldn't succeed in it. 我尝试了不同的方式导出它,但无法成功。

I need a way to export my product file which is located in my workspace. 我需要一种导出位于工作空间中的产品文件的方法。

If you need to implement do that using command lines, you must compile the product using maven with tycho. 如果需要使用命令行来实现,则必须使用带有tycho的maven来编译产品。 You will need to implement every module as a artifact in Maven. 您将需要将每个模块实现为Maven中的工件。

After the configuration you only need to run: 配置完成后,您只需要运行:

mvn clean install

Please read this link: https://www.eclipse.org/tycho/ 请阅读此链接: https : //www.eclipse.org/tycho/

Here is the tutorial to configure your project: https://www.vogella.com/tutorials/EclipseTycho/article.html 这是配置项目的教程: https : //www.vogella.com/tutorials/EclipseTycho/article.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM