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
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
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
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
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?
__