Pass a command line argument to Ant in Hudson - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T05:41:40Z http://stackoverflow.com/feeds/question/642219 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/642219/pass-a-command-line-argument-to-ant-in-hudson 0 Pass a command line argument to Ant in Hudson rwarren 2009-03-13T11:18:04Z 2009-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#642305 3 Answer by Mark for Pass a command line argument to Ant in Hudson Mark 2009-03-13T11:44:08Z 2009-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>