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 interested in these types of tasks? If so, we can move the discussion of the implementation details to nant-dev.


On 4/21/06, Andy Johnstone <[EMAIL PROTECTED]> wrote:
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


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

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to