|
From: Thomas R. <tho...@tr...> - 2006-04-20 11:59:30
|
I like Groovy and all, but I'm not sure I want to use it all the time. Running with the latest CVS code and just loading up an ApplicationContext using ClassPathXmlApplicationContext I get this exception: Exception in thread "main" java.lang.NoClassDefFoundError: org/ codehaus/groovy/control/CompilationFailedException Looks like we have introduced an unintended hard dependency on groovy.jar. Thomas |