Re: dom4j tests fail (was: BATCH: Unable to send...)

2004-06-22 Thread Adam R. B. Jack
> But, I don't know how to tell gump how to do this. http://gump.apache.org/metadata/project.html#work > What I don't understand is that these paths are added to the classpath > in the test target of the Ant build.xml file, but gump doesn't seem to > use them. Is this correct? I'm new to gump

Re: dom4j tests fail

2004-06-22 Thread Stefan Bodewig
On Tue, 22 Jun 2004, Maarten Coene <[EMAIL PROTECTED]> wrote: > it seems that the following paths should be added to the classpath: > "./build/classes" and "." > The "./build/classes" contains the dom4j class files and junit > testfiles, the last path is needed for the unit tests to access the > r

dom4j tests fail (was: BATCH: Unable to send...)

2004-06-22 Thread Maarten Coene
Hi, it seems that the following paths should be added to the classpath: "./build/classes" and "." The "./build/classes" contains the dom4j class files and junit testfiles, the last path is needed for the unit tests to access the resources in the ./xml directory But, I don't know how to tell gum