Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 77335 invoked from network); 30 May 2002 22:12:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 30 May 2002 22:12:22 -0000 Received: (qmail 25160 invoked by uid 97); 30 May 2002 22:12:13 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 25130 invoked by uid 97); 30 May 2002 22:12:13 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 25118 invoked by uid 98); 30 May 2002 22:12:12 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: John Lindwall To: 'Ant Users List' Subject: RE: 2 Questions: JunitReport & Fileset Date: Thu, 30 May 2002 15:11:20 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C20826.EDA813F0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C20826.EDA813F0 Content-Type: text/plain; charset="iso-8859-1" That's perfect -- Thanks! So is *Test.java the standard naming practice? What does one do when you have a java file named "Test.java"!? :) (Which we actually do) John > -----Original Message----- > From: Dominique Devienne [mailto:DDevienne@lgc.com] > Sent: Thursday, May 30, 2002 1:22 PM > To: 'Ant Users List' > Subject: RE: 2 Questions: JunitReport & Fileset > > > Did you try ? > > We use the **/*Test.class pattern, so inner classes not > ending in Test are > left alone ;-) --DD > > -----Original Message----- > From: John Lindwall [mailto:JLindwall@Xifin.com] > Sent: Thursday, May 30, 2002 3:19 PM > To: 'Ant Users List' > Subject: 2 Questions: JunitReport & Fileset > > Ant 1.4.1 > > 1. Using JUnitReport can I customize the output at all? I want the > date/time of the test execution to appear on the main page. > > 2. Our junit unit tests live in a parallel source tree and > are all prefixed > with the string "Test". For example "TestStartTime.java". > Some of the unit > tests make use of inner classes. I'm trying to construct a junit task > definition that will execute the main class as a unit test > but not the inner > classes. Here's what I'm using now, and it results in junit > attempting to > run the inner classes like "Test$Trials.class": > > > > > > > > > > > > I tried adding but that was > no good either. > > Thanks! > > -- > To unsubscribe, e-mail: For additional commands, e-mail: ------_=_NextPart_001_01C20826.EDA813F0--