Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 12861 invoked from network); 3 Oct 2006 14:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 14:46:21 -0000 Received: (qmail 28799 invoked by uid 500); 3 Oct 2006 14:46:19 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 28622 invoked by uid 500); 3 Oct 2006 14:46:18 -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 28611 invoked by uid 99); 3 Oct 2006 14:46:18 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 07:46:18 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=alexey.v.varlamov@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.236] ([66.249.82.236:38174] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 78/11-08153-7B772254 for ; Tue, 03 Oct 2006 07:46:16 -0700 Received: by wx-out-0506.google.com with SMTP id s13so2140798wxc for ; Tue, 03 Oct 2006 07:46:13 -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=dt/qZPgk4YScsQH09Zfggc4BGxbqacYOJcApXlBZNOFfQrS1iTxau1CVNDI1SIxUomoFoWzOzgg8uCXq9cMrvL6vhlqYXJo9YTnGeaF+nfWfVH+poOLkVZSbfC6DnZZmXTMRePfRN+JR0udLNcvlk1SAiZmaOeKNGN+6d73sFWE= Received: by 10.70.67.15 with SMTP id p15mr9055076wxa; Tue, 03 Oct 2006 07:46:13 -0700 (PDT) Received: by 10.70.23.14 with HTTP; Tue, 3 Oct 2006 07:46:13 -0700 (PDT) Message-ID: Date: Tue, 3 Oct 2006 21:46:13 +0700 From: "Alexey Varlamov" To: harmony-dev@incubator.apache.org Subject: Re: [patch][drlvm] fix junit.jar download In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can't we just take junit.jar from classlib's depends (as we do with XALAN)? 2006/10/3, Salikh Zakirov : > Geir, > > it looks like the commit > [r452245] HARMONY-698 This should be equivalent to what HARMONY-698 > broken the downloading of junit.jar (which we used to take from Eclipse distribution). > > The below patch adds junit.jar as a separate download from ibiblio jar repository. > > --- 8< --- > > added downloading of junit.jar > > diff --git build/make/lnx.properties build/make/lnx.properties > index c4f6c56..1404b5b 100644 > --- build/make/lnx.properties > +++ build/make/lnx.properties > @@ -57,6 +57,10 @@ # APR-iconv, version 1.1.1 or above > # http://apr.apache.org/download.cgi > remote.APRICONV.archive=http://apache.reverse.net/pub/apache/apr/apr-iconv-1.1.1.tar.gz > > +# JUnit, version 3.8.1 or above > +remote.JUNIT.archive=http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar > +remote.JUNIT.archive.type=asis > + > # LOG4CXX, svn revision 416779 > # http://logging.apache.org/site/cvs-repositories.html > remote.LOG4CXX.archive=-r 416779 http://svn.apache.org/repos/asf/logging/log4cxx/trunk > diff --git build/make/setup.xml build/make/setup.xml > index e570ae0..be28782 100644 > --- build/make/setup.xml > +++ build/make/setup.xml > @@ -105,6 +105,7 @@ Version: $Revision: 1.5.2.33 $ > > > > + > > > > @@ -148,6 +149,12 @@ Version: $Revision: 1.5.2.33 $ > > > > + > + > + > + > + > + > > > > @@ -176,7 +183,7 @@ Version: $Revision: 1.5.2.33 $ > > > > - > + > > > > diff --git build/make/win.properties build/make/win.properties > index 51274f1..6753d2b 100644 > --- build/make/win.properties > +++ build/make/win.properties > @@ -60,6 +60,10 @@ # APR-iconv, version 1.1.1 or above > # http://apr.apache.org/download.cgi > remote.APRICONV.archive=http://apache.reverse.net/pub/apache/apr/apr-iconv-1.1.1-win32-src.zip > > +# JUnit, version 3.8.1 or above > +remote.JUNIT.archive=http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar > +remote.JUNIT.archive.type=asis > + > # LOG4CXX, svn revision 416779 > remote.LOG4CXX.archive=-r 416779 http://svn.apache.org/repos/asf/logging/log4cxx/trunk > remote.LOG4CXX.archive.type=svn > > > --------------------------------------------------------------------- > 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