Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 45355 invoked from network); 26 Feb 2007 11:03:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2007 11:03:04 -0000 Received: (qmail 12008 invoked by uid 500); 26 Feb 2007 11:03:12 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 11855 invoked by uid 500); 26 Feb 2007 11:03:11 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 11808 invoked by uid 99); 26 Feb 2007 11:03:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 03:03:11 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [80.175.38.168] (HELO rectang.com) (80.175.38.168) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 03:02:59 -0800 Received: from [192.168.0.7] (82-46-239-2.cable.ubr05.edin.blueyonder.co.uk [82.46.239.2]) by rectang.com (Postfix) with ESMTP id 3F9D818166 for ; Mon, 26 Feb 2007 11:02:36 +0000 (GMT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <45E29F0F.1050907@venisse.net> References: <20070226000735.BF8B41A981A@eris.apache.org> <45E29F0F.1050907@venisse.net> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <16CD4EE6-02D3-4381-961B-F9E2AF8636D7@handyande.co.uk> Content-Transfer-Encoding: quoted-printable From: Andrew Williams Subject: Re: svn commit: r511667 - /maven/continuum/trunk/continuum-rpc-client/pom.xml Date: Mon, 26 Feb 2007 11:02:33 +0000 To: continuum-dev@maven.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org The SampleClient fails to run without it. Caused by: java.lang.NoClassDefFoundError: javax/jdo/spi/=20 PersistenceCapable at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at java.security.SecureClassLoader.defineClass=20 (SecureClassLoader.java:123) at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) at java.net.URLClassLoader.access$100(URLClassLoader.java:55) at java.net.URLClassLoader$1.run(URLClassLoader.java:194) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:187) at org.codehaus.mojo.exec.ExecJavaMojo=20 $IsolatedClassLoader.loadClass(ExecJavaMojo.java:265) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:=20 302) at org.apache.maven.continuum.rpc.ProjectsReader.readProjects=20= (ProjectsReader.java:79) at org.apache.maven.continuum.rpc.SampleClient.main=20 (SampleClient.java:51) ... 23 more A On 26 Feb 2007, at 08:49, Emmanuel Venisse wrote: > Why? we don't use it in the rpc client. > > handyande@apache.org a =E9crit : >> Author: handyande >> Date: Sun Feb 25 16:07:34 2007 >> New Revision: 511667 >> URL: http://svn.apache.org/viewvc?view=3Drev&rev=3D511667 >> Log: >> rpc client need jdo2 too >> Modified: >> maven/continuum/trunk/continuum-rpc-client/pom.xml >> Modified: maven/continuum/trunk/continuum-rpc-client/pom.xml >> URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-=20 >> rpc-client/pom.xml?view=3Ddiff&rev=3D511667&r1=3D511666&r2=3D511667 >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20 >> =3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- maven/continuum/trunk/continuum-rpc-client/pom.xml (original) >> +++ maven/continuum/trunk/continuum-rpc-client/pom.xml Sun Feb 25 =20 >> 16:07:34 2007 >> @@ -70,5 +70,9 @@ >> commons-httpclient >> 2.0.2 >> >> + >> + org.codehaus.plexus >> + plexus-jdo2 >> + >> >> >