[Mono-bugs] [Bug 625938] not compile .csproj from xbuild

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 27 15:38:57 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=625938

http://bugzilla.novell.com/show_bug.cgi?id=625938#c2


Ankit Jain <jankit at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Ankit Jain <jankit at novell.com> 2010-07-27 19:38:57 UTC ---
This is fixed in 
http://github.com/mono/mono/commit/ca4654caa490ea87c8bc5cac5a700e7695333b23 .
It depends on the value of the property 'OS' to determine the c# compiler name,
but since your script is overriding that, the fix won't be effective for you.
You can instead set the compiler explicitly by setting the 'CscToolExe'
property.
  xbuild ... /p:CscToolExe=gmcs.bat

-- 
Configure bugmail: http://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