Hi, I am looking for having ant build.xml
<project> <target name="callOther"> <ant dir="other direc.."> //as part of this call I need to pass the command line options which used for invoking this ant </ant </project> When this ant is run using the command ant -Dprop=10 clean deploy -debug Then the callOther directory build.xml should be called exactly with the same args i.e -Dprop=10 clean deploy -debug is that possible. Regards Raja Nagendra Kumar, C.T.O www.tejasoft.com -- View this message in context: http://www.nabble.com/ant-target-and--D-options-to-ant-task-tp25368031p25368031.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
