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

[NAnt-users] ASP.NET 2.0

2006-04-21 Thread Rick G. Garibay
Any best practices out there for building ASP.NET 2.0 apps with NANT? I am thinking that I can csc task build it as if it were a class library and then just copy task the right files? Or is there a way to invoke the new aspnet_compiler and is that recommended over csc 2.0? Thanks, Rick ___

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

[NAnt-users] ASP.NET 2.0 Build Process

2006-01-10 Thread Simon Thorogood
Hi, We are looking to update our build process to use VS2005 and .NET 2.0. Currently we are using the task to build our web projects and associated libraries. In addition, in some cases, we have a number of pre-compiled assemblies that are referenced by various projects. In order to resolve