Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: GroovyDoc
-
Labels:None
-
Environment:
-
Patch Submitted:Yes
-
Number of attachments :
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().
Patch applied - Thanks!!