On 26 Sep 2002, <[EMAIL PROTECTED]> wrote:
> Merge HTML tidying from CVS HEAD and untabify
The "and untabify" part makes the patch look a lot bigger than it
actually is, I've tried to keep the indentation the same level the
XSLs in CVS HEAD have.
We still have a difference (see below) between the frames stylesheets
in HEAD and the 1.5 branch coming from Dominique's patch AFAICT. Any
reason to not merge that in for Ant 1.5.1?
--- jakarta-ant/src/etc/junit-frames.xsl Thu Sep 26 10:42:51 2002
+++ jakarta-ant-1.5/src/etc/junit-frames.xsl Thu Sep 26 13:12:13 2002
@@ -134,16 +134,6 @@
<redirect:write file="{$output.dir}/{$package.dir}/[EMAIL PROTECTED]">
<xsl:apply-templates select="." mode="class.details"/>
</redirect:write>
- <xsl:if test="string-length(./system-out)!=0">
- <redirect:write file="{$output.dir}/{$package.dir}/[EMAIL
PROTECTED]">
- <xsl:value-of select="./system-out" />
- </redirect:write>
- </xsl:if>
- <xsl:if test="string-length(./system-err)!=0">
- <redirect:write file="{$output.dir}/{$package.dir}/[EMAIL
PROTECTED]">
- <xsl:value-of select="./system-err" />
- </redirect:write>
- </xsl:if>
</xsl:for-each>
</xsl:template>
@@ -298,22 +288,6 @@
Properties »
</a>
</div>
- <xsl:if test="string-length(./system-out)!=0">
- <div class="Properties">
- <a>
- <xsl:attribute name="href">./<xsl:value-of
select="@name"/>-out.txt</xsl:attribute>
- System.out »
- </a>
- </div>
- </xsl:if>
- <xsl:if test="string-length(./system-err)!=0">
- <div class="Properties">
- <a>
- <xsl:attribute name="href">./<xsl:value-of
select="@name"/>-err.txt</xsl:attribute>
- System.err »
- </a>
- </div>
- </xsl:if>
</body>
</html>
</xsl:template>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>