Bugs item #1845802, was opened at 2007-12-06 22:13
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1845802&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.86
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Steve Boyd (spoyd)
>Assigned to: Gert Driesen (drieseng)
Summary: msbuild command  with v3.5 support still uses v2.0 msbuild

Initial Comment:
After setting the nant.settings.currentframework property like this:

<property name="nant.settings.currentframework" value="net-3.5" />

An msbuild task still builds using he v2.0 version of msbuild.

This can be fixed by setting the following attributes in the net-3.5 
<framework> tag:

version="3.5"
frameworkdirectory="${path::combine(installRoot, 'v3.5')}"


----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2007-12-07 14:19

Message:
Logged In: YES 
user_id=707851
Originator: NO

This is fixed in CVS, and will be part of the upcoming 0.86 Beta 1.

PS. fixing this issue required a lot more than your proposal (since that
would've broken other tasks). Check out the section on "Tool paths" in the
release notes for 0.86 Beta 1 for more info.




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1845802&group_id=31650

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to