I don't see any personally ;-) Would avoid me having to patch the released version locally when 1.5.1 comes out. I'm awaiting it early, to get rid of these warning messages when forking <javac>. --DD
-----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 26, 2002 6:33 AM To: [EMAIL PROTECTED] Subject: Re: cvs commit: jakarta-ant/src/etc junit-frames.xsl junit-noframes.xsl 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
