Re: change-log plugin fails with java.lang.IllegalArgumentException:cvs repository connection string doesn't contain six tokens

2006-07-25 Thread Denis Cabasson
t. You have to use snapshot repositories, as described here: http://maven.apache.org/guides/development/guide-testing-development-plugins.html Denis. -- View this message in context: http://www.nabble.com/change-log-plugin-fails-with-java.lang.IllegalArgumentException%3Acvs-repository-connection-string-doesn%27t-contain-six-tokens-tf1998473.html#a5487226 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: change-log plugin fails with java.lang.IllegalArgumentException:cvs repository connection string doesn't contain six tokens

2006-07-25 Thread Jeff Mutonho
On 7/25/06, Denis Cabasson <[EMAIL PROTECTED]> wrote: Jeff Mutonho wrote: > > The changelog-maven-plugin is failing with a message saying : > Have you tried using the maven-changelog-plugin instead? I think the former codehaus project has been moved to maven itself. Maven-changelog-plugin may

Re: change-log plugin fails with java.lang.IllegalArgumentException:cvs repository connection string doesn't contain six tokens

2006-07-25 Thread Denis Cabasson
maven snapshot repository). Cheers! Denis. -- View this message in context: http://www.nabble.com/change-log-plugin-fails-with-java.lang.IllegalArgumentException%3Acvs-repository-connection-string-doesn%27t-contain-six-tokens-tf1998473.html#a5486549 Sent from the Maven - Users forum

change-log plugin fails with java.lang.IllegalArgumentException:cvs repository connection string doesn't contain six tokens

2006-07-25 Thread Jeff Mutonho
The changelog-maven-plugin is failing with a message saying : [ERROR] FATAL ERROR [INFO] [INFO] cvs repository connection string doesn't contain six tokens

RE: Re: Subversion repository connection string example

2004-01-20 Thread Alex Karasulu
Thanks again to both of you guys! Alex > > From: Brett Porter <[EMAIL PROTECTED]> > Date: 2004/01/20 Tue PM 05:20:24 EST > To: "'Maven Users List'" <[EMAIL PROTECTED]> > Subject: RE: Re: Subversion repository connection string example > > Mik

RE: Re: Subversion repository connection string example

2004-01-20 Thread Brett Porter
- > From: Alex Karasulu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 21 January 2004 3:49 AM > To: Maven Users List > Subject: Re: Re: Subversion repository connection string example > > > Mikael, > > Ok so we're using the SCM plugin now? And I have not given &g

Re: Re: Subversion repository connection string example

2004-01-20 Thread Alex Karasulu
1/20 Tue AM 11:41:48 EST > To: Maven Users List <[EMAIL PROTECTED]> > Subject: Re: Subversion repository connection string example > > Well Alex, > > i did forget to say that in order to get the changelog to work I did > have to make some changes to the changelog plugin.

Re: Subversion repository connection string example

2004-01-20 Thread Mikael Lundgren
rocks! Alex From: Brett Porter <[EMAIL PROTECTED]> Date: 2004/01/19 Mon PM 05:17:19 EST To: "'Maven Users List'" <[EMAIL PROTECTED]> Subject: RE: Re: Subversion repository connection string example Alex, I have this sorted out - I'll commit and post to dir

RE: Re: Subversion repository connection string example

2004-01-20 Thread Alex Karasulu
Brett, Thanks much! That rocks! Alex > > From: Brett Porter <[EMAIL PROTECTED]> > Date: 2004/01/19 Mon PM 05:17:19 EST > To: "'Maven Users List'" <[EMAIL PROTECTED]> > Subject: RE: Re: Subversion repository connection string example > > Ale

RE: Re: Subversion repository connection string example

2004-01-19 Thread Brett Porter
fun of it :) Cheers, Brett > -Original Message- > From: Alex Karasulu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 20 January 2004 6:26 AM > To: Maven Users List > Subject: Re: Re: Subversion repository connection string example > > > Mikael, > > Looks like mav

Re: Re: Subversion repository connection string example

2004-01-19 Thread Alex Karasulu
List <[EMAIL PROTECTED]> > Subject: Re: Subversion repository connection string example > > Hi, > > sure i do ;-) > > Here is a snit from my project.xml file, sligtly edited to avoid a rush > of testers connecting to my server ;-) > > > >

Re: Subversion repository connection string example

2004-01-19 Thread Mikael Lundgren
Hi, sure i do ;-) Here is a snit from my project.xml file, sligtly edited to avoid a rush of testers connecting to my server ;-) scm:svn:http://name.domain.com/repos/leif/dev/trunk http://name.domain.com/repos/leif To make the changelog report work you'll need to add t

Subversion repository connection string example

2004-01-17 Thread Alex Karasulu
Say does anyone have an example of a subversion configuration - I notice the docs on the project descriptor say subversion is supported but there are no examples for subversion. Thanks, Alex - To unsubscribe, e-mail: [EMAIL

RE: repository connection string

2003-11-06 Thread Eric Taix
ROTECTED] Objet : repository connection string Hello, I'm trying to configure the repository in my project.xml but while i'm using cvsnt on Windows 2K my repository connection is like this : scm:cvs:pserver:[EMAIL PROTECTED]:D:\BuildSystem\tools\cvsnt\repository:module1 And Maven count the

repository connection string

2003-11-06 Thread Eric Taix
Hello, I'm trying to configure the repository in my project.xml but while i'm using cvsnt on Windows 2K my repository connection is like this : scm:cvs:pserver:[EMAIL PROTECTED]:D:\BuildSystem\tools\cvsnt\repository:module1 And Maven count the number of token used and it said : more than 6 tok