Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81591 --- shadow/81591 2007-05-10 22:58:57.000000000 -0400 +++ shadow/81591.tmp.10158 2007-05-10 22:58:57.000000000 -0400 @@ -0,0 +1,44 @@ +Bug#: 81591 +Product: Mono: Compilers +Version: 1.2 +OS: Debian Woody +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: xbuild can't handle filenames with spaces + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +when using xbuild against a .csproj file that conatines <Compile> elements +with spaces in the filename, the tool does not properly escape the +sequence, and it calls gmcs imporperly. + +Steps to reproduce the problem: +1. Create a project with a subdirectory named 'SQL Tools' +2. Reference source files in 'SQL Tools' subdirectory +3. run xbuild against project file +4. Watch as errors abound. + +Actual Results: +bogus gmcs un listing 'SQL' as specified multiple times, and error listing +for the portions following the spaceas 'not found' + +Expected Results: +Successful build + + +How often does this happen? +Colt 45, it works every time. + +Additional Information: +I think you get it by now. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
