Re: [NAnt-users] PSTools - help

2009-02-13 Thread Melissa
That is the return code of test.bat. You need to debug test.bat. -Original Message- From: Zachary B. Wheeler [mailto:zwhee...@sddmtech.com] Sent: Friday, February 13, 2009 2:44 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] PSTools - help My objective with this is to cop

[NAnt-users] PSTools - help

2009-02-13 Thread Zachary B. Wheeler
My objective with this is to copy a file to the remote machine in the Nant_S_T_bat directory and then execute the bat file. This is what I get: [exec] Connecting to 132.1.10.11 [exec] Starting PSExec service on 132.1.10.11 [exec] Copying c:\zdownloads\test.bat to 132.1.10.11 [exec] Starting c

Re: [NAnt-users] nant , vs 2008 on 2.0 framework

2009-02-13 Thread Bob Archer
> frameworkdirectory="${path::combine(installRoot, 'v3.5')}" > > frameworkassemblydirectory="${path::combine(installRoot, > 'v2.0.50727')}" > clrversion="2.0.50727"> Interesting. And this compiles stuff that uses 3.0 and 3.5 features. Because for

Re: [NAnt-users] nant , vs 2008 on 2.0 framework

2009-02-13 Thread Phil Sayers
This solved it for me. http://devscape.blogspot.com/2008/03/nant-and-net-framework-35.html From: Zachary B. Wheeler [mailto:zwhee...@sddmtech.com] Sent: Friday, February 13, 2009 2:28 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] nant , vs 2008 on 2.0 framework I am usi

Re: [NAnt-users] nant , vs 2008 on 2.0 framework

2009-02-13 Thread Jacob Siegel
I believe it is possible on 0.85, as we are targeting MS 2008, and the solutions (in some cases) are targeted at the .NET 2.0, even though they are VS 2008 solutions. The fix was that I had to tweak the Nant.config file like so...: I had to add a framework node into the config file (see below

Re: [NAnt-users] nant , vs 2008 on 2.0 framework

2009-02-13 Thread Bob Archer
Right, but if you are using VS 2008 when you build it is using MSBuild 3.5. This build version respects the multi-targeting of VS2008. VS2008 will update your .sln file to it's version. So, when you run MSBuild 2.0 it knows it can't support that .sln file. So, you have to tell Nant to use the 3

Re: [NAnt-users] nant , vs 2008 on 2.0 framework

2009-02-13 Thread Brass Tilde
> I am using nant to build a project vs2008 but on a 2.0 framework and I keep > running in to the following error: > File format version is unrecognized: MSBUILD can only read solution files > between versions 7 and 9 inclusive The error indicates that MSBuild 2.0.whatever is trying to read a sol

Re: [NAnt-users] nant , vs 2008 on 2.0 framework

2009-02-13 Thread Bob Archer
Are you sure it is running the msbuild.exe in the 3.5 .Net framework folder? What version are you using... there was some recent work in the nightly builds and .86 (IIRC) on framework targeting and version detection. BOb From: Zachary B. Wheeler [mailto:

[NAnt-users] nant , vs 2008 on 2.0 framework

2009-02-13 Thread Zachary B. Wheeler
I am using nant to build a project vs2008 but on a 2.0 framework and I keep running in to the following error: File format version is unrecognized: MSBUILD can only read solution files between versions 7 and 9 inclusive Has anyone else had this problem ? if so what is the work around? Z

Re: [NAnt-users] configure-from-registry for profile Mono 3.5 Profile

2009-02-13 Thread ptr2009
gertdriesen wrote: > > >> hey all >> >>I am trying to run nant against mono-3.5 on a windows machine on which > I >> have copied all mono files/folders without performing an actual mono >> installation. >> >>While running nant chokes on >> trying to read SOFTWARE\Novell\Mono\DefaultCLR