> Could not load class (org.apache.tools.ant.taskdefs.optional.junit. > JunitTask) for type junit > > I have confirmed that the ant-junit jar is in the classpath (although > I'd have expected all ant task jars to be there automatically). What > do I need to do to get this to work? And no, I cannot simply move
Being on the classpath is not necessarily sufficient. Did you simply declare this as a dependency (scope=test) in the project? Or did you add it to the PLUGIN classpath via <plugin><dependencies><dependency> which is what is required for this to work? More here: http://maven.40175.n5.nabble.com/running-optional-ant-tasks-with-maven-antrun-plugin-td105083.html Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
