Hi,

Denis Bessmertnyj wrote:
Inside <target... I want to ref to another build.xml and execute it simply.
Does Ant has special tasks which will help except <java...?

<ant antfile="..." />

you may even call a specific target with =

<ant antfile="..." target="name of the target"  />

just have a look on the ant task as Sean already
mentioned =

http://ant.apache.org/manual/CoreTasks/ant.html


Regards, Gilbert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to