Re: [NAnt-users] ASP.NET 2.0

2006-04-21 Thread Scott Hernandez
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

RE: [NAnt-users] ASP.NET 2.0

2006-04-21 Thread Andy Johnstone
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

Re: [NAnt-users] ASP.NET 2.0 Build Process

2006-01-10 Thread Gert Kello
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