[NAnt-users] summary of nant lessons learned, and some examples

2008-10-15 Thread Steve Kapinos
After finally getting around a looking at the results.. after a few projects using nant, including what were for me, some serious stumbling blocks.. I've pulled together examples from my scripts and some 'duh' moments and put them all together hoping future users will find them when they are coming

Re: [NAnt-users] Build VS2008 with Nant, Solution task or MsBuild

2008-10-15 Thread arnaud gaudin
Hi Bob, I have found yesterday in the MsBuild task is possible to specify the property and change the ouputpath using this. Thanks Arnaud 2008/10/15 Bob Archer <[EMAIL PROTECTED]> > If the MSBuild task has all the options you want that is fine. If not use > the exec task. The MSBuild task shou

Re: [NAnt-users] Build VS2008 with Nant, Solution task or MsBuild

2008-10-15 Thread arnaud gaudin
Hi Ken, Thanks for the information. About svn task, I have found out very slow. Did you find that too? Thanks Arnaud 2008/10/15 Parrish, Ken <[EMAIL PROTECTED]> > Arnaud, > > > > My experience is that the task works well for MSBuild. No need > to resort to . Whether it runs the 2.0 or 3.5 v

Re: [NAnt-users] Build VS2008 with Nant, Solution task or MsBuild

2008-10-15 Thread Bob Archer
If the MSBuild task has all the options you want that is fine. If not use the exec task. The MSBuild task should use the correct version of msbuild based on what version of the framework you are targeting, so it has that advantage. For the second issue there are a couple of ways you can go here

[NAnt-users] How to stop receiving "deprecated" messages

2008-10-15 Thread Dan.
Hello again everybody , Dose anyone has any idea on how to stop receiving  messages related  to deprecated properties and tasks?(without updating the syntax to the new nant version :)   ) Thank you for your help. ---