RE: foreach parameter does not change

2004-11-26 Thread Robert Soesemann
SOLUTE PATH C:\...\foo.xml -Original Message- From: Bill Rich [mailto:[EMAIL PROTECTED] Sent: Freitag, 26. November 2004 17:29 To: 'Ant Users List' Subject: RE: foreach parameter does not change In 8_sub use @{file} to access the parameter. HTH Bi

RE: foreach parameter does not change

2004-11-26 Thread Bill Rich
In 8_sub use @{file} to access the parameter. HTH Bill -Original Message- From: Robert Soesemann [mailto:[EMAIL PROTECTED] Sent: Friday, November 26, 2004 7:46 AM To: Ant Users List Subject: foreach parameter does not change Hello, In my ant pipeline I have the following 2 targets

foreach parameter does not change

2004-11-26 Thread Robert Soesemann
Hello, In my ant pipeline I have the following 2 targets which perform a foreach on every xml file in a folder structure. I do it this way to pass the path of the currently process file to the xsl transformer. Although the code looks like $file is overwritten each iteration, all my xmls get the sa