Re: calling a build file from another

2008-12-17 Thread glenn opdycke-hansen
Subant is another option. http://ant.apache.org/manual/CoreTasks/subant.html I just did a restructure of an Ant script and did some research in this. I ended up splitting up the large ant script and used import task --glenn

RE: calling a build file from another

2008-12-17 Thread Rez
Thanks, I didn't even given a 2nd thought on clicking on that command, thinking it's supposed to be used at the command line only. Duh. That's what I needed, thanks again.> Date: Wed, 17 Dec 2008 12:05:52 +0530> From: sra...@yahoo.co.in> To: user@ant.apache.org> S

Re: calling a build file from another

2008-12-17 Thread Shaaf Syed M
My bad, understood it incorrectly. Thanks. On Wed, Dec 17, 2008 at 10:33 AM, Ramu Sethu wrote: > I believe antcall is for calling another target in the same build > > On Wed, Dec 17, 2008 at 2:26 PM, Shaaf Syed M wrote: > > > this might be of help too. > > > > http://ant.apache.org/manual/Core

Re: calling a build file from another

2008-12-17 Thread Ramu Sethu
I believe antcall is for calling another target in the same build On Wed, Dec 17, 2008 at 2:26 PM, Shaaf Syed M wrote: > this might be of help too. > > http://ant.apache.org/manual/CoreTasks/antcall.html > > > > On Wed, Dec 17, 2008 at 12:38 AM, Rez wrote: > > > > > Hi > > Not sure why I got a

Re: calling a build file from another

2008-12-17 Thread Shaaf Syed M
this might be of help too. http://ant.apache.org/manual/CoreTasks/antcall.html On Wed, Dec 17, 2008 at 12:38 AM, Rez wrote: > > Hi > Not sure why I got a mailer daemon posting to Ant user group?! > > Is it possible to call one ant file (build.xml) from another project's > buil=d.xml?currently

Re: calling a build file from another

2008-12-16 Thread Ramu Sethu
Yes use ant task see http://ant.apache.org/manual/CoreTasks/ant.html for more info On Wed, Dec 17, 2008 at 5:08 AM, Rez wrote: > > Hi > Not sure why I got a mailer daemon posting to Ant user group?! > > Is it possible to call one ant file (build.xml) from another project's > buil=d.xml?current