Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 65683 invoked from network); 9 Aug 2008 12:23:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2008 12:23:38 -0000 Received: (qmail 59883 invoked by uid 500); 9 Aug 2008 12:23:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 59826 invoked by uid 500); 9 Aug 2008 12:23:35 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 59815 invoked by uid 99); 9 Aug 2008 12:23:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2008 05:23:35 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of banga.shrey@gmail.com designates 209.85.198.238 as permitted sender) Received: from [209.85.198.238] (HELO rv-out-0506.google.com) (209.85.198.238) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2008 12:22:39 +0000 Received: by rv-out-0506.google.com with SMTP id f6so1201999rvb.55 for ; Sat, 09 Aug 2008 05:22:49 -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:references; bh=nXBzCrF/LnK8d188AxN19nHOYqcPeGnCKx3UCuLn/V4=; b=fTrGrjXHHDWitIwEgANDs7VV2Wbv7f4Z3cCcU/BYRBiNI9+2PiMP4CeVy8MAtsDJmR flLzibhpVlmC6DZRtsSYQJlxjVfkfPV/GaUjNwEdQqWEGlG47RWq8BCm1EEoC4RLTeOe WgWY5QZJARYuCe338pH5RwRetQCzDQonHjOh8= 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:references; b=KdRRioWNKJWUUikNZfhz9MzWq6UVjPhD9h0pBfHf+dDLyRyjSz2/FxOeRwsXuyXKkp 7JetNHhSAAVWsswJKOz6qsE4VE9OFMe33axqn3a+ZS0vjQ8QF2txqZvdiMFUxoOImIbL 1fME1taXKHQdQYcHKt2WCxUwSWk4GmcALd5Lk= Received: by 10.140.201.4 with SMTP id y4mr2119228rvf.86.1218284569870; Sat, 09 Aug 2008 05:22:49 -0700 (PDT) Received: by 10.141.68.2 with HTTP; Sat, 9 Aug 2008 05:22:49 -0700 (PDT) Message-ID: <9dc4201d0808090522pa584609tc84d1944e816c31e@mail.gmail.com> Date: Sat, 9 Aug 2008 17:52:49 +0530 From: "Shrey Banga" To: dev@geronimo.apache.org Subject: Re: Maven woes In-Reply-To: <489CAE88.6080504@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19442_4187318.1218284569848" References: <9dc4201d0808081243l424bc6a9q7f5090ddb6aa7091@mail.gmail.com> <489CAE88.6080504@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19442_4187318.1218284569848 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've downloaded Nexus and configured my .m2/settings.xml from the getting started guide to use Nexus instead of directly downloading dependencies but it doesn't seem to solve the problem. I still find maven stuck downloading a dependency which I have to kill. Should I be using Nexus to somehow download these dependencies in advance? I also noticed the assemblies issue earlier- then I just did a complete mvn clean install but that was when I had wired net. I had been building with tests off already, which does save some time. Thanks, On Sat, Aug 9, 2008 at 2:07 AM, Donald Woods wrote: > You can also skip the tests and testsuite to save on retry times - > mvn install -Dtest=false -Pno-it > > One thing I have noticed, is that you need to clean the assemblies between > rebuilds, due to some car-maven-plugin problem where it sometimes generates > bogus server assemblies. > cd assemblies > mvn clean > > > -Donald > > > > David Jencks wrote: > >> >> On Aug 8, 2008, at 12:43 PM, Shrey Banga wrote: >> >> Hi >>> >>> I'm trying to build geronimo on my laptop using my college wifi, which >>> gets disconnected occasionally and maven basically stops at that point >>> without giving any error or warning. I'm forced to ctrl+C the build and >>> repeat it but it doesn't seem to work. Is there a way to resume the build >>> from where it ended? Or is there a windows based interface for maven that >>> might help? >>> I really need to get it built, mostly to show it off here :-D and finish >>> up on PlanCreator. >>> >> >> Once you have all the dependencies downloaded you can use mvn clean >> install -o for an offline build. >> >> I've been using nexus as a repo manager and I think it insulates me >> somewhat from bad connection issues.... at any rate I'm currently >> experiencing very flaky wifi and no build problems. >> http://nexus.sonatype.org/ >> I also usually only rebuild the parts of geronimo that have changed or >> depend on what I've changed. >> >> hope this helps >> david jencks >> >> >>> >>> Thanks, >>> -- >>> Shrey Banga >>> Bachelor of Technology, IV year >>> Department of Electrical Engineering >>> Indian Institute of Technology Roorkee >>> >> >> >> -- Shrey Banga Bachelor of Technology, IV year Department of Electrical Engineering Indian Institute of Technology Roorkee ------=_Part_19442_4187318.1218284569848 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
I've downloaded Nexus and configured my .m2/settings.xml from the getting started guide to use Nexus instead of directly downloading dependencies but it doesn't seem to solve the problem. I still find maven stuck downloading a dependency which I have to kill. Should I be using Nexus to somehow download these dependencies in advance?
I also noticed the assemblies issue earlier- then I just did a complete mvn clean install but that was when I had wired net. I had been building with tests off already, which does save some time.

Thanks,
On Sat, Aug 9, 2008 at 2:07 AM, Donald Woods <dwoods@apache.org> wrote:
You can also skip the tests and testsuite to save on retry times -
       mvn install -Dtest=false -Pno-it

One thing I have noticed, is that you need to clean the assemblies between rebuilds, due to some car-maven-plugin problem where it sometimes generates bogus server assemblies.
       cd assemblies
       mvn clean


-Donald



David Jencks wrote:

On Aug 8, 2008, at 12:43 PM, Shrey Banga wrote:

Hi

I'm trying to build geronimo on my laptop using my college wifi, which gets disconnected occasionally and maven basically stops at that point without giving any error or warning. I'm forced to ctrl+C the build and repeat it but it doesn't seem to work. Is there a way to resume the build from where it ended? Or is there a windows based interface for maven that might help?
I really need to get it built, mostly to show it off here :-D and finish up on PlanCreator.

Once you have all the dependencies downloaded you can use mvn clean install -o for an offline build.

I've been using nexus as a repo manager and I think it insulates me somewhat from bad connection issues.... at any rate I'm currently experiencing very flaky wifi and no build problems.
http://nexus.sonatype.org/
I also usually only rebuild the parts of geronimo that have changed or depend on what I've changed.

hope this helps
david jencks



Thanks,
--
Shrey Banga
Bachelor of Technology, IV year
Department of Electrical Engineering
Indian Institute of Technology Roorkee





--
Shrey Banga
Bachelor of Technology, IV year
Department of Electrical Engineering
Indian Institute of Technology Roorkee
------=_Part_19442_4187318.1218284569848--