[jdom-interest] Anything else for beta 9?

Ian Lea ian at digimem.net
Mon Apr 7 05:00:18 PDT 2003


build.xml is slightly messed up.  Contains:

<<<<<<< build.xml
  <target name="samples" depends="prepare-samples,compile">
=======
  <target name="samples" depends="prepare-samples,package"
          description="Compiles the samples directory">
>>>>>>> 1.43


The tests build and run fine for me on Solaris 5.8, java 1.4.


--
Ian.
ian at digimem.net


> jhunter at servlets.com (Jason Hunter) wrote 
>
> > > 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-

----------------------------------------------------------------------
Searchable personal storage and archiving from http://www.digimem.net/


More information about the jdom-interest mailing list