Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 94518 invoked from network); 22 Aug 2006 13:06:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Aug 2006 13:06:02 -0000 Received: (qmail 65020 invoked by uid 500); 22 Aug 2006 13:06:01 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 64677 invoked by uid 500); 22 Aug 2006 13:06:00 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 64662 invoked by uid 99); 22 Aug 2006 13:06:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 06:06:00 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cagatay.civici@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 06:05:59 -0700 Received: by py-out-1112.google.com with SMTP id i75so2644962pye for ; Tue, 22 Aug 2006 06:05:39 -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:references; b=paHF0N0DyEEaV8Yv7Rjb+HcvX1JiGhM5BBHhen0OIHMutagryk+qX8oM1gNpXCsFL91DVbkws+RIPIfYOrGZMCthJMGBMAB01tITNCRcxK3lcIc10A543zgwXH8Dyt6WlLqM10mNMs/KnuJU2mdJudAtu3m8HWYOe/s0kZ2haFE= Received: by 10.35.135.12 with SMTP id m12mr15545689pyn; Tue, 22 Aug 2006 06:05:39 -0700 (PDT) Received: by 10.35.118.9 with HTTP; Tue, 22 Aug 2006 06:05:38 -0700 (PDT) Message-ID: <8c9d4eaa0608220605y719061e6mab6c0e649b7fa583@mail.gmail.com> Date: Tue, 22 Aug 2006 16:05:38 +0300 From: "Cagatay Civici" To: "MyFaces Development" Subject: Re: Problem with building Tomahawk source form svn with mvn In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_96886_31623498.1156251938946" References: <5920361.post@talk.nabble.com> <8c9d4eaa0608220026k55c2eef9nc709114f8f8e210@mail.gmail.com> <5924416.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_96886_31623498.1156251938946 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Yes it's not easy at the beginning and will take time since it'll download all the dependencies. The jars are created at the target folder of each maven project and then installed to your local maven repository by default For example for tomahawk core trunk, the jar is at; .m2\repository\org\apache\myfaces\tomahawk\tomahawk\1.1.5-SNAPSHOT Cagatay On 8/22/06, Wendy Smoak wrote: > > On 8/22/06, Danimal wrote: > > > > Well, it seems the problem is a moving target. I notice that if maven > has > > difficulty downloading a library, it will stop processing. If I repeat > the > > same command over and over, I can get more progress each time. > > This is normal for a first build of a project with many transitive > dependencies. The central Maven repository (at ibiblio.org) is often > under very heavy load and will time out, but it's hard to complain too > much when the bandwidth is free. :) I agree, some sort of 'retry' > logic would be a good enhancement for Maven. > > The good news is that once you get all of those dependencies into your > local Maven repository, Maven will use them for every project you > build, without trying to download again. > > -- > Wendy > ------=_Part_96886_31623498.1156251938946 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,

Yes it's not easy at the beginning and will take time since it'll download all the dependencies.

The jars are created at the target folder of each maven project and then installed to your local maven repository by default

For example for tomahawk core trunk, the jar is at;

.m2\repository\org\apache\myfaces\tomahawk\tomahawk\1.1.5-SNAPSHOT

Cagatay

On 8/22/06, Wendy Smoak <wsmoak@gmail.com> wrote:
On 8/22/06, Danimal <dan.c.doyle@gmail.com> wrote:
>
> Well, it seems the problem is a moving target. I notice that if maven has
> difficulty downloading a library, it will stop processing. If I repeat the
> same command over and over, I can get more progress each time.

This is normal for a first build of a project with many transitive
dependencies.  The central Maven repository (at ibiblio.org) is often
under very heavy load and will time out, but it's hard to complain too
much when the bandwidth is free. :)  I agree, some sort of 'retry'
logic would be a good enhancement for Maven.

The good news is that once you get all of those dependencies into your
local Maven repository, Maven will use them for every project you
build, without trying to download again.

--
Wendy

------=_Part_96886_31623498.1156251938946--