Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3.5
-
None
-
Buildr 1.3.5 (JRuby 1.4.0)
Description
unit tests can not be compiled:
ERROR – : Error instantiating 'groovyc' task: java.lang.NoClassDefFoundError: junit/framework/TestCase
Buildr aborted!
java.lang.NoClassDefFoundError: junit/framework/TestCase
WORKAROUND:
put this at the top of the buildfile:
Java.classpath << "junit:junit:jar:4.4"