Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 54483 invoked from network); 8 Jun 2004 00:23:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jun 2004 00:23:32 -0000 Received: (qmail 31620 invoked by uid 500); 8 Jun 2004 00:23:40 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 31571 invoked by uid 500); 8 Jun 2004 00:23:40 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 31518 invoked by uid 99); 8 Jun 2004 00:23:39 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 07 Jun 2004 17:23:39 -0700 Received: (qmail 17523 invoked by uid 65534); 7 Jun 2004 18:56:43 -0000 Date: 7 Jun 2004 18:56:43 -0000 Message-ID: <20040607185643.17521.qmail@minotaur.apache.org> From: mcconnell@apache.org To: cvs@avalon.apache.org Subject: svn commit: rev 20882 - avalon/trunk/tools/project/core/src/main/org/apache/avalon/tools/tasks X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: mcconnell Date: Mon Jun 7 11:56:43 2004 New Revision: 20882 Modified: avalon/trunk/tools/project/core/src/main/org/apache/avalon/tools/tasks/JUnitTestTask.java Log: Modified: avalon/trunk/tools/project/core/src/main/org/apache/avalon/tools/tasks/JUnitTestTask.java ============================================================================== --- avalon/trunk/tools/project/core/src/main/org/apache/avalon/tools/tasks/JUnitTestTask.java (original) +++ avalon/trunk/tools/project/core/src/main/org/apache/avalon/tools/tasks/JUnitTestTask.java Mon Jun 7 11:56:43 2004 @@ -207,6 +207,8 @@ fileset.createExclude().setName( "**/Abstract*.java" ); JUnitTask junit = (JUnitTask) getProject().createTask( "junit" ); + junit.init(); + junit.setErrorProperty( ERROR_KEY ); junit.setFailureProperty( FAILURE_KEY ); @@ -254,7 +256,6 @@ basedir.setValue( base.toString() ); junit.addSysproperty( basedir ); - junit.init(); junit.execute(); } --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org