Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 44338 invoked from network); 15 Mar 2008 15:54:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2008 15:54:18 -0000 Received: (qmail 90235 invoked by uid 500); 15 Mar 2008 15:54:11 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 90199 invoked by uid 500); 15 Mar 2008 15:54:10 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 90190 invoked by uid 99); 15 Mar 2008 15:54:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2008 08:54:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nbeyer@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2008 15:53:33 +0000 Received: by wx-out-0506.google.com with SMTP id s7so4628888wxc.24 for ; Sat, 15 Mar 2008 08:53:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VcOBZhaNH42sMVfMwLjYhJUqHosHogecA3kTKUEmtqI=; b=KlesQSWP6RumjHHpuwNgcCX9QCt6ebbE1Pa8dCVyUPLl418Oq2LMkGNqxrPoQOI8uIS0mh93uHQVLmXGfckV4B/ErtlZJ1ZubZQLzMiWBAoIQHmjPu6HadNOhwq3zEFqHEe1Y1FTtfL/aNkoZESRAPnsRijEAigRmM1utzVoYRs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HQXHVS9CZjiqUp2cccZzAZ5Mit7099LxMXsK8T5kY0Se/Rr+/UCgHZORbWMxsZzvRqUhiJ8oxbVyHWLDDdJXeBqH5eJOYRMdnIQCeUKVIY87P7rJEPvmJ+fxgaj+1msILCLc8Z2xOfqrA+ejsFl6Cu0hH6ogdoZvYIliDnkpuuI= Received: by 10.151.103.11 with SMTP id f11mr7076317ybm.194.1205596423528; Sat, 15 Mar 2008 08:53:43 -0700 (PDT) Received: by 10.150.151.21 with HTTP; Sat, 15 Mar 2008 08:53:43 -0700 (PDT) Message-ID: <3b3f27c60803150853q308d32f9p63956762505f0a41@mail.gmail.com> Date: Sat, 15 Mar 2008 10:53:43 -0500 From: "Nathan Beyer" To: dev@harmony.apache.org Subject: Re: [build] build error due to failing dependency zip (HARMONY-5609) In-Reply-To: <61d2e9b20803150312x7eda3d8es91ded8994ece158d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1392547693.1205574268201.JavaMail.jira@brutus> <47DB9DD7.4090403@gmail.com> <61d2e9b20803150312x7eda3d8es91ded8994ece158d@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org What did you have to download manually? The dependency downloads are all automated via Ant targets. If that's not working, then it's a bug or issue we need to resolve. Maven doesn't have any magical solution for mirror usage. -Nathan On Sat, Mar 15, 2008 at 5:12 AM, Tharindu Mathew wrote: > I'm also not familiar with Ivy. > > I suggested maven because of the dependency management. You can automate it. > The biggest problem I had with this build was having to download several > dependencies by myself and finding mirror repositories. These problems are > pretty much solved in maven. > > > > On Sat, Mar 15, 2008 at 3:28 PM, Tim Ellison wrote: > > > Sorry to bounce around, just bringing this back to the dev list... > > > > Tharindu Mathew (JIRA) wrote: > > > Yes I found another the same dependency duplicated at another > > > location. Is there a way to make for Ant to look into multiple > > > repositories when retrieving dependencies like maven2. > > > > > > Can Ant be structured in a more OOP way? Or has it been considered to > > > switch to maven2 as the build system? > > > > We are not about to switch to Maven, but it may be worth investigating > > Apache Ivy for dependency management. > > > > I think we actually have quite simple dependencies so not sure if we > > need it (but I've not got much familiarity with Ivy). > > > > Regards, > > Tim > > > > > > > -- > Regards, > > Tharindu >