Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 58102 invoked from network); 1 Mar 2010 09:16:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 09:16:14 -0000 Received: (qmail 54994 invoked by uid 500); 28 Feb 2010 04:49:34 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 54907 invoked by uid 500); 28 Feb 2010 04:49:33 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 54899 invoked by uid 99); 28 Feb 2010 04:49:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 04:49:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=FM_FAKE_HELO_VERIZON,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of billwbarker@verizon.net designates 206.46.173.17 as permitted sender) Received: from [206.46.173.17] (HELO vms173017pub.verizon.net) (206.46.173.17) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 04:49:23 +0000 Received: from BillPC ([unknown] [71.165.190.74]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0KYJ0026GC1EF590@vms173017.mailsrvcs.net> for general@gump.apache.org; Sat, 27 Feb 2010 22:48:52 -0600 (CST) Message-id: <483C3EACA1254726A60B2AAF9866FC32@BillPC> From: "Bill Barker" To: "Gump code and data" References: <643F38D8535E4A7AA164D6CA61CF50D0@BillPC> <87ljekedas.fsf@v35516.1blu.de> In-reply-to: Subject: Re: Advise wanted on build issues Date: Sat, 27 Feb 2010 20:48:48 -0800 MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=response Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8089.726 X-MIMEOLE: Produced By Microsoft MimeOLE V14.0.8089.726 X-Virus-Checked: Checked by ClamAV on apache.org I've updated M2 on vmgump to 2.2.1. However, apt-get thinks that subversion 1.5.1 is the latest. I don't feel like manually installing 1.6.x, so lucene-java is out of luck for now. -------------------------------------------------- From: "Bill Barker" Sent: Monday, February 22, 2010 10:56 PM To: "Gump code and data" Subject: Re: Advise wanted on build issues > > > -------------------------------------------------- > From: "Stefan Bodewig" > Sent: Monday, February 22, 2010 9:22 PM > To: > Subject: Re: Advise wanted on build issues > >> On 2010-02-21, Bill Barker wrote: >> >>> It looks like most of the problems related to castor-xml wanting to >>> download an older version of itself are related to portals-pluto's >>> dependency on it. >> >> The castor-xml build is trying to download the trunk version of >> castor-core from http://snapshots.repository.codehaus.org which isn't >> proxied by the Maven proxy. This means it will not get the version just >> built - and there doesn't seem to be a jar available at codehaus. >> >> So far I expected the build would heal itself at one point by a snapshot >> jar becoming available, but I agree it has been taking a long time by >> now. >> >> One alternative would be to make the Maven proxy webapp aware of the >> codehaus snapshots repo but that isn't trivial either (the current >> webapp decides which real repository to use as fallback by looking at a >> path prefix and there is none for this specific repository so multiple >> fallbacks would be needed). >> >>> The current Gump portals-pluto is the 1.0 version (which has been dead >>> for years). So one option is to switch it to be a packaged project. >>> The other is to change portals-pluto to be the current version (which >>> is the "Gump way"). >> >> The downstream dependencies of pluto are likely to require a newer >> version at one point anyway. >> >>> But that project is huge, and so would take considerable time to set >>> up by anyone (such as myself) that isn't familiar with it. >> >> It uses Maven 2 and a reactor, doesn't it? If so you can start out with >> a reactor build in a separate local repository and then add