[NAnt-users] build .Net project with Nant

2007-05-07 Thread Sabahat Adil
Hi All, Can any body tell how to build .Net project with Nant. Any help will be appreciated. Regards, Sabahat - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take c

[NAnt-users] Build Succeeded Why?

2007-05-03 Thread Sabahat Adil
Hi, When i am building project with Visual Studio it give an error,but when i am building it with Nant this error doesn't recognize and the build succeeded. Why?What's the solution?My build script is: Regards, Sabahat

[NAnt-users] [solution] Skipping [Release]

2006-12-08 Thread Sabahat Adil
Hi I have a project 'Testweb'.In this one more project i add i.e 'Web'and i add one project reference.My nant script is skiping the release of Testweb and web project.In Release location bin folder is missing.Please help. --- Part Of Output build:

[NAnt-users] Automate Build

2006-11-30 Thread Sabahat Adil
Hi All, My Project is a web site based on ASP.Net,VB.Net and a Access Database.I simply copy all below files to the release folder using Nant XML Script. I usually deploy a web site manually simply using window copy paste,now i am using same copy paste concept with N