Re: Antcall task not doing what I want it to do!

2006-03-16 Thread Res Pons
no, that's just my typo in this email. The build file is spelled correctly. Thanks anyway :) Original Message Follows From: TH Lim <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Antcall task not doing what I want it to do! Date: T

Re: Antcall task not doing what I want it to do!

2006-03-16 Thread Res Pons
This is great. Thank you so much for the thorough explanation and examples. :) Original Message Follows From: Ninju Bohra <[EMAIL PROTECTED]> Reply-To: Ninju Bohra <[EMAIL PROTECTED]> To: Ant Users List Subject: Re: Antcall task not doing what I want it to do! Date: Thu, 16

Re: Antcall task not doing what I want it to do!

2006-03-16 Thread TH Lim
Is it because it should be instead of ? --- Res Pons <[EMAIL PROTECTED]> wrote: > Hi everyone! > > I'm making an antcall from the source target to its > destination target. > > > > > > > > >value="${build.number}" /> > > > > Naturally the echo stmt in the newbuildnum targ

Re: Antcall task not doing what I want it to do!

2006-03-16 Thread Ninju Bohra
cation you can look into the task from the ant-contrib project, however I would use that only as a last resort. - Original Message From: Res Pons <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Thursday, March 16, 2006 6:52:54 PM Subject: Antcall task not doing what I want

Antcall task not doing what I want it to do!

2006-03-16 Thread Res Pons
Hi everyone! I'm making an antcall from the source target to its destination target. Naturally the echo stmt in the newbuildnum target works but how do I get it back to callbuildnumber target, the echo stmt in this target does not work? __