-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 6
-
Component/s: tools
-
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.*).