Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
I got the following error when executing "ant dist" to build groovy:
[java] [groovydoc] groovy.lang.MissingPropertyException: No such property: version for class: org.codehaus.groovy.runtime.InvokerHelper
The patch is to use GroovySystem.getVersion() instead of InvokerHelper.getVersion().