Another approach is to create a normal c# project but set it to not
build ( use the configuration manager under Build to do this ). Use your
button to build using nant and then for debugging:
set the debug mode to program rather than project
set the start application to the nant built ex
Perfect, thanks Scott.
-mark
From: [EMAIL PROTECTED] on behalf of Scott Hernandez
Sent: Tue 10/21/2003 6:34 PM
To: [EMAIL PROTECTED]
Subject: Re: [Nant-users] NAnt support of DOCTYPE/ENTITY
properties.xml should look like this:
The task loads a
Happy to help Mark.
If anyone can confirm that DTD entities (do not) work in our buildfiles (and
provide a sample please) that would be great.
Our build files should support standard dtd stuff. It would good to bug this
if we don't.
- Original Message -
From: "Mark Colburn" <[EMAIL PROT
Hi,
This might be what you are looking for:
http://nant.sourceforge.net/wiki/index.php/VSNETIntegrationViaMakefile
Clayton
-Original Message-
From: Marion Nalepa [mailto:[EMAIL PROTECTED]
Sent: October 22, 2003 6:51 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] projects and
Hi,
I am not sure if this should be asked here or on the nantcontrib list,
so I will try here first.
I am able to build an installer just fine with the MSI task, but that
installer will not run. I am storing several .NET assemblies in the MSI,
and the MSITask is generating a separate component fo
When developing a project with nant (a C# project, in this case). What do
people do for solution and project files so that you can run with the debugger
and use the IDE. I can setup a button to run Nant just fine, but that still doesn't
give me a context for debugging.
When I used makefiles, there