RE: [NAnt-users] File operations

2006-04-21 Thread Evans, Jonathan (2)
, April 19, 2006 3:45 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] File operations (ups, sorry for double-sending to the admin list) Woot, this is nice, I can do half of the needed stuff with it :) Edit however looks like a problem? For example when creating the install, I have

Re: [NAnt-users] File operations

2006-04-19 Thread Flex
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Flex Sent: Wednesday, April 19, 2006 10:45 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] File operations (ups, sorry for double-sending to the admin list) Woot, this is nice, I can do half of the needed

RE: [NAnt-users] File operations

2006-04-19 Thread Foster, Richard - PAL
, 2006 10:45 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] File operations (ups, sorry for double-sending to the admin list) Woot, this is nice, I can do half of the needed stuff with it :) Edit however looks like a problem? For example when creating the install, I have to update

Re: [NAnt-users] File operations

2006-04-19 Thread Flex
(ups, sorry for double-sending to the admin list) Woot, this is nice, I can do half of the needed stuff with it :) Edit however looks like a problem? For example when creating the install, I have to update the contents of some files. Currently doing this by hand which is not fun too. I was hopi

RE: [NAnt-users] File operations

2006-04-19 Thread Foster, Richard - PAL
Flex, Generating text based files is actually pretty easy. Take a look at the echo task (specifically redirecting the output to a file). See http://nant.sourceforge.net/release/latest/help/tasks/echo.html for details. If the file in question is XML based, there are also the XMLPeek (http://nant.s

RE: [NAnt-users] File operations

2006-04-19 Thread Burgess, Michael
Have you checked NAntContrib also? I'm fairly new to this, but if you can't find a task, you can either write your own or use the task or similar to call up pre-written scripts etc to do the work. More experienced users - please correct any nonsense I've come out with there! Cheers, Mike.