-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b03
-
generic
-
generic
-
Not verified
The compiler sources can't be build on Mac OS X because com.sun.tools.javac.tree.Tree
was renamed to com.sun.tools.javac.tree.JCTree and the old version conflicts with
com.sun.source.tree.Tree when imported on demand (import com.sun.source.tree.*).
was renamed to com.sun.tools.javac.tree.JCTree and the old version conflicts with
com.sun.source.tree.Tree when imported on demand (import com.sun.source.tree.*).