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
The common solution to this 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]
Subject: Re: For
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