problem is to reference your @{argvalue} in
> the outputproperty name. So something like:
>
>
>
> Ben
>
> -Original Message-
> From: broken connection [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 29, 2007 11:57 AM
> To: Ant Users List; [EMAIL PROTECTED]
&
-
From: broken connection [mailto:[EMAIL PROTECTED]
Sent: Friday, June 29, 2007 11:57 AM
To: Ant Users List; [EMAIL PROTECTED]
Subject: Re: For loop question
Wow..now thats too much code for me!
I don't want something that complex,is this the only way to accomplish
this
or some si
loop question
Wow..now thats too much code for me!
I don't want something that complex,is this the only way to accomplish
this
or some simpler way is also there, I was thinking of something like
Wow..now thats too much code for me!
I don't want something that complex,is this the only way to accomplish this
or some simpler way is also there, I was thinking of something like this:
Interesting question... I actually had a need to iterate over a list
(using for loop construct) but needed the previous, current and next
elements in the list - certainly similar functionality. Here is my
macro def:
description = "Allows one to iterate over a list/files and for
ea
Hi Friends,
I have a simple "for" task question. I use this for task from ant-contrib:
I want to pass in 3 values and store the output in 3 different properties .
Is there anyway to do this??
Rite now, the ou