Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 28907 invoked from network); 5 Feb 2004 22:45:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 22:45:56 -0000 Received: (qmail 63301 invoked by uid 500); 5 Feb 2004 22:45:39 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 63252 invoked by uid 500); 5 Feb 2004 22:45:38 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 63236 invoked by uid 500); 5 Feb 2004 22:45:38 -0000 Received: (qmail 63231 invoked from network); 5 Feb 2004 22:45:38 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 5 Feb 2004 22:45:38 -0000 Received: (qmail 28863 invoked by uid 1350); 5 Feb 2004 22:45:51 -0000 Date: 5 Feb 2004 22:45:51 -0000 Message-ID: <20040205224551.28861.qmail@minotaur.apache.org> From: sbailliez@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/etc junit-frames.xsl junit-noframes.xsl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N sbailliez 2004/02/05 14:45:51 Modified: src/etc junit-frames.xsl junit-noframes.xsl Log: PR: 19301 Use xalan extensions to replace strings and avoid a stack overflow when doing deep recursions. Revision Changes Path 1.17 +18 -77 ant/src/etc/junit-frames.xsl Index: junit-frames.xsl =================================================================== RCS file: /home/cvs/ant/src/etc/junit-frames.xsl,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- junit-frames.xsl 31 Jul 2003 19:38:39 -0000 1.16 +++ junit-frames.xsl 5 Feb 2004 22:45:50 -0000 1.17 @@ -1,61 +1,24 @@ - - - -
- - - -
- - - -
+
+
1.11 +20 -78 ant/src/etc/junit-noframes.xsl Index: junit-noframes.xsl =================================================================== RCS file: /home/cvs/ant/src/etc/junit-noframes.xsl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- junit-noframes.xsl 10 Feb 2003 14:13:28 -0000 1.10 +++ junit-noframes.xsl 5 Feb 2004 22:45:50 -0000 1.11 @@ -1,59 +1,23 @@ - + - - - -
- - - -
- - - -
+
+
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org