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
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
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
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
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.
---