Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 82168 invoked from network); 15 Nov 2005 16:50:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Nov 2005 16:50:29 -0000 Received: (qmail 78953 invoked by uid 500); 15 Nov 2005 16:50:28 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 78934 invoked by uid 500); 15 Nov 2005 16:50:28 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 78923 invoked by uid 99); 15 Nov 2005 16:50:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2005 08:50:27 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=USERPASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [65.247.121.27] (HELO wvas-marshal.Wernervas.com) (65.247.121.27) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2005 08:50:19 -0800 Received: from wvas-exchange1.Wernervas.com (Not Verified[172.30.102.25]) by wvas-marshal.Wernervas.com with NetIQ MailMarshal (v6,0,3,8) id ; Tue, 15 Nov 2005 10:53:34 -0600 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: new Continuum project via POM URL X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Tue, 15 Nov 2005 10:50:05 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: new Continuum project via POM URL Thread-Index: AcXqAtlMRe5J8T7YQSWs/DAeW3P3xgAAZl+Q From: "Michael Fiedler" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Emmanuel, After repeated attempts it finally worked. Thanks again. While trying to get rid of the duplicate projects, I ended up getting = this stacktrace: ognl.MethodFailedException: Method "removeProject" failed for object = org.apache.maven.continuum.DefaultContinuum@c1e10c = [org.apache.maven.continuum.ContinuumException: No such object.] at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:796) at ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61) at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819) at ognl.ASTMethod.getValueBody(ASTMethod.java:75) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170) at ognl.SimpleNode.getValue(SimpleNode.java:210) at ognl.Ognl.getValue(Ognl.java:333) at ognl.Ognl.getValue(Ognl.java:378) at ognl.Ognl.getValue(Ognl.java:357) at = org.codehaus.plexus.formica.action.DeleteEntity.uponSuccessfulValidation(= DeleteEntity.java:57) at = org.codehaus.plexus.formica.action.DeleteEntity.execute(DeleteEntity.java= :47) at = org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.= java:68) at = org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipel= ine.java:70) at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108) at javax.servlet.http.HttpServlet.service(HttpServlet.java:615) at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) at = org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) at = org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHa= ndler.java:294) at = org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) at = org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCont= ext.java:525) at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) at org.mortbay.http.HttpServer.service(HttpServer.java:879) at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) at = org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)= at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) /-- Encapsulated exception ------------\ org.apache.maven.continuum.ContinuumException: No such object. at = org.apache.maven.continuum.DefaultContinuum.logAndCreateException(Default= Continuum.java:1729) at = org.apache.maven.continuum.DefaultContinuum.removeProject(DefaultContinuu= m.java:210) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at ognl.OgnlRuntime.invokeMethod(OgnlRuntime.java:491) at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:785) at ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61) at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819) at ognl.ASTMethod.getValueBody(ASTMethod.java:75) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170) at ognl.SimpleNode.getValue(SimpleNode.java:210) at ognl.Ognl.getValue(Ognl.java:333) at ognl.Ognl.getValue(Ognl.java:378) at ognl.Ognl.getValue(Ognl.java:357) at = org.codehaus.plexus.formica.action.DeleteEntity.uponSuccessfulValidation(= DeleteEntity.java:57) at = org.codehaus.plexus.formica.action.DeleteEntity.execute(DeleteEntity.java= :47) at = org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.= java:68) at = org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipel= ine.java:70) at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108) at javax.servlet.http.HttpServlet.service(HttpServlet.java:615) at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) at = org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) at = org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHa= ndler.java:294) at = org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) at = org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCont= ext.java:525) at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) at org.mortbay.http.HttpServer.service(HttpServer.java:879) at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) at = org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)= at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) Caused by: = org.apache.maven.continuum.store.ContinuumObjectNotFoundException: Could = not find object. Type = 'org.apache.maven.continuum.model.project.Project'. Id: '3'. at = org.apache.maven.continuum.store.JdoContinuumStore.getObjectById(JdoConti= nuumStore.java:441) at = org.apache.maven.continuum.store.JdoContinuumStore.getObjectById(JdoConti= nuumStore.java:410) at = org.apache.maven.continuum.store.JdoContinuumStore.getProject(JdoContinuu= mStore.java:630) at = org.apache.maven.continuum.DefaultContinuum.removeProject(DefaultContinuu= m.java:198) ... 35 more Michael -----Original Message----- From: Emmanuel Venisse [mailto:emmanuel@venisse.net] Sent: Tuesday, November 15, 2005 10:36 AM To: continuum-users@maven.apache.org Subject: Re: new Continuum project via POM URL url in Add Project page are standard url like http, file, ftp and not = scm url Emmanuel Michael Fiedler a =E9crit : > Hi, >=20 > I am trying to create a build project by loading the pom via the = url option. I have to use the pom url option because this pom contains = modules. For the url, I am using = 'scm:svn:http://username:password@host/blah/trunk/modules/pom.xml/'. I = have checked it against svn by using the url = 'http://host/blah/trunk/modules/pom.xml/'. The username and password = were also checked. The Continuum error message I am getting is '[ You = must provide a valid url ] '. >=20 > I am using Continuum 1.1-SNAPSHOT from 20051111.143000 on a windows = os. >=20 > Thank you, > Michael=20 >=20 >=20 >=20 >=20 >=20