March 28, 201114 yr Hi, just wondering if anyone know why println org.codehaus.groovy.runtime.InvokerHelper.getVersion() returns nothing when executed? I have some groovy code that fails to execute, but some of the error messages ( e.g. not being able to cast to a TreeSet, or no definition for java.util.LinkedHashMap.leftShift() ) seem to imply that it's not a current version. I just wanted to test see, what version of groovy is included, but I can't seem to get it to cough... ;-)
Create an account or sign in to comment