Re: [NAnt-users] VS2005 Web Projects; still trying

2008-04-17 Thread tkaszuba
At our company we've banned the web site projects and use only the web application projects for this very reason. If you have any control over the build process I would recommend your company takes the same approach. > Date: Thu, 17 Apr 2008 08:19:01 -0400 > From: [EMAIL PROTECTED] > To: nan

Re: [NAnt-users] Building VS2005 and VS2008 solution files with NAnt

2008-02-06 Thread tkaszuba
I use csc to build code with VS 2003 projects and msbuild with vs2005 and vs2008, the project file format doesn't change between vs2005 and vs2005. Date: Wed, 6 Feb 2008 11:29:33 -0700 From: [EMAIL PROTECTED] To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Building VS2005 and VS2008 s

[NAnt-users] Properties and pass by reference

2008-02-05 Thread tkaszuba
Some time ago NAnt it was possible to pass properties by reference between different NAnt scripts. I can see that this has now changed to be pass by value which has broken a lot of my scripts. The only way I can get around this functionality is to use environment variables which is very very a