From continuum-users-return-3057-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Sat Dec 09 21:24:42 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 86329 invoked from network); 9 Dec 2006 21:24:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2006 21:24:42 -0000 Received: (qmail 12154 invoked by uid 500); 9 Dec 2006 21:24:50 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 11772 invoked by uid 500); 9 Dec 2006 21:24:49 -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 11760 invoked by uid 99); 9 Dec 2006 21:24:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Dec 2006 13:24:49 -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 [198.160.111.226] (HELO mx2out.acxiom.com) (198.160.111.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Dec 2006 13:24:38 -0800 Received: from unknown (HELO ACXMSXFE02.Corp.Acxiom.net) ([10.85.225.22]) by mx2out.acxiom.com with ESMTP; 09 Dec 2006 15:23:47 -0600 X-IronPort-AV: i="4.09,517,1157346000"; d="scan'208"; a="182742389:sNHT27824482" Received: from CWYMSX03.Corp.Acxiom.net ([10.85.225.33]) by ACXMSXFE02.Corp.Acxiom.net with Microsoft SMTPSVC(6.0.3790.211); Sat, 9 Dec 2006 15:24:16 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: Problems adding M2 top level pom.xml Date: Sat, 9 Dec 2006 15:24:14 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problems adding M2 top level pom.xml Thread-Index: AccaR0Vj7aNV7C28R3eCpJJDr6yIsAABIK5AAAQTDcYAXl4mcA== From: "Drummond Daren - dadrum" To: X-OriginalArrivalTime: 09 Dec 2006 21:24:16.0162 (UTC) FILETIME=[613CF820:01C71BD8] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I'm having problems trying to add my top level multi-project Maven2 pom.xml to Continuum. My sources are stored in a SourceForge integrated cvs server that absolutely requires form-based authentication before accessing the sources via https. Unfortunately there is no way I can disable this. So far I haven't figured out a way to make Continuum handle the login form redirection and submit action that is required when using the https protocol, so I'm looking for alternative ideas. =20 Since I have no problems getting the sources via the scm protocol via the command line (scm delegates to cvs which delegates security to ssh using my public/private key pair - no login prompt). I had hoped that I could use the scm protocol in the "M2 POM url" field, however I get the exception below when adding scm to application.xml and trying to submit my scm url (scm:cvs:ext:mylogon@acxcvs.corp.mycorp.net:/cvsroot/impact/pom.xml). This seems like it should be supported. I also enabled the "file" protocol as an allowed Scheme and tried pointing to my top level pom.xml like so "file://C:/di/cm50/dev/pom.xml". This url works in my browser, but Continuum says it can't find the file. Did I mess up the file url format? Do I have to write a shell script and set this up as a Shell project in Continuum? Any suggestions will be appreciated. Thanks, Daren The exception encountered when using the scm url: java.lang.NullPointerException at org.codehaus.plexus.formica.validation.UrlValidator.isValid(UrlValidator .java:292) at org.codehaus.plexus.formica.validation.UrlValidator.validate(UrlValidato r=2Ejava:250) at org.codehaus.plexus.formica.DefaultFormManager.validateElements(DefaultF ormManager.java:195) at org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManag er.java:124) at org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManag er.java:114) at org.codehaus.plexus.formica.action.AbstractEntityAction.execute(Abstract EntityAction.java:107) at org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve .java:68) at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipe line.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(WebApplicationH andler.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(WebApplicationCon text.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) *************************************************************************** The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please resend this communication to the sender and delete the original message or any copy of it from your computer system. Thank You. ****************************************************************************