RE: Getting started with maven 2

2006-04-17 Thread Steve Coy
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:[EMAIL PROTECTED] 
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:[EMAIL PROTECTED]
> 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:[EMAIL PROTECTED]
>>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:[EMAIL PROTECTED]/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
>>>
>>>
>>>
>>>
>>
>>
>>
>>
> 
> 



Re: Continuum 1.0.3 release date?

2006-04-17 Thread Emmanuel Venisse

A vote is started and a RC is available there : 
http://www.codehaus.org/~evenisse/continuum/

Normally, it will be release this week.

Emmanuel

Ray Tsang a écrit :

It seems that [#CONTINUUM-534] release dependencies are all resolved
and the roadmap for 1.0.3 is mostly complete.  When will 1.0.3 be
released?

ray,




Continuum 1.0.3 release date?

2006-04-17 Thread Ray Tsang
It seems that [#CONTINUUM-534] release dependencies are all resolved
and the roadmap for 1.0.3 is mostly complete.  When will 1.0.3 be
released?

ray,