Hello, Having recently set up a Hudson build server, I am now trying to get some JUnit tests running as part of the build, and hence outside of Eclipse. I have a test suite for a framework which I've previously run manually in Eclipse just fine, but it's evident that Eclipse is providing quite a bit of help with the classpath. I'm about half way through manually tracking down all the locations of classes on which the test suite depends (javafoundation.jar, javaeoacess.jar, javaeocontrol.jar, log4j-1.2.14.jar...), and have almost got the tests running outside Eclipse. Is this the only way to do it? Or am I missing an easier way?
-- Paul. http://logicsquad.net/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
