Re: Calling another ant script

2007-10-05 Thread Ramu Sethu
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: > > > > > >

Re: Calling another ant script

2007-10-05 Thread Ramu Sethu
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

Re: Calling another ant script

2007-10-05 Thread Mike Stewart
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. -

RE: Calling another ant script

2007-10-05 Thread Alec Fernandez
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