Return-Path: X-Original-To: apmail-ant-dev-archive@www.apache.org Delivered-To: apmail-ant-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EBFEFFFE for ; Sat, 30 Mar 2013 21:03:08 +0000 (UTC) Received: (qmail 88245 invoked by uid 500); 30 Mar 2013 21:03:07 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 88099 invoked by uid 500); 30 Mar 2013 21:03:07 -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 88085 invoked by uid 99); 30 Mar 2013 21:03:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Mar 2013 21:03:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of michael.m.clarke@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qa0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Mar 2013 21:03:01 +0000 Received: by mail-qa0-f44.google.com with SMTP id o13so374192qaj.17 for ; Sat, 30 Mar 2013 14:02:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=6bxIWsMffJucs5f+ZLL2DlYYH4FSfzQQ+Xok2UEwSVM=; b=Xawkkmay+oECyZ48tdnIM8c7WNR8YuUvpmaytBeuM2ZxOvAgoactJ79NCBcc0m3SVl pt5jyXeCpJa76Wif0+HFoy7Ilj/Aw3KxvWC7wWL9ImXsiB6czZfB8nz91F5loaAVTUU0 8x4fbflvvbTRUeTET88Rd2ktYQHrcwMESlREUehHEnDlfSegSx1zCd/JidRIEtyLSE2p rezY4/cy9FE5d/8N5q8I1QaLlMqRtszkFxcL33RJiYGlkEvexkCJFg8RPE/MFK/Wbxna wnqs5QMdigNRPAD00WDMry7Tz8QLxZ9OE/mii6w81UfFiCBxuHuTjSwh80jHKOyX7lvs dSRg== MIME-Version: 1.0 X-Received: by 10.229.82.136 with SMTP id b8mr3040760qcl.20.1364677361147; Sat, 30 Mar 2013 14:02:41 -0700 (PDT) Received: by 10.49.48.234 with HTTP; Sat, 30 Mar 2013 14:02:40 -0700 (PDT) Date: Sat, 30 Mar 2013 21:02:40 +0000 Message-ID: Subject: Re: JUnit4 requirement From: Michael Clarke To: Ant Developers List Content-Type: multipart/alternative; boundary=14dae94edb9b58344e04d92ab50f X-Virus-Checked: Checked by ClamAV on apache.org --14dae94edb9b58344e04d92ab50f Content-Type: text/plain; charset=ISO-8859-1 https://github.com/mc1arke/ant/commit/63251494ed70b7694305e43c9cc37879ca3bd5adfixes this, providing CustomJUnit4AdapterCache is moved into the ant-junit4 JAR. I can make a further commit to reverse the removal of the JUnit4 JAR and add the CustomJUnit4AdapterCache to the JAR then bundle it up into a patch if wanted? Thanks, Michael On 30 March 2013 18:44, Stefan Bodewig wrote: > On 2013-03-28, Stefan Bodewig wrote: > > > On 2013-03-27, Michael Clarke wrote: > > >>>> * the optional ant-junit4.jar has been merged into ant-junit.jar > >>>> as Ant now requires JUnit4. > > >> Is it really the case that Ant requires JUnit4? The changes I > >> introduced for @Ignore annotations in Ant 1.9.0 shouldn't impact > >> backwards compatibility with JUnit3 and I don't believe any other > >> changes in the 1.9.0 release force users to need the JUnit4 jar whilst > >> running tests. > > > Some classes in the junit package didn't seem to compile in Gump, I > > think BriefJUnitFormatter was one of them. > > The formatter all now import org.junit.Ignore so require JUnit 4 at > compile time. It may stil be possible to use JUnit 3 at runtime. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > --14dae94edb9b58344e04d92ab50f--