无法创建PDE Eclipse 3.x RCP应用程序的Apache Ant无头构建

时间:2014-11-14 14:07:20

标签: java eclipse apache eclipse-rcp rhel

我可以通过启动Eclipse IDE成功启动应用程序,按照向导通过“Eclipse Product export wizard”,但是,我不想启动Eclipse IDE。

我的最新尝试:

./eclipse -clean -export jars -exportplugins -exportfeatures -exportproducts -nosplash
-data ~/eclise_remote_worspace -application abc.Application

上述linux终端行的错误是:

java.lang.RuntimeException: Application “abc.Application” could not be found in the 
registry. The applications available are: ...

另一种尝试是创建一个build.xml文件,如this文章的第1部分所述,如果由于不正确的javacSource和javacTarget值(两者都应为1.7)而尝试按原样运行,则会生成错误。修复版本导致构建尝试构建servce(可能是所有内容),但是在加载依赖库时失败。

如果您需要更多信息/说明,请不要犹豫!

谢谢,Everlight

0 个答案:

没有答案