Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-beta-6
-
None
-
Windows XP,JDK 1.4,groovy-1.0-beta-7.zip
Description
I downloaded the latest release og Groovy from this site "http://dist.codehaus.org/groovy/distributions/groovy-1.0-beta-7.zip" and found that the command "groovyConsole" doesn't work.
Although, I have properly set my classpath and have added all the necessary jar files.It gives me an exception at the command prompt "java.lang.NoClassDefErrorFound – groovy.ui.Console" not found.
I found that the jar file(groovy-1.0.beta-7.jar) doesn't contains the class "groovy.ui.Console" for this release. So i downloaded the older release of groovy "groovy-1.0-beta-1.zip" to test it and found that the jar file in this release contains the necessary classes to run the groovyConsole.
Seems the build was made without including the "groovy.ui.Console" class. Although the ConsoleSupport.class is present in the jar.