You could start another buildfile with these tasks:
<ant>
<subant>
<import>
<exec>
<java> 


Jan

>-----Ursprüngliche Nachricht-----
>Von: Gilbert Rebhan [mailto:[EMAIL PROTECTED] 
>Gesendet: Freitag, 20. April 2007 20:21
>An: Ant Users List
>Betreff: Re: I want to ref to another build.xml and execute it
>
>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]
>
>

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

Reply via email to