#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
See the attached sample.
|
#3
|
|||
|
|||
Thank You.
|
|
|