Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 55397 invoked from network); 16 Apr 2004 11:55:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Apr 2004 11:55:01 -0000 Received: (qmail 53194 invoked by uid 500); 16 Apr 2004 11:54:57 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 53137 invoked by uid 500); 16 Apr 2004 11:54:57 -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 53080 invoked from network); 16 Apr 2004 11:54:55 -0000 Received: from unknown (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by daedalus.apache.org with SMTP; 16 Apr 2004 11:54:55 -0000 Received: from z011104.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id i3GBsqZY007025 for ; Fri, 16 Apr 2004 13:54:52 +0200 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2657.72) id <2W4R870L>; Fri, 16 Apr 2004 13:53:59 +0200 Message-ID: <879A5AD5DD0ED511891F0003473A9B560E23EFCB@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: dev@ant.apache.org Subject: RE: cvs commit: ant/src/etc junit-frames.xsl junit-noframes.xsl Date: Fri, 16 Apr 2004 13:54:53 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C423A9.A132E950" 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 ------_=_NextPart_001_01C423A9.A132E950 Content-Type: text/plain; charset="iso-8859-1" AFAIK the modification in the java files is only in CVS HEAD, therefore I added it only to head, too. Thanks Jeff. > -----Original Message----- > From: jhm@apache.org [mailto:jhm@apache.org] > Sent: Friday, April 16, 2004 1:47 PM > To: ant-cvs@apache.org > Subject: cvs commit: ant/src/etc junit-frames.xsl junit-noframes.xsl > > > jhm 2004/04/16 04:47:19 > > Modified: src/etc junit-frames.xsl junit-noframes.xsl > Log: > Add hostname/timestamp from Jeff Tulley. Remove authors > (like in java files). > > Revision Changes Path > 1.19 +6 -6 ant/src/etc/junit-frames.xsl > > Index: junit-frames.xsl > =================================================================== > RCS file: /home/cvs/ant/src/etc/junit-frames.xsl,v > retrieving revision 1.18 > retrieving revision 1.19 > diff -u -r1.18 -r1.19 > --- junit-frames.xsl 9 Feb 2004 21:05:15 -0000 1.18 > +++ junit-frames.xsl 16 Apr 2004 11:47:18 -0000 1.19 > @@ -28,10 +28,6 @@ > It creates a set of HTML files a la javadoc where you can > browse easily > through all packages and classes. > > - @author Stephane Bailliez > - @author Erik Hatcher > - @author Martijn Kruithof href="mailto:martijn@kruithof.xs4all.nl"/> > - > --> > > > @@ -461,7 +457,6 @@ > select="$timeCount"/> > > > - > > > > @@ -500,6 +495,8 @@ > select="sum($insamepackage/@time)"/> > > > + > + > > >
select="$insamepackage/@timestamp"/> select="$insamepackage/@hostname"/>
> @@ -588,6 +585,8 @@ > Errors > Failures > Time(s) > + Time Stamp > + Host > > > > @@ -620,6 +619,8 @@ > > > > + > + > > > > @@ -713,4 +714,3 @@ > > > > - > > > > 1.13 +38 -36 ant/src/etc/junit-noframes.xsl > > Index: junit-noframes.xsl > =================================================================== > RCS file: /home/cvs/ant/src/etc/junit-noframes.xsl,v > retrieving revision 1.12 > retrieving revision 1.13 > diff -u -r1.12 -r1.13 > --- junit-noframes.xsl 9 Feb 2004 21:05:15 -0000 1.12 > +++ junit-noframes.xsl 16 Apr 2004 11:47:18 -0000 1.13 > @@ -1,6 +1,6 @@ > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" > - xmlns:lxslt="http://xml.apache.org/xslt" > - > xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils"> > + xmlns:lxslt="http://xml.apache.org/xslt" > + > xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils"> > doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" /> > > @@ -19,17 +19,14 @@ > See the License for the specific language governing > permissions and > limitations under the License. > --> > - > + > > > > @@ -51,7 +48,7 @@ > table.details tr td{ > background:#eeeee0; > } > - > + > p { > line-height:1.5em; > margin-top:0.5em; margin-bottom:1.0em; > @@ -87,7 +84,7 @@ > > > >
> - > - > + > + > > >
> - > + > > >
> - > + > > >
> - > + > > > - > + > > > > - > - > - > + > + > + > > > > > - > + >

Packages

> Note: package statistics are not computed > recursively, they only sum up all of its testsuites numbers. > cellspacing="2" width="95%"> > @@ -163,7 +160,7 @@ > select="sum($testsuites-in-package/@errors)"/> > select="sum($testsuites-in-package/@failures)"/> > select="sum($testsuites-in-package/@time)"/> > - > + > > > > @@ -182,12 +179,14 @@ > select="$timeCount"/> > > > + > + > > > -
select="$testsuites-in-package/@timestamp"/> select="$testsuites-in-package/@hostname"/>
> + >
> - > - > + > + > > > > @@ -199,10 +198,10 @@ > > >

Package

> - > + > cellpadding="5" cellspacing="2" width="95%"> > name="testsuite.test.header"/> > - > + > > select="/testsuites/testsuite[./@package = > current()/@package]" mode="print.test"/> >
> @@ -211,14 +210,14 @@ >

> > > - > + > > > > > >

TestCase

> - > + > cellpadding="5" cellspacing="2" width="95%"> > > > >

Unit Test Results

> @@ -333,6 +332,8 @@ >
> > > + > + > > > > @@ -357,7 +358,7 @@ > Error > > > - > + > > > > @@ -368,6 +369,8 @@ > > > > + > + > > > > @@ -458,4 +461,3 @@ > > > > - > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > ------_=_NextPart_001_01C423A9.A132E950--
ErrorsFailuresTime(s)Time StampHost
select="@name"/>