up vote 1 down vote favorite
1
share [g+] share [fb]

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.

Any help much appreciated.

link|improve this question

76% accept rate
feedback

1 Answer

up vote 6 down vote accepted

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.

link|improve this answer
doh, must have been asleep when I was looking over the gui there. thanks. – Robin Mar 13 '09 at 15:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.