Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Common Build Infrastructure/Getting Started/Build In Hudson/Ant Job"

(New page: Rather than starting your build with a Bash script, you can use ANT to build. Set up the ant script just as ...)
 
(See Also)
Line 13: Line 13:
 
== See Also ==
 
== See Also ==
  
* [[Common Build Infrastructure/Getting Started/Build In Hudson/Sample Ant Job]]
+
* [[Common_Build_Infrastructure/Getting_Started/Build_In_Hudson/Sample_Ant_Job]]
  
 
[[Category:Athena Common Build]]
 
[[Category:Athena Common Build]]
 
[[Category:Hudson]]
 
[[Category:Hudson]]
 
[[Category:Releng]]
 
[[Category:Releng]]

Revision as of 16:24, 19 October 2009

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