RE: [Nant-users] NAnt and ASPX web project

2002-12-04 Thread Bernard Vander Beken
Hello William, The good news is: you can. If you are using VS.NET, the easiest way is to use the SlingshotTask. Example: Convert the Solution MySolution.sln to the NAnt build file MySolution.build. Since the Solution contains one or more web projects, one or more maps needs to

[Nant-users] NAnt and ASPX web project

2002-12-04 Thread William . Ferreres
Hi, I'm new to using NAnt. My question is : is it possible to use NAnt to compile an ASPX web project written in C# and how ? I've read informations on the web site but I haven't found informations about that. Thanks for your answers. --- William