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
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
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
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.
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!
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
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
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
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
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
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
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
12 matches
Mail list logo