I've tried the following in Groovy Web Console (http:// groovyconsole.appspot.com/):
println Closure.getClassLoader() println Closure.getPackage() println Closure.getPackage().getImplementationVersion() Output: com.google.apphosting.runtime.security.userclassloa...@4bb369 package groovy.lang null Why does getImplementationVersion() return null? Is this the expected behavior on GAE? Cheers, Peter -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
