How can I get Hudson to be able to access JUnit?
- by Bedwyr Humphreys
I've got Hudson running on TOMCAT, it can build my Netbeans project using the ant build.xml, but it won't run any of my unit tests because of what I assume is a problem with the classpath:
package org.junit does not exist
[javac] import org.junit.After;
[javac] ^
But I've got the junit-4.8.1.jar on the classpath in…