View Single Post
  #1  
Old 01-11-2011, 12:38 AM
Joe G Joe G is online now
Registered User
 
Join Date: 10-09-2008
Posts: 6
ANT target parameters

How do I pass target parameters to an ANT script called in a Visual Build Subroutine?

e.g.

SubRoutine to call: Run Ant Script

Name: Value:
ANT_Build_Script C:\temp\build.xml

I would like to call 2 targets in build.xml:
gen.abc.jar and gen.xyz.jar.

I'm looking for the equivalent of the DOS cmd line:
ant -f build.xml gen.abc.jar gen.xyz.jar

Thanks.
Reply With Quote