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
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
> 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
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
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
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
> 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
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:
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
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
10 matches
Mail list logo