Re: svn commit: r644093 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread sebb
On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- sebb <[EMAIL PROTECTED]> wrote: > > > > Removing > > > > > > > > allows the test to run, but then the report fails > > with: > > > > > javax.xml.transform.TransformerFactoryConfigurationError: > > Provider > > org.a

Re: svn commit: r644093 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread Matt Benson
--- sebb <[EMAIL PROTECTED]> wrote: > Removing > > > > allows the test to run, but then the report fails > with: > > javax.xml.transform.TransformerFactoryConfigurationError: > Provider > org.apache.xalan.processor.TransformerFactoryImpl > not found When I read this last night, I w

Re: svn commit: r644093 - /commons/sandbox/functor/trunk/build.xml

2008-04-02 Thread sebb
Removing allows the test to run, but then the report fails with: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote: > Just committed some stuff based on e

Re: svn commit: r644093 - /commons/sandbox/functor/trunk/build.xml

2008-04-02 Thread Matt Benson
Just committed some stuff based on earlier Ant FAQs. Gotta go for now though--good luck! -Matt --- Matt Benson <[EMAIL PROTECTED]> wrote: > > --- sebb <[EMAIL PROTECTED]> wrote: > > > I think you've found the junit problem I > mentioned: > > > > run-tests: > > [junit] Using loader null o

Re: svn commit: r644093 - /commons/sandbox/functor/trunk/build.xml

2008-04-02 Thread Matt Benson
--- sebb <[EMAIL PROTECTED]> wrote: > I think you've found the junit problem I mentioned: > > run-tests: > [junit] Using loader null on class > org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter: > java.lang.NoClassDefFoundError: org/w3c/dom/Node > > This was using Java 1.

Re: svn commit: r644093 - /commons/sandbox/functor/trunk/build.xml

2008-04-02 Thread sebb
I think you've found the junit problem I mentioned: run-tests: [junit] Using loader null on class org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter: java.lang.NoClassDefFoundError: org/w3c/dom/Node This was using Java 1.3.1 and Ant 1.7.0 (junit 3.8.2); The same happens with