Re: [Nant-users] Replace Task in Nant

2003-08-20 Thread Duncan Godwin
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 possible, unless it j

[Nant-users] Deployment of asp.net app using Nant

2003-08-20 Thread Daya Sharma
Hi All I am a newbie to Nant, .Net ... I used Nant to build my VS.net solution (and Draco.net to automate the process). I am using NUnitASP to unit test my ASPx pages and NUnit for non-asp tests. I know that I can run both NUnitASP and NUnit tests using Nant but I would like to run ASP tests

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 it's nic

RE: [Nant-users] Copying a directory tree

2003-08-20 Thread Nair, Nipun
Title: Message Hi Sean,   Try this :                                  -- Nipun. -Original Message-From: Sean Perkin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 1:39 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] Copying a directory tre

Re: [Nant-users] Replace Task in Nant

2003-08-20 Thread Duncan Godwin
I would argue it's nice to have an integrated task rather than requiring knowledge of another external tool. I wonder though if there should be a replace task at all, in ant, this sort of thing is done with copy and filters [1], and I think where it still fits it makes sense to reuse the power

Re: [Nant-users] Mono .26

2003-08-20 Thread Jaroslaw Kowalski
You have to get NAnt from CVS and recompile it on Linux. It's quite easy. If you have problems, contact me and I'll send you pre-compiled NAnt binaries that I use on Linux. Jarek - Original Message - From: "Jesse S. A. Bridgewater" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednes

Re: [Nant-users] Replace Task in Nant

2003-08-20 Thread Jaroslaw Kowalski
NAnt is all about portability. That means you don't have to worry where your C# compiler is installed and whether it's called "csc" or "mcs" or how to invoke resgen for a particular framework version (mono vs .net). That's also the reason why you have cvs and zip tasks in NAnt. Sed and Awk are not

RE: [Nant-users] Mono .26

2003-08-20 Thread Will Castelnau
Hi, Exact same problem here. I believe mono 0.26 comes with an older distribution of Nant (0.6). It's part of the mcs package, in its subfolders. But now, as to why nant-0.8.3-rc2 does not work under linux, I am not sure. Anyone else got any ideas? Regards, Will. > -Original Message- >