Bill,
I did run the stuff and its OK for me (I tested with ant 1.6.5 and jdk 14.2,
1.5 and 1.6).
What ant version and jdk version are you using?
Etienne
> -----Original Message-----
> From: findbugs-discuss-bounces@xxxxxxxxxx
> [mailto:findbugs-discuss-bounces@xxxxxxxxxx] On Behalf Of Bill Pugh
> Sent: mercredi 27 décembre 2006 05:33
> To: findbugs-discuss@xxxxxxxxxx
> Subject: [FB-Discuss] More requested xsl stylesheet help for Findbugs
>
> I'm trying to clean up default.xsl.
>
> One problem is that for some reason:
>
> <xsl:template match="Project">
> <p>Project: <xsl:value-of select="@filename"/></p>
> <p>FindBugs version: <xsl:value-of
> select="/BugCollection/@version"/
> ></p>
>
> <p>Code analyzed:</p>
> <ul>
> <xsl:for-each select="./Jar">
> <li><xsl:value-of select="text()"/></li>
> </xsl:for-each>
> </ul>
> </xsl:template>
>
>
> doesn't seem to be matching any Jar nodes in the xml document. As a
> result, the output doesn't
> contain that information, and we get a <ul/> tag, which doesn't
> validate.
>
> Any ideas?
>
> Bill
> _______________________________________________
> Findbugs-discuss mailing list
> Findbugs-discuss@xxxxxxxxxxxxxxxxxx
> http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
>
|