在 Eclipse RCP 无头构建中使用 customBuildCallbacks.xml

发布于 2024-07-06 03:11:30 字数 336 浏览 7 评论 0原文

我正在尝试将一些自定义构建步骤添加到 Eclipse RCP 应用程序的无头构建过程中。

据我了解,推荐的方法是在插件目录中提供 customBuildCallbacks.xml 文件,并在 build.properties 文件中添加指向该文件的链接。

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

然而,在构建过程中,这一步被忽略。

我可能缺少一些设置步骤吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很糊涂小朋友 2024-07-13 03:11:30

事实上,我发现这是唯一需要的......如果我们使用 eclipse 3.3。 这在 Eclipse 3.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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文