Re: CopyTask: attribute to overwrite readonly files

2010-07-22 Thread Matthew Jaggard
If in doubt, try it out! Sent from my tellingphone. On Jul 22, 2010 7:13 PM, "Vimil Saju" wrote: Hi, I was looking if the copy task had the ability to overwrite read-only files. The manual says that if the 'force' attribute is set to true then read-only files will be overwritten, but it also s

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 Matthew Jaggard
g/manual/index.html > > -- > Jonathan Rosenberg > Founder & Executive Director, Tabby's Place > http://www.tabbysplace.org/ > > > -Original Message- > From: matt...@jaggard.org.uk [mailto:matt...@jaggard.org.uk] On Behalf Of > Matthew Jaggard > Sent:

[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?