You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stephen Champeau <sc...@leaselink.com> on 2001/04/03 02:34:43 UTC

Retrieving values from task?

I have built several tasks that manage the build number of my project. I
would now like to retrieve and use this build number from within my ant
script. Is there any way to do this?

Thanks,

Steve C.


Re: Retrieving values from task?

Posted by Stefan Bodewig <bo...@apache.org>.
Stephen Champeau <sc...@leaselink.com> wrote:

> I have built several tasks that manage the build number of my
> project. I would now like to retrieve and use this build number from
> within my ant script. Is there any way to do this?

Make them set a property.

Stefan