RE: Setting Xalan to junitreport

2006-05-09 Thread Weston, Toby
Thanks, I'll do that - I was looking for an opportunity to contribute so maybe I can help... ta Antoine Levy-Lambert wrote: > > If you want to follow the discussion further, we should do it on the > developer list (dev at ant.apache.org). >

Re: Setting Xalan to junitreport

2006-05-09 Thread Antoine Levy-Lambert
Hello Toby, it is not 100% straightforward. junitreport normally works by pulling the stylesheets from ant.jar. The task normally only works with plain files as stylesheets. So I will first process a bug report showing how to use a resource as the stylesheet in the task. Afterwards, if th

RE: Setting Xalan to junitreport

2006-05-09 Thread Weston, Toby
Hi Antoine, Sounds good, do you think it'll be straight forward? Thanks again, Toby Antoine Levy-Lambert wrote: > Hello Toby, > > I am thinking of changing junitreport to make it wrap around ant's > style task. > > Regards, > > Antoine > > Weston, Toby wrote: >> Hi Folks, >> >> I'm having

Re: Setting Xalan to junitreport

2006-05-08 Thread Antoine Levy-Lambert
Hello Toby, I am thinking of changing junitreport to make it wrap around ant's style task. Regards, Antoine Weston, Toby wrote: > Hi Folks, > > I'm having problems with junitreport... its picking up every other > transformation engine than the default Xalan one (via the > javax.xml.transform.

Setting Xalan to junitreport

2006-05-08 Thread Weston, Toby
Hi Folks, I'm having problems with junitreport... its picking up every other transformation engine than the default Xalan one (via the javax.xml.transform.TransformerFactory=xxx mechanism). So basically, I get; - Could not find a valid processor version implementation from xxx I've got Sax