Re: [nant-dev] Output target framework at startup ?

2004-09-29 Thread Gary Feldman
From: Clayton Harbour [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 10:48 AM Hi, +1 for outputting the target framework Gary, would the quiet (-q) switch solve the verbosity issue? If you are looking for even less output there are other commandline tools that also add another quiet

[nant-dev] Copy project task

2004-09-29 Thread Keyser, Jeffrey
I have developed a task that I would like to offer up as a contribution to NAnt. The copyProject task is designed to take the compiled output of a VS.NET project and copy it to another location. For example: copyProject projectFile=test.csproj configuration=Release destinationFolder=C:\Program

[nant-dev] RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Bringing this over to the developers list: I see what you mean about appdomain issues. I'll look into the code as I expect the implementation might be somewhat easy. I'll also try to write some good tests! Would it be feasible to create a second appdomain, load the assembly into that appdomain,