RE: [Nant-users] Replace Task in Nant

2003-08-21 Thread Mark Colburn
PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 1:26 AM Subject: RE: [Nant-users] Replace Task in Nant > Overall, I like the idea, but I'm wondering the utility/value of a set of > new tasks versus just invoking sed/awk/perl from an exec task ? > > - Ant

Re: [Nant-users] Replace Task in Nant

2003-08-21 Thread Ian MacLean
Duncan Godwin wrote: We have the copy task so far, filtering would need to be added. I seem to remember John Lam has implemented this for his own version of NAnt but I haven't seen the code anywhere. I just think where a parallel for similar functionality exists (in Ant) it should be used if p

Re: [Nant-users] Replace Task in Nant

2003-08-20 Thread Duncan Godwin
uot;Daya Sharma" <[EMAIL PROTECTED]> To: "'Duncan Godwin'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 8:18 PM Subject: RE: [Nant-users] Replace Task in Nant > Do we have Ant's Copy and Filters equivalent in Nant?? &

RE: [Nant-users] Replace Task in Nant

2003-08-20 Thread Daya Sharma
Do we have Ant's Copy and Filters equivalent in Nant?? -daya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Duncan Godwin Sent: Wednesday, August 20, 2003 12:59 PM To: [EMAIL PROTECTED] Subject: Re: [Nant-users] Replace Task in Nant I would argue

Re: [Nant-users] Replace Task in Nant

2003-08-20 Thread Duncan Godwin
AIL PROTECTED]> Sent: Wednesday, August 20, 2003 1:26 AM Subject: RE: [Nant-users] Replace Task in Nant > Overall, I like the idea, but I'm wondering the utility/value of a set of > new tasks versus just invoking sed/awk/perl from an exec task ? > > - Ants > > | -Ori

Re: [Nant-users] Replace Task in Nant

2003-08-20 Thread Jaroslaw Kowalski
s means 100% portability for now. If I had I could get rid of 50% of my utility programs. Jarek - Original Message - From: "Anthony LoveFrancisco" <[EMAIL PROTECTED]> To: "'Jaroslaw Kowalski'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAI

[Nant-users] Replace Task in Nant

2003-08-19 Thread Daya Sharma
Hi All I think it will be wonderful to have a Replace task in Nant, much like it is in ANT http://ant.apache.org/manual/CoreTasks/replace.html . This is specially useful for cases like changing the value of the project URL in .sln file when using Solution task. e.g. to change "http://localhost/ip

RE: [Nant-users] Replace Task in Nant

2003-08-19 Thread Anthony LoveFrancisco
ugust, 2003 13:48 | To: [EMAIL PROTECTED]; [EMAIL PROTECTED] | Subject: Re: [Nant-users] Replace Task in Nant | | | Great idea. It would also be useful for updating assembly | versions within daily builds. And because it's very easy to | use regular expressions on .NET I sugge

Re: [Nant-users] Replace Task in Nant

2003-08-19 Thread Jaroslaw Kowalski
is task to insert / ensure standard license header (BSD, GPL) into source files, but perhaps that should be another task. Jarek - Original Message - From: "Daya Sharma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 19, 2003 7:30 PM Subject: [

[Nant-users] Replace Task in Nant

2003-08-19 Thread Daya Sharma
Hi All I think it will be wonderful to have a Replace task in Nant, much like it is in ANT http://ant.apache.org/manual/CoreTasks/replace.html . This is specially useful for cases like changing the value of the project URL when using Solution task. Case in point is the following that I had to wri