Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 36436 invoked from network); 20 May 2009 20:44:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 May 2009 20:44:14 -0000 Received: (qmail 28401 invoked by uid 500); 20 May 2009 20:44:27 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 28311 invoked by uid 500); 20 May 2009 20:44:26 -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 28303 invoked by uid 99); 20 May 2009 20:44:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 20:44:26 +0000 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 gnodet@gmail.com designates 209.85.220.174 as permitted sender) Received: from [209.85.220.174] (HELO mail-fx0-f174.google.com) (209.85.220.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 20:44:17 +0000 Received: by fxm22 with SMTP id 22so716819fxm.19 for ; Wed, 20 May 2009 13:43:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qPFp/4/cUDGttH9YGfG4GNlGr8R81Z65uqMOmjDzga8=; b=FgEqHNdYp8w5AsEPeNPZRXyMX586Hm+t739m/wPM4iB8F20yi8vGWsVqh69NoTX6hW 1MV2TE7JRJvWob8Xu2Q1qDE37OUCksV3sofCAR+h2S99FetUnStOb+dughI3OcTZXgJW ZHg+4ku9L42IHrxOq+T0vKOKGZbiCYFtcbXWQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=icAo98ivjf8GxJyDQn6Agon795iVoynZXhP2GU1SZ3oauNjWRtUdgZ5r+aExJtEXtg t7UUbyCEylM7cGX0jOA7mnDTXOzEkQo5vbx/gr7hwHAVq0jKivI87HMojRtedTWEFZXt sVqC5F4BBxa5hUqUZiLbGDEZWfbpQ9Gdw17Yc= MIME-Version: 1.0 Received: by 10.223.121.6 with SMTP id f6mr1306716far.77.1242852235103; Wed, 20 May 2009 13:43:55 -0700 (PDT) In-Reply-To: <7DBA6437-4ED2-4674-B84E-E0B501EBCFD0@visi.com> References: <5eb405c70905182149r14591eceyd306e3704d9b7649@mail.gmail.com> <18A507A8-4314-4665-8CBF-39CDEFBE933F@visi.com> <5A36923A-5BDD-4F19-8A15-DE9A5D0C07CB@visi.com> <232B2626-6CD8-40A2-98B8-C6DD92BB3661@visi.com> <7DBA6437-4ED2-4674-B84E-E0B501EBCFD0@visi.com> Date: Wed, 20 May 2009 22:43:55 +0200 Message-ID: Subject: Re: [blueprint] itests failing with NoClassDefFoundError From: Guillaume Nodet To: dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I've fixed the issue, though your script does not work. The following one seems to work ok: #!/bin/bash TMP=3D/tmp/$USER-$RANDOM mkdir $TMP && cd $TMP && svn -q co http://svn.apache.org/repos/asf/geronimo/sandbox/blueprint && cd blueprint && mvn -v && mvn --settings /dev/null clean install -Dmaven.repo.local=3D$TMP/repo 2009/5/20 David Blevins : > > On May 20, 2009, at 11:20 AM, Guillaume Nodet wrote: > >> Is your m2 repository in ~/.m2/repository without any other location >> defined in ~/.m2/settings.xml ? >> It seems pax-exam is broken and only support the local repository in >> the default location. =A0If you do that, it should build just fine. > > Ok, understood this sentence, "Do you use the default m2 repository ? Tha= t may be the problem" to imply using the default repo was the problem. =A0W= hich lead me to still wonder what was the right approach. > > Not sure what bad state I had in ~/.m2/repository that caused things to f= ail when I tried with all default settings but trying with a clean repo at = ~/.m2/repository vs. -Dmaven.repo.local=3Dtmprepo finally works. > > -David > > >> >> >> 2009/5/20 David Blevins : >>> >>> On May 19, 2009, at 5:22 PM, David Blevins wrote: >>> >>>> Would love to know what the magic settings.xml data is and if there's = some way to get it into the root pom.xml. >>> >>> Still need the right settings. =A0I'm fine picking through your setting= s.xml (minus passwords) if you're unsure what the magic settings are. >>> >>> >>> -David >>> >>> >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >> > > --=20 Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com