Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
On my system (Sun's JDK1.5 beta2) Groovy cannot be compiled because of 2 reasons.
1. There is new constructor in class java.security.CodeSource. Now few calls to constructor from groovy are ambiguous. It is trivial to fix, I'll post patch here.
2. javac says that it "cannot override bridge method" File.compareTo(Object) in class WritableFile. I've commented out it for myself. I don't know right solution