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] Building VS2005 and VS2008 solution files with NAnt

2008-02-06 Thread Tim Mayert
Most of our projects are still using VS 2003 and therefore my NAnt builds just call the exec task with devenv.com to build the solution file. Now that I have to build a VS 2005 project can I still use this or would it be better to use the MSBuild with the exec task? Also when using the MSBuild

Re: [NAnt-users] Counting number of Warnings in Build Output

2008-02-06 Thread dhanuka senaratne
Hi Mark.. Seems like you are step forward than me. My problem is ; "Is there a way to get devenv log into a text file... ". Since NAnt calls devenv I coul not figure out how to take that records in devenv into a log file. Regards; Dhanuka. On Feb 6, 2008 2:31 PM, Markus Ewald <[EMAIL PROT

[NAnt-users] Counting number of Warnings in Build Output

2008-02-06 Thread Markus Ewald
Hi! I'm compiling my project using the task to call devenv.com. The reason for this is that my solution consists of several projects and MSBuild, when invoked directly, fails to collect all the dependencies beyond the first level, making packaging of a redistributable archive a nightmare.

[NAnt-users] embedded WebResources

2008-02-06 Thread BIG_j
Can anyone assist with the syntax to add an embedded WebResource (htc behavior files) to an nAnt asp.net build script When using syntax below, the build succeeds but the behaviour does not function in the web page...