> In the snippet below the instance property is set to "a,b,c". 
> I want the
> ftp_transfer target to run three times with a different remotedir
> attribute value each time. The target fires three times alright,
> but the instance property holds the first value (a) all three 
> times. What
> am I doing wrong?

Properties are (more-or-less) immutable.
You probably want to use antcall for this.

Or you could use foreach (but don't tell anybody).
http://marc.theaimsgroup.com/?l=ant-dev&m=98803020500754&w=2


The information contained in this email is confidential.  If you are not the 
intended recipient, you may not disclose or use the information in this email 
in any way.  Macquarie Bank does not guarantee the integrity of any emails or 
attached files.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to