Re: [Nant-users] Why use Nant?

2005-06-09 Thread Brett Michael
My team uses Nant and Visual Studio (perhaps you are as well?) Nant is used to house our clean production script. I feel it has the following advantages: * It builds the product from source code all the way to installer (we call InnoSetup from it). * It allows developers to use a Visual Studio pr

[Nant-users] Re: Running NAnt inside Visual Studio

2005-06-09 Thread Matthew Mastracci
We solved it in-house by creating a new solution configuration based on the Release configuration and called it "NAnt". The NAnt configuration disables all the projects and uses Makefiles to call NAnt to build the debug configuration. This sounds very interesting. Please can you describe this

Re: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Klaus Lüdenscheidt
Ryan Davis wrote: I get this error all the time. To the best of my knowledge, Visual Studio is opening the DLLs to read meta-data for autocomplete, and not cleaning up after itself. My coworkers have researched this problem extensively and found a dubious fix: http://blogs.acceleration.net/rus

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-09 Thread Klaus Lüdenscheidt
Matthew Mastracci wrote: We solved it in-house by creating a new solution configuration based on the Release configuration and called it "NAnt". The NAnt configuration disables all the projects and uses Makefiles to call NAnt to build the debug configuration. This sounds very interesting.

[Nant-users] Re: Can't run nant

2005-06-09 Thread David Plass
Sorry folks, false alarm; was just a weird permissions problem (fixed  via cygwin, thank you very much...) --DP Discover Yahoo! Find restaurants, movies, travel & more fun for the weekend. Check it out!

[Nant-users] Can't run nant

2005-06-09 Thread David Plass
Trying again, I think the first msg went to wrong place: Hi, I'm a newbie to nant (but not to ant, etc.)  I installed 0.85 RC3 under WinXPHome, I've installed .NET 1.1 SDK as well.  When I try to run NAnt.exe, I get this error: Help! TIA --DP   Unhandled Exception: System.TypeInitializationExcepti

[Nant-users] Can't run nant

2005-06-09 Thread David Plass
Hi, I'm a newbie to nant (but not to ant, etc.)  I installed 0.85 RC3 under WinXPHome, I've installed .NET 1.1 SDK as well.  When I try to run NAnt.exe, I get this error: Help! TIA --DP   Unhandled Exception: System.TypeInitializationException: The type initializer for "NAnt.Console.ConsoleStub" th

[Nant-users] Re: Running NAnt inside Visual Studio

2005-06-09 Thread Matthew Mastracci
Klaus Lüdenscheidt wrote: i'm working with a solution which can't be compiled in Visual Studio (i always get an error CS0013: could not write to ...pdb. Not enough memory). To work around this problem i want to compile the solution via NAnt's task. Outside Visual Studio it works fine. But whe

RE: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Ryan Davis
I get this error all the time. To the best of my knowledge, Visual Studio is opening the DLLs to read meta-data for autocomplete, and not cleaning up after itself. My coworkers have researched this problem extensively and found a dubious fix: http://blogs.acceleration.net/russ/archive/2004/10/17

Fwd: [Nant-users] not mapping - same problem (issue resolved)

2005-06-09 Thread Rik Hemsley
Forgot to CC to the list... -- Forwarded message -- From: Rik Hemsley <[EMAIL PROTECTED]> Date: 09-Jun-2005 12:48 Subject: Re: [Nant-users] not mapping - same problem To: Gert Driesen <[EMAIL PROTECTED]> On 07/06/05, Rik Hemsley <[EMAIL PROTECTED]> wrote: > On 19/05/05, Gert Dri

[Nant-users] How to pass compilation symbols

2005-06-09 Thread Christian Leh
Hi, I'm using the task to build my solutions. Now I'm in the situation that I need to pass some compilation symbols to the task that is used by the task (i.e. /define:MySymbol). Is there any way to do that? Greets Christian Leh --- This

RE: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Christian Leh
I can't tell you how to solve that, but afaik visual studio loads them into An appdomain and so they get locked. That should be the reason why you can't Overwrite them. Greets Christian Leh > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > "Kl