You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Kate McCole <tt...@live.com> on 2008/11/28 21:53:06 UTC

call another program with ant

Is there any task for ant to call other scripts or files?
Thanks
-- 
View this message in context: http://www.nabble.com/call-another-program-with-ant-tp20740395p20740395.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: call another program with ant

Posted by Kate McCole <tt...@live.com>.
Great help!!
Thank you very much

-- 
View this message in context: http://www.nabble.com/call-another-program-with-ant-tp20740395p20741008.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: call another program with ant

Posted by Gilbert Rebhan <an...@schillbaer.de>.
Kate McCole schrieb:
> Is there any task for ant to call other scripts or files?
> Thanks

call other scripts, programs ... with <exec> task, see=
http://ant.apache.org/manual/CoreTasks/exec.html

call other ant scripts with <ant> task, see=
http://ant.apache.org/manual/CoreTasks/ant.html

also subant, see=
http://ant.apache.org/manual/CoreTasks/subant.html


Regards, Gilbert



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org