Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 57000 invoked from network); 17 Dec 2010 21:27:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 21:27:27 -0000 Received: (qmail 27015 invoked by uid 500); 17 Dec 2010 21:27:27 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 26942 invoked by uid 500); 17 Dec 2010 21:27:26 -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 26934 invoked by uid 99); 17 Dec 2010 21:27:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 21:27:26 +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; Fri, 17 Dec 2010 21:27:19 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PThp6-0003tY-Er for dev@ant.apache.org; Fri, 17 Dec 2010 22:26:54 +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 ; Fri, 17 Dec 2010 22:26:44 +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 ; Fri, 17 Dec 2010 22:26:44 +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: Fri, 17 Dec 2010 21:26:33 +0000 (UTC) Lines: 15 Message-ID: References: <4D068948.2000306@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 174.108.74.105 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12) X-Virus-Checked: Checked by ClamAV on apache.org Jesse Glick oracle.com> writes: > there seems to be some problem with #34748 not working correctly > on JUnit 4.x-style @Test's Found it. In JUnitTask.init, need to add: addClasspathEntry("/org/apache/tools/ant/taskdefs/optional/junit /JUnit4TestMethodAdapter.class"); (Can't get my work laptop online just at the moment or I would commit this to trunk.) Regression caused by split of ant-junit4.jar. (Cannot add a test for it easily without relying on JDK 5 to build.) So -1 from me on binaries built without this fix. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org