Please refer to the issue documented here http://stackoverflow.com/questions/1165752/why-do-my-tests-fail-to-run-when-migrating-from-maven2-to-buildr Simply stated, I was attempting to migrate a project from maven to buildr. I have
buildr 1.3.4 installed Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304) I was attempting to package my project when I get the following: E, [2009-07-22T10:48:25.553537 #724] ERROR -- : Error instantiating 'taskdef' task: taskdef class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found Test framework error: taskdef class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found The following tests failed: Anyone have an idea as to why I may be getting this? Thanks, Ken
