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

时间:2021-04-19 19:02:14

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

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

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.

我了解建议的方法是在插件目录中提供customBuildCallbacks.xml文件,并在build.properties文件中添加一个链接。

 # 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 个解决方案

#1


0  

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

实际上,我发现这是唯一需要的......如果我们使用的是eclipse 3.3。这不适用于Eclipse 3.1

#1


0  

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

实际上,我发现这是唯一需要的......如果我们使用的是eclipse 3.3。这不适用于Eclipse 3.1