Sharad wrote:
Hi,
I want to create a target which can be called using . But i want
to get the return value from the called target. Is there a way to get it?
I tried using ant contrib's variable property using but the
antfetch and antcallback (from ant contrib) might do what you want.
On Mon, 11 Oct 2004 13:50:50 -0500,
Jacob Kjome <[EMAIL PROTECTED]> wrote:
> Or use a rather than . There are very few reasons to still
> be using anymore now that exists.
Just out of curiosity, could you tell me the reasons?
I can't find them.
-- Yuji Yamano <[EMAIL PROTECTED]>
Loan me y
hing related...
> [1] http://ant-contrib.sourceforge.net/tasks/antcallback_task.html
>
> HTH
>
> -Original Message-
> From: Sharad [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 11, 2004 11:45 AM
> To: Ant Users List
> Subject: How to get the return value from the
>
>
>
ct: How to get the return value from the
Hi,
I want to create a target which can be called using . But i want
to get the return value from the called target. Is there a way to get it?
I tried using ant contrib's variable property using but the
property value is not returned from th
Hi,
I want to create a target which can be called using . But i want
to get the return value from the called target. Is there a way to get it?
I tried using ant contrib's variable property using but the
property value is not returned from the called target. Follows is the code
snipped i tried :