Using customBuildCallbacks.xml in an Eclipse RCP headless build
Asked Answered
C

1

2

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?

Costard answered 23/9, 2008 at 14:13 Comment(0)
C
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

Costard answered 24/9, 2008 at 15:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.