Sorry everybody ... made a mistake by mentioning instead of
On 10/5/07, Alec Fernandez <[EMAIL PROTECTED]> wrote:
>
> The handy, dandy ant task is the ticket. This from
> ant.apache.org/manual.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> These lines invoke the same build file:
>
>
>
>
>
>
Use task
For more info see http://ant.apache.org/manual/CoreTasks/antcall.html
On 10/5/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I need to call one ant script from another ant script. Can somebody
> please tell me how to do that.
>
> Regards
> Irfan.
>
>
>
>
--
Thank
Try using the ant target as below
Mike S.
>>> [EMAIL PROTECTED] 05/10/2007 11:46:27 >>>
Hi All,
I need to call one ant script from another ant script. Can somebody
please tell me how to do that.
Regards
Irfan.
-
The handy, dandy ant task is the ticket. This from
ant.apache.org/manual.
These lines invoke the same build file:
The build file of the calling project defines some elements like
this:
...
...
and the called build file (subbuild.xml) also defines a with the