[Mono-bugs] [Bug 666376] New: xbuild \ gmcs don't generate fully qualified paths in output
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jan 22 03:12:52 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=666376
https://bugzilla.novell.com/show_bug.cgi?id=666376#c0
Summary: xbuild \ gmcs don't generate fully qualified paths in
output
Classification: Mono
Product: Mono: Compilers
Version: 1.2.0
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: msafar at novell.com
ReportedBy: jasonimison at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10
(KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
xbuild /property:GenerateFullPaths=True and gmcs /fullpaths don't generate the
full path to any files that contain a compilation error.
e.g.
CodeCompletionData.cs(28,20): error CS1518: Expected `class', `delegate',
`enum', `interface', or `struct'
CodeCompletionData.cs(37,36): error CS8025: Parsing error
I need this for Vim quickfix window.
Reproducible: Always
Steps to Reproduce:
1.
2.xbuild /property:GenerateFullPaths=True CodeCompletion.sln
3.
Actual Results:
CodeCompletionData.cs(28,20): error CS1518: Expected `class', `delegate',
`enum', `interface', or `struct'
CodeCompletionData.cs(37,36): error CS8025: Parsing error
Expected Results:
/path/to/CodeCompletionData.cs(28,20): error CS1518: Expected `class',
`delegate', `enum', `interface', or `struct'
/path/to/CodeCompletionData.cs(37,36): error CS8025: Parsing error
--
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