, 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
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
, 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
(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
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
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.