[Nant-users] Sample Build file for C# WEBAPP?

2003-11-18 Thread Shaila Theraja
I'm new to NANT. I'm trying to build a web project containing 5 files in it.I don't need to refernce any .dll to it. All I need to do is compile all my aspx.cs files and run my webapp from Internet explorer.. Can anyone provide me with a sample NANT.build file for C#. Thanks a bunch, Shaila

[Nant-users] NANT problem?

2003-11-14 Thread Shaila Theraja
Hi, I have been using the IDE for compiling and debugging my web appl project.It works just fine. But I built a NANT.build for the same,there seems to be some problem.. I have written the below nant.build file. It says BUILD succeeded when I do "NANT" on the VS .NET cmd prompt. But when I open