Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 21168 invoked from network); 14 Dec 2010 22:48:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Dec 2010 22:48:30 -0000 Received: (qmail 93704 invoked by uid 500); 14 Dec 2010 22:48:30 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 93653 invoked by uid 500); 14 Dec 2010 22:48:30 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 93645 invoked by uid 99); 14 Dec 2010 22:48:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 22:48:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jak-ant-dev@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 22:48:21 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PSdez-0008W4-Fd for dev@ant.apache.org; Tue, 14 Dec 2010 23:47:53 +0100 Received: from cpe-174-108-074-105.carolina.res.rr.com ([174.108.74.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2010 23:47:53 +0100 Received: from jesse.glick by cpe-174-108-074-105.carolina.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2010 23:47:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@ant.apache.org From: Jesse Glick Subject: Re: [VOTE] release of ant 1.8.2 Date: Tue, 14 Dec 2010 17:47:29 -0500 Organization: Oracle Corp. / NetBeans Lines: 42 Message-ID: References: <4D068948.2000306@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-174-108-074-105.carolina.res.rr.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 In-Reply-To: <4D068948.2000306@gmx.de> X-Virus-Checked: Checked by ClamAV on apache.org On 12/13/2010 03:59 PM, Antoine Levy-Lambert wrote: > http://people.apache.org/~antoine/dist/ Built big chunks of NetBeans sources without problems. Generally seems to be working embedded on various scripts. But there seems to be some problem with #34748 not working correctly on JUnit 4.x-style @Test's which I have not yet tracked down (this works under 1.8.1 with a binary patch from the #34748 branch). I'm mostly on holiday now, may not be able to get to the bottom of this before the new year. So far I know that JUnitTestRunner is being called with 'methods' as expected, but runs all the test methods anyway: import org.junit.Test; public class SomeTest { @Test public void a() {} @Test public void b() {} } Execute:Java13CommandLauncher: Executing '.../jdk1.6.0_22/bin/java' with arguments: '-ea' '-classpath' '...:.../junit-4.8.2.jar:.../ant-launcher.jar:.../ant.jar:.../ant-junit.jar' 'org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner' 'SomeTest' 'methods=a' 'filtertrace=true' 'haltOnError=false' 'haltOnFailure=false' 'showoutput=true' 'outputtoformatters=true' 'logfailedtests=true' 'logtestlistenerevents=true' 'formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter' 'formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,/tmp/TEST-SomeTest.xml' 'crashfile=...' 'propsfile=...' The ' characters around the executable and arguments are not part of the command. Testsuite: SomeTest junit.framework.TestListener: tests to run: 2 junit.framework.TestListener: startTest(b) junit.framework.TestListener: endTest(b) junit.framework.TestListener: startTest(a) junit.framework.TestListener: endTest(a) Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.05 sec --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org