Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.1
-
Component/s: Configuration
-
Labels:None
-
Environment:Java 6
Description
Building grails under java 6 excludes java 5+ functionality, such as annotation support classes, because ant/build/compile.xml is performing the following check:
<equals arg1="$
{ant.java.version}" arg2="1.5"/>
Seems like this should be greater-than. This is an easy change to make locally but should be fixed in the distribution so that the posted java 6 binaries don't exclude these classes.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits