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


           Summary: xbuild can't handle arguments with spaces in the
                    pathname
    Classification: Mono
           Product: Mono: Tools
           Version: 2.2.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xbuild
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6)
Gecko/2009012700 SUSE/3.0.6-1.4 Firefox/3.0.6

xbuild fails to build a project file if it has a space in the pathname, eh:
`xbuild Project\ Name.csproj` fails to run indicating that no file with the
name "Name.csproj" exists...

Reproducible: Always

Steps to Reproduce:
1. Create any file with a space in the filename.
2. Attempt to get xbuild to compile the file (contents shouldn't matter)
3. xbuild complains the filename doesn't exist (as it ignores everything before
the space in the pathname)
Actual Results:  
See details.

Expected Results:  
xbuild should recognise the escape character (\ ) and/or quotations around the
filename - and try to compile the file with the 'whole' pathname, not just the
end of it.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to