Using customBuildCallbacks.xml in an Eclipse RCP headless build

我与影子孤独终老i 提交于 2019-12-10 22:42:39

问题


I am trying to add some custom build steps to my headless build process for an Eclipse RCP application.

I understand that the recommended way is to provide a customBuildCallbacks.xml file on the plug-in directory, and adding a link to it in the build.properties file.

 # This property sets the location of the customb Build callback
 customBuildCallbacks = customBuildCallbacks.xml

However, during the build process, this step is ignored.

Is there some set-up step I might be missing?


回答1:


Actually, I found out that this is the only thing required.... if we are using eclipse 3.3. This will not work using Eclipse 3.1



来源:https://stackoverflow.com/questions/121244/using-custombuildcallbacks-xml-in-an-eclipse-rcp-headless-build

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!