[jdom-interest] Anything else for beta 9?

Jason Hunter jhunter at servlets.com
Mon Apr 7 03:09:32 PDT 2003


> > On my SuSE 8, JDK 1.3 box, putting ./lib/junit.xml in localclasspath solved t
> > he problem and all tests pass in all targets.
> 
> Yep, but I also had to change build.xml and tell it not to fork another vm. See
> my post after that one.
> 
> So I guess we have at least one problem, build.bat and build.sh need
> ./lib/junit.jar set in LOCALCLASSPATH.

You're right, adding junit.jar to the LOCALCLASSPATH works.  I shoulda
tried that.  I've checked in the change.  

Now I see everything pass on both my Windows and Mac boxes:

test:
    [junit] Running org.jdom.test.cases.input.TestSAXBuilder
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.981
sec
    [junit] Running org.jdom.test.cases.TestAttribute
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.691
sec
    [junit] Running org.jdom.test.cases.TestComment
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.661
sec
    [junit] Running org.jdom.test.cases.TestDocType
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.721
sec
    [junit] Running org.jdom.test.cases.TestDocument
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.811
sec
    [junit] Running org.jdom.test.cases.TestElement
    [junit] Tests run: 68, Failures: 0, Errors: 0, Time elapsed: 1.012
sec
    [junit] Running org.jdom.test.cases.TestFilterList
    [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 0.762
sec
    [junit] Running org.jdom.test.cases.TestNamespace
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.661
sec
    [junit] Running org.jdom.test.cases.TestVerifier
    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 1.663
sec

Still unexplained: Brad's Solaris problem and Rusty's Mac problem.

-jh-



More information about the jdom-interest mailing list