RE: Using foreach

2009-06-24 Thread Rebhan, Gilbert
-Original Message- From: Matt Benson [mailto:gudnabr...@yahoo.com] Sent: Wednesday, June 24, 2009 2:57 PM To: Ant Users List Subject: RE: Using foreach /* Not to rain on the proverbial parade, but you don't need iteration or third-party tasks to do this: HTH, Matt P.S

RE: Using foreach

2009-06-24 Thread Matt Benson
Not to rain on the proverbial parade, but you don't need iteration or third-party tasks to do this: HTH, Matt P.S. You also didn't need to wrap your fileset in a path on your iteration-based example. --- On Wed, 6/24/09, nisse wrote: > From: nisse > Subject: R

RE: Using foreach

2009-06-24 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert [mailto:gilbert.reb...@huk-coburg.de] Sent: Wednesday, June 24, 2009 9:33 AM To: 'Ant Users List' Subject: RE: Using foreach -Original Message- From: nisse [mailto:nisse...@home.se] Sent: Wednesday, June 24, 2009 9:21 A

RE: Using foreach

2009-06-24 Thread nisse
Thanks! Works great! Rebhan, Gilbert wrote: > > > -Original Message- > From: nisse [mailto:nisse...@home.se] > Sent: Wednesday, June 24, 2009 9:21 AM > To: user@ant.apache.org > Subject: Using foreach > > /* > > [..] > > > This code prints for example "C:/Temp/MyFile.txt" > But I

RE: Using foreach

2009-06-24 Thread Rebhan, Gilbert
-Original Message- From: nisse [mailto:nisse...@home.se] Sent: Wednesday, June 24, 2009 9:21 AM To: user@ant.apache.org Subject: Using foreach /* [..] This code prints for example "C:/Temp/MyFile.txt" But I only want it to print "MyFile.txt", how do I do that in a simple way?? */ us