I've been thinking about writing some ASP.Net 2.0 Tasks. I have the following things I want to do.- Add support for a aspnet_compiler task.- Start/stop/restart the dev web server (WebDev.WebServer.EXE) with a new task
- Validate dependant files (xml, xslt, log4net, etc.)Would anyone else be interes
Hi Rick,
I would just call MSBuild from my nant script and tell it to build the
project or solution file.
Andy
-Original Message-
From: Rick G. Garibay [mailto:[EMAIL PROTECTED]
Sent: Friday, April 21, 2006 1:09 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] ASP.NET 2.0
Hi.
We have chosen following approach:
1. The refernces assemblies are placed into subfolder of solution folder
("References").
2. All assembly references are added from that folder.
3. As result, the inside the *.csproj files are relative to
the project folder. If not, they can be changed wi