Hi,
I'm trying to use the stylesheet Peter has committed for generating
checkstyle reports (in Excalibur tools/etc/checkstyle-frames.xsl) but am
having some issues.
When I run it, I get :
[style] Processing
E:\Vma\Projets\Encours\ICOM\Icom\development\common\java\target\checksty
le_errors.xml to
E:\Vma\Projets\Encours\ICOM\Icom\development\common\java\target\dist\doc
\checkstyle\delete-me.html
[style] Loading stylesheet
E:\Vma\Projets\Encours\ICOM\Icom\development\common\java\doc\styleshe
ets\checkstyle-frames.xsl
[style]
E:/Vma/Projets/Encours/ICOM/Icom/development/common/java/doc/stylesheets
/checkstyle-frames.xsl:272:65: Warning!
java.lang.reflect.InvocationTargetException Cause:
java.lang.reflect.Invocat
ionTargetException
[repeat last line n times]
This line (272) is :
<redirect:write file="{$output.dir}/files/{@name}.html">
If I replace it by :
<redirect:write file="{$output.dir}/files/xxx.html">
There is no more errors, meaning that {@name} is causing the problem.
However, I haven't enough knowledge of Xalan and XSL to find out why ?
Anyone has a suggestion ?
Thanks
-Vincent
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>