[Mono-bugs] [Bug 674337] New: Engine.BuildProjectFile (xbuild on windows) resolving of MSBuildExtensionsPath is odd

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 23 09:54:31 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=674337

https://bugzilla.novell.com/show_bug.cgi?id=674337#c0


           Summary: Engine.BuildProjectFile (xbuild on windows) resolving
                    of MSBuildExtensionsPath is odd
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.10.x
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Ms.Build
        AssignedTo: marek.sieradzki at gmail.com
        ReportedBy: andreas.flucke at t-online.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=415771)
 --> (http://bugzilla.novell.com/attachment.cgi?id=415771)
testcase source

User-Agent:       Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729;
FDM)

When trying to build a project via Engine.BuildProjectFile with an
$(MSBuildExtensionsPath) reference in it, the Logger output looks something
like this:

Extension path 'C' not found, ignoring.
Extension path '\Dokumente und
Einstellungen\Flucke\Anwendungsdaten\xbuild\tasks' not found, ignoring.

It seems the Path "C:\Dokumente...." (on my geman windows) is splitted on by
the colon.

This is not actual a problem (for me), but may become one in the future.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.



I've stumbled across this issue when trying to compile .oxygene project files
from RemObjects via MSBuild.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list