Re: [NAnt-users] [ANN] compiling solution file is very very slowin nant

2007-03-27 Thread David Jones
[Cross-post with ccnet-users removed] How long does msbuild take to compile the solution? If it's pretty quick then there's probably an issue with your nant script - check there's not some horrific recursion - using a fileset like: without excluding the top-level build file

Re: [NAnt-users] Infomation Required

2007-03-27 Thread David Jones
There is an msbuild task in nant-contrib (http://nantcontrib.sourceforge.net/release/latest/help/tasks/msbuild.ht ml) I use it like this for web apps: Where current.build.config is Debug/Release etc, you could add the project attri

[NAnt-users] Problem setting a property conditionally where the value is a variable that may not have been set

2007-02-16 Thread David Jones
Hi folks, hope you can help me as it looks to me like this should be a very simple problem but I've been going round in circles. I have a target in an included build file to run msbuild on a .csproj file and it overwrites some of the settings in the proj file if certain nant properties are set. In