Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 51759 invoked from network); 4 Apr 2006 08:11:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2006 08:11:13 -0000 Received: (qmail 98159 invoked by uid 500); 4 Apr 2006 08:11:04 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 97838 invoked by uid 500); 4 Apr 2006 08:11:03 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 97827 invoked by uid 99); 4 Apr 2006 08:11:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 01:11:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mloenko@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nproxy.gmail.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 01:11:02 -0700 Received: by nproxy.gmail.com with SMTP id l36so748607nfa for ; Tue, 04 Apr 2006 01:10:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kEs92zYi4VwI0h/3ysAfmckCnIWAhc93Gv3qGgLyDjvPIUmZQe4OhVYAuY06cwM4ZtS0mxAizLwdlhFOY5xUrvfLNrdzZ/bF4LHgvXhyBHjtOzePWHV/evUvJ09GerkCExVx19Fv46FyfF5kX5YiQNYEEX1rw/LDLY86qui+3Uw= Received: by 10.49.81.11 with SMTP id i11mr209234nfl; Tue, 04 Apr 2006 01:10:38 -0700 (PDT) Received: by 10.49.6.5 with HTTP; Tue, 4 Apr 2006 01:10:38 -0700 (PDT) Message-ID: <906dd82e0604040110i17d06f45i79912b5f62fd33cd@mail.gmail.com> Date: Tue, 4 Apr 2006 15:10:38 +0700 From: "Mikhail Loenko" To: harmony-dev@incubator.apache.org Subject: Re: [classlib] running the tests In-Reply-To: <443227C8.9030607@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <906dd82e0604032039i710ba156v946fdd62be60a40b@mail.gmail.com> <4431FCF9.3070300@pobox.com> <906dd82e0604032319s3194a6fi9b664834e5ff48bc@mail.gmail.com> <4432210A.9050806@gmail.com> <906dd82e0604040037y169a9a6dnf52c119f89789292@mail.gmail.com> <443227C8.9030607@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N OK, I see Is there any way to avoid requirement of having *two* copies of junit.jar in separate directories? Thanks, Mikhail 2006/4/4, Tim Ellison : > Mikhail Loenko wrote: > > 2006/4/4, Tim Ellison : > >> That looks like the JUnit Ant task is missing -- you still need to put > >> JUnit into ant/lib etc. to use > > > > Actually the tests pass when junit.jar is in CLASSPATH, so seems like > > task works well. > > Perhaps the JRE that is running Ant is picking up your CLASSPATH. > > > Do you mean that to run the tests I'll have to have two junit's: > > one in ant/lib and another one in Harmony/depends? > > I never set CLASSPATH -- I've simply put junit.jar into my Ant lib and > the test run fine. > > [ I've also got jdtCompilerAdapter.jar and > org.eclipse.jdt.core_3.2.0.v_631.jar in there for the Eclipse compiler ] > > Regards, > Tim > > >> and I'd encourage people to put the Eclipse compiler adapter in there > >> too so we can use that. > >> > >> Regards, > >> Tim > >> > >> > >> Mikhail Loenko wrote: > >>> Not only the document. > >>> > >>> Now build fails without e.g. junit in classpath: > >>> > >>> BUILD FAILED > >>> H:\make\build-test.xml:58: The following error occurred while > >>> executing this line: > >>> H:\modules\luni\make\build.xml:123: The following error occurred whil= e > >>> executing this line: > >>> H:\modules\luni\make\common\build.xml:77: Could not create task or > >>> type of type: junit. > >>> > >>> Thanks, > >>> Mikhail > >>> > >>> --------------------------------------------------------------------- > >>> Terms of use : http://incubator.apache.org/harmony/mailing.html > >>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > >>> For additional commands, e-mail: harmony-dev-help@incubator.apache.or= g > >>> > >>> > >> -- > >> > >> Tim Ellison (t.p.ellison@gmail.com) > >> IBM Java technology centre, UK. > >> > >> --------------------------------------------------------------------- > >> Terms of use : http://incubator.apache.org/harmony/mailing.html > >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > >> For additional commands, e-mail: harmony-dev-help@incubator.apache.org > >> > >> > > > > --------------------------------------------------------------------- > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > > > -- > > Tim Ellison (t.p.ellison@gmail.com) > IBM Java technology centre, UK. > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org