Pass a command line argument to Ant in Hudson - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T05:41:40Zhttp://stackoverflow.com/feeds/question/642219http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/642219/pass-a-command-line-argument-to-ant-in-hudson0Pass a command line argument to Ant in Hudsonrwarren2009-03-13T11:18:04Z2009-03-13T11:44:08Z
<p>I'm trying to pass a -lib argument to ant as part of an automated build using Hudson but can't see a way to do this. I could add the relevant libraries to the ant/lib folder but that would then mean the same version of the library necessarily being shared by all builds on that machine.</p>
<p>Any help much appreciated.</p>
http://stackoverflow.com/questions/642219/pass-a-command-line-argument-to-ant-in-hudson/642305#6423053Answer by Mark for Pass a command line argument to Ant in HudsonMark2009-03-13T11:44:08Z2009-03-13T11:44:08Z<p>In your Hudson job configuration you can specify ant arguments such as -lib in the Targets field. See the help message that opens when you click the ? next to the Targets field.</p>