Re: xalan2.present test broken

2006-03-02 Thread Steve Loughran
Stefan Bodewig wrote: On Wed, 01 Mar 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: We need a test for a trax engine being around, for things like junitreport. But this code doesnt work Not on java1.5, even though xsltc is around. XSLTC != Xalan2 I don't know for sure, but it is very

Re: xalan2.present test broken

2006-03-01 Thread Stefan Bodewig
On Wed, 01 Mar 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: > We need a test for a trax engine being around, for things like > junitreport. But this code doesnt work > > classname="org.apache.xalan.transformer.TransformerImpl" >classpathref="classpath"/> > > Not on java1.5

Re: xalan2.present test broken

2006-03-01 Thread Jesse Glick
Steve Loughran wrote: We need a test for a trax engine being around, for things like junitreport. But this code doesnt work Not on java1.5, even though xsltc is around. If you're running Java 1.4 or higher there *has* to be an XSLT engine available acc. to the JAXP spec, I think. -J.

xalan2.present test broken

2006-03-01 Thread Steve Loughran
We need a test for a trax engine being around, for things like junitreport. But this code doesnt work Not on java1.5, even though xsltc is around. Who wants to come up with the tests for an xsltc engine being found? Do we want to make this a ? -steve