Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 68216 invoked from network); 28 Aug 2010 18:05:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Aug 2010 18:05:42 -0000 Received: (qmail 24908 invoked by uid 500); 28 Aug 2010 18:05:42 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 24855 invoked by uid 500); 28 Aug 2010 18:05:42 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 24847 invoked by uid 99); 28 Aug 2010 18:05:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Aug 2010 18:05:42 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antoine.toulme@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Aug 2010 18:05:37 +0000 Received: by iwn3 with SMTP id 3so5512379iwn.17 for ; Sat, 28 Aug 2010 11:05:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=VJG5lVcja75F+mRlfqEOkPqrhIpuOGWyPV6yAHEeP3k=; b=wzJZjrAt9WqEPhpo/MK4e9odRQ2VPF7mNwSi8ETzTlVa/E3U4SHx19l7KMljKGNOWd 5o05YlLRg8CO5+TK8gaaipSp+ZdoeQg9cJKdwJzZIKoOHyVDHT7GnMF+NWje/IvlbBDu zauQreJrojGOj+xwijdRLJwneqn2MgIgLvOPs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=kQ+I28Ntr/yB2hZDme1X1HSijE5ejG5Wp6WNIt+esM7CQnaf3YGUBN44HoitHf4ptj Syeh2KtJOGhwnw/wiX0jDgbuqjkmre7ecQG/B1yHcE9+YxUlY8tge/4rBgRcN9R3eG8S g+xUCrah0C9glYPk23+pFAUkJkx/MjOEdvOJI= Received: by 10.231.35.8 with SMTP id n8mr2879433ibd.78.1283018644320; Sat, 28 Aug 2010 11:04:04 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.toulme@gmail.com Reply-To: antoine@lunar-ocean.com Received: by 10.231.161.207 with HTTP; Sat, 28 Aug 2010 11:03:04 -0700 (PDT) In-Reply-To: References: <565D3616-C7EF-4C76-8941-25B2A7E72499@gmail.com> <77BA42D1-FD5C-40BC-BD55-61264CA3E66A@gmail.com> From: Antoine Toulme Date: Sat, 28 Aug 2010 11:03:04 -0700 X-Google-Sender-Auth: JUfTkkNsZj2CVXZqCDeCeN_upjM Message-ID: Subject: Re: Trying to override old definition of datatype junit To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0022150482bb88f11c048ee60e61 --0022150482bb88f11c048ee60e61 Content-Type: text/plain; charset=ISO-8859-1 I committed a test ; I had to fix the current behavior which assumes junit4 is in the classpath, so this functionality will be released with 1.4.2. On Sat, Aug 28, 2010 at 10:10, Antoine Toulme wrote: > Pointing out ? You can use junit3 for your project by changing your user > setting or in the Buildfile do: > > Buildr.settings.build['junit'] = '3.8.1' > > I guess I need to add a test for that :) > > > On Sat, Aug 28, 2010 at 10:00, Mark Petrovic wrote: > >> Yes, in fact, they are junit3 tests. I should change them to junit4, but >> can buildr automate pointing out the condition? >> >> >> On Aug 28, 2010, at 9:46 AM, Antoine Toulme wrote: >> >> > I think it might be because of junit3 tests running in junit4. Are your >> > tests junit 3 tests ? >> > >> > The junit4 runner must be the one logging this. >> > >> > On Sat, Aug 28, 2010 at 07:17, Mark Petrovic >> wrote: >> > >> >> I'm seeing >> >> >> >> "Trying to override old definition of datatype junit" >> >> >> >> when I run tests on a certain project. Appears to be the same issue as >> >> https://issues.apache.org/jira/browse/BUILDR-161. >> >> >> >> What causes this? >> >> >> >> -- >> >> Mark Petrovic >> >> >> >> >> >> >> >> >> -- >> Mark Petrovic >> >> >> > --0022150482bb88f11c048ee60e61--