Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 80765 invoked from network); 18 Apr 2006 01:02:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2006 01:02:46 -0000 Received: (qmail 97210 invoked by uid 500); 18 Apr 2006 01:02:45 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 97190 invoked by uid 500); 18 Apr 2006 01:02:45 -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 97171 invoked by uid 99); 18 Apr 2006 01:02:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 18:02:45 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,USERPASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjc-continuum-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 18:02:43 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FVebc-0008Aw-TN for continuum-users@maven.apache.org; Tue, 18 Apr 2006 03:02:12 +0200 Received: from pool-72-66-83-66.washdc.fios.verizon.net ([72.66.83.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Apr 2006 03:02:12 +0200 Received: from scarab by pool-72-66-83-66.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Apr 2006 03:02:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: continuum-users@maven.apache.org From: Mark Reynolds Subject: Re: Getting started with maven 2 Date: Mon, 17 Apr 2006 21:02:02 -0400 Lines: 110 Message-ID: References: <4A79920EBF3C1445955A00C163CA3978947CCE@shadow.axegroup.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-66-83-66.washdc.fios.verizon.net User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <4A79920EBF3C1445955A00C163CA3978947CCE@shadow.axegroup.local> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This validation will also be broken on some of the newer generic top-level domains like .museum and .travel. -- Mark R Steve Coy wrote: > I got to the bottom of this. > > We have a "local" internal domain so that internal host names look like "blah.axegroup.local". > > The URL validator is barfing because "local" is longer than 4 characters. The code does not specify what authority upon which it bases this assumption. > > Steve Coy > > -----Original Message----- > From: Emmanuel Venisse [mailto:emmanuel@venisse.net] > Sent: Tuesday, 11 April 2006 12:32 AM > To: continuum-users@maven.apache.org > Subject: Re: Getting started with maven 2 > > The validation isn't done in continuum but in a plexus component: > > Url format validation : > http://svn.codehaus.org/trunk/plexus-components/plexus-formica/src/main/java/org/codehaus/plexus/formica/validation/UrlValidator.java?rev=2431&root=plexus&view=auto > > Url acess validation : > http://svn.codehaus.org/trunk/plexus-components/plexus-formica/src/main/java/org/codehaus/plexus/formica/validation/UrlSourceValidator.java?rev=2863&root=plexus&view=auto > > We have some tests cases for these classes : > http://svn.codehaus.org/trunk/plexus-components/plexus-formica/src/test/java/org/codehaus/plexus/formica/validation/?root=plexus > > Emmanuel > > Steve Coy a �crit : >> The logs contain no activity related to posting the form. >> >> I've been digging through the code (the continuum-1.0.x branch) for the last couple of hours, but have not been able to identify which bit of code does the actual validation of the URL. >> >> Any further help would be appreciated. >> >> Steve >> >> -----Original Message----- >> From: Emmanuel Venisse [mailto:emmanuel@venisse.net] >> Sent: Mon 4/10/2006 9:41 PM >> To: continuum-users@maven.apache.org >> Subject: Re: Getting started with maven 2 >> >> Do you have an error in logs? >> >> Steve Coy a �crit : >> >>> Thanks for your prompt response. >>> >>> If I drop the scm:svn: part of the url I still have the same problem. >>> >>> Any other ideas? >>> >>> >>> -----Original Message----- >>> From: Emmanuel Venisse [mailto:emmanuel@venisse.net] >>> Sent: Mon 4/10/2006 5:42 PM >>> To: continuum-users@maven.apache.org >>> Subject: Re: Getting started with maven 2 >>> >>> In Add Project screen, only standard protocol are allowed (http, >>> https, ftp). File protocol is allowed too if you define it in >>> application.xml (see the FAQ) >>> >>> Emmanuel >>> >>> Steve Coy a �crit : >>> >>> >>>> Hi, >>>> >>>> I'm just getting started with continuum 1.0.2 and I'm having trouble >>>> adding a multi-module maven 2 project. >>>> >>>> >From the "Add Maven 2.0+ Project" page I'm entering the following >>>>> "POM >>>> Url": >>>> >>>> scm:svn:http://my.userid:mypassword@cvs.axegroup.local/svn/project/mo >>>> dul >>>> e/trunk/pom.xml >>>> >>>> and the response from continuum is: >>>> >>>> [ You must provide a valid url ] in red. >>>> >>>> Any ideas what could be wrong? >>>> >>>> A wget on the continuum server successfully retrieves the pom.xml >>>> with this url. >>>> >>>> Thanks for any help. >>>> >>>> >>>> stephen coy >>>> >>>> >>>> >>>> >>> >>> >>> >> > >