https://issues.apache.org/bugzilla/show_bug.cgi?id=51970
Bug #: 51970
Summary: request csc task use dmcs vs gmcs compiler
Product: Ant
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: enhancement
Priority: P2
Component: Other
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The mono gmcs compiler does not support later version of the C# standard (such
as C# 4.0). <csc> should now call the dmcs compiler which embodies C# 2.0 -
4.0 standards.
I was unable to build C# v4.0 source code or use v4.0 libraries with the
current implementation. I made a local adjustment to the CSharp.java class to
use dmcs instead of gmcs, and all is fine.
Please consider for the next release.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.