Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Common Build Infrastructure/Getting Started/Build In Hudson/Ant Job

Rather than starting your build with a Bash script, you can use Ant to build.

Set up the Ant script just as if you were building from within Eclipse.

On the job configuration screen select Invoke Ant, and then Advanced.

Your Ant build configuration will look similar to the following:

AntAthenaHudson.jpg

If you have additional properties that you do not want to include in your build.properties file, you can pass them in through this configuration. This allows you to have a generic build.properties and override or add as necessary specifics that may be needed for your Hudson build.

See Also

Back to the top