You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jerome Lacoste <je...@coffeebreaks.org> on 2004/05/31 15:54:02 UTC

Re: upgrade from 1.0rc2 to rc3 broke my SVM SVN repository definition

On Mon, 2004-05-31 at 09:38, Jerome Lacoste wrote:
> I haven't had time to investigate it, but in 1.0rc2 this seems like it
> used to work, while in 1.0rc3 it doesn't.
> 
> scm:svn:file://home/jerome/svn-repository/cb.org/jset/trunk/${module.path}

I was missing the most important:

[...]
Caused by: java.lang.IllegalArgumentException: repository connection
string contains less than six tokens
        at
org.apache.maven.project.Repository.splitSCMConnection(Repository.java:240)
        at
org.apache.maven.project.Repository.getScmType(Repository.java:115)
[...]

Of course it has less than 6 tokens, but it used to work that way.

Jerome


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Re: upgrade from 1.0rc2 to rc3 broke my SVM SVN repository definition

Posted by Jerome Lacoste <je...@coffeebreaks.org>.
On Mon, 2004-05-31 at 10:29, Dion Gillard wrote:
> I believe this is now fixed in CVS. I committed the changes yesterday.
> 
> Would you be willing to build the branch and test?

Done, and I can confirm the bug is gone in my setup.

Thx

sorry for the fuss.

j.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Re: upgrade from 1.0rc2 to rc3 broke my SVM SVN repository definition

Posted by Dion Gillard <di...@gmail.com>.
I believe this is now fixed in CVS. I committed the changes yesterday.

Would you be willing to build the branch and test?

On Mon, 31 May 2004 09:54:02 -0400, Jerome Lacoste
<je...@coffeebreaks.org> wrote:
> 
> On Mon, 2004-05-31 at 09:38, Jerome Lacoste wrote:
> > I haven't had time to investigate it, but in 1.0rc2 this seems like it
> > used to work, while in 1.0rc3 it doesn't.
> >
> > scm:svn:file://home/jerome/svn-repository/cb.org/jset/trunk/${module.path}
> 
> I was missing the most important:
> 
> [...]
> Caused by: java.lang.IllegalArgumentException: repository connection
> string contains less than six tokens
>         at
> org.apache.maven.project.Repository.splitSCMConnection(Repository.java:240)
>         at
> org.apache.maven.project.Repository.getScmType(Repository.java:115)
> [...]
> 
> Of course it has less than 6 tokens, but it used to work that way.
> 
> 
> 
> Jerome
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org