Re: [Newbie] Nice way of concatenating files

2010-07-19 Thread Matthew Jaggard
uld be very close to gthe answer. > > -- > Jonathan Rosenberg > Founder & Executive Director, Tabby's Place > http://www.tabbysplace.org/ > > > > > -Original Message- > From: Matthew Jaggard [mailto:matt...@jaggard.org.uk] > Sent: Monday, July 19,

RE: [Newbie] Nice way of concatenating files

2010-07-19 Thread Jonathan Rosenberg
abbysplace.org/ -Original Message- From: Matthew Jaggard [mailto:matt...@jaggard.org.uk] Sent: Monday, July 19, 2010 11:40 AM To: Ant Users List Subject: Re: [Newbie] Nice way of concatenating files I saw this but couldn't work out how to apply it to a selection of files as my scrip

RE: [Newbie] Nice way of concatenating files

2010-07-19 Thread Shawn Castrianni
in the root element. --- Shawn Castrianni -Original Message- From: Matthew Jaggard [mailto:matt...@jaggard.org.uk] Sent: Monday, July 19, 2010 10:40 AM To: Ant Users List Subject: Re: [Newbie] Nice way of concatenating f

Re: [Newbie] Nice way of concatenating files

2010-07-19 Thread Matthew Jaggard
Monday, July 19, 2010 11:00 AM > To: user > Subject: [Newbie] Nice way of concatenating files > > Hi, >   Sorry for the newbie question. I have written a task to concatenate > files but want to do it better (in a more platform independent way) as > it currently relies on "cat

RE: [Newbie] Nice way of concatenating files

2010-07-19 Thread Jonathan Rosenberg
w Jaggard Sent: Monday, July 19, 2010 11:00 AM To: user Subject: [Newbie] Nice way of concatenating files Hi, Sorry for the newbie question. I have written a task to concatenate files but want to do it better (in a more platform independent way) as it currently relies on "cat" being

[Newbie] Nice way of concatenating files

2010-07-19 Thread Matthew Jaggard
Hi, Sorry for the newbie question. I have written a task to concatenate files but want to do it better (in a more platform independent way) as it currently relies on "cat" being an available executable. Can anyone tell me how to do this using the task or anything?