Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 94190 invoked from network); 21 Feb 2006 02:43:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 02:43:16 -0000 Received: (qmail 98850 invoked by uid 500); 21 Feb 2006 02:43:14 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 98067 invoked by uid 500); 21 Feb 2006 02:43:12 -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 98055 invoked by uid 99); 21 Feb 2006 02:43:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 18:43:12 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Feb 2006 18:43:11 -0800 Received: (qmail 3650 invoked from network); 21 Feb 2006 02:42:49 -0000 Received: from ool-43560634.dyn.optonline.net (HELO ?192.168.2.2?) (geir@67.86.6.52) by b014.internal.mobile-health-diary.com with SMTP; 21 Feb 2006 02:42:49 -0000 Message-ID: <43FA7DFD.4090708@pobox.com> Date: Mon, 20 Feb 2006 21:42:05 -0500 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [classlib] build / test system References: <43F0ACB4.2090903@pobox.com> <6e47b64f0602140114h5a98e2e1v42ac0e51287afa93@mail.gmail.com> <43F1A764.5060109@googlemail.com> <6e47b64f0602140231n6488415fmf35a9de8d250ac8e@mail.gmail.com> <43F1B88F.3060604@googlemail.com> <1140363826.2334.11.camel@Elrond.Rivendell> In-Reply-To: <1140363826.2334.11.camel@Elrond.Rivendell> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Will it use a maven repository? This sounds like a lot of the functionality in Maven. Whether you like Maven or not, the fact that there are large repositories of jars is great, so I hope your friend will take advantage of that. David Tanzer wrote: > A friend of mine is currently developing a program to manage Java > project resources (jars and others) called "gc resource repository" > (gc-rr): > > http://dev.guglhupf.net/commons/rr/index.html > > Some of the features are: > > * Central resource repository to share resources between multiple > projects. > * Needed resource are downloaded and stored in a local repository. > * Dependencies between resources are solved. > * Setup the classpath with all needed resources (jars). > * Start java progams with the needed resources. > * Ant integration to setup the classpath. > * Modular ant build script support > * Eclipse classpath builder to setup the classpath in eclipse. > > You may want to take a look at it. It is distributed under the Apache > License, and I guess I could convince Rene Pirringer (the main developer > of gc-rr) to contribute it to Apache Harmony if this is desired. > > Best Regards, > David Tanzer > > On Tue, 2006-02-14 at 11:01 +0000, George Harley wrote: >> Hi Alexey, >> >> The "usetimestamp" attribute of Ant's "get" task kind of offers this >> functionality. Setting the attribute value to "true" means that the >> download only proceeds if the local copy of the resource is missing or >> stale. >> >> There is more information on this at >> http://ant.apache.org/manual/CoreTasks/get.html >> >> Best regards, >> George >> IBM UK >> >> >> >> Alexey Petrenko wrote: >>>> Well, it would be nice. However I don't like build scripts that depend on >>>> network. >>>> >>> Yes, there should be the possibility to download needed jars once and >>> forget about network. >>> >>> -- >> Alexey A. Petrenko >>> Intel Middleware Products Division >>>