> -----Original Message-----
> From: Ingmar Stein [mailto:[EMAIL PROTECTED]]
> > - Are you using the framed report ? non framed report ? both ?
> The framed one.
>
> > - Did you customize the stylesheets ?
> No, but I use your stylesheet that uses the Xalan Redirect extension.
OK, you're an exception so far. :)
> > - Did you write your own stylesheet and applied it via <style> ?
> No, I use yours, but I didn't figure out how to apply it via <style>
> so I use the <java> task to start the Xalan XSLT Processor manually.
OK, if you want to use style task it is something like:
<style processor="xalan" in="./reports/xml/TESTS-TestSuites.xml"
out="./reports/html/dummy.file" style="./junit-frames.xsl">
<param name="output.dir" expression="'${basedir}/reports/html'"/>
</style>
dummy.file will contain garbage EOL and such (depending on xalan version).
As you can see, you will not gain much by using <style> instead of <java>,
this is just for style :)
Thanks for the feedback.
--
St�phane Bailliez
Software Engineer, Paris - France
iMediation - http://www.imediation.com
Disclaimer: All the opinions expressed above are mine and not those from my
company.