RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread fabrice . belingard
Objet RE: [m2] Maven release plugin and CVS: bug

RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread David Jackman
:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 4:15 AM To: users@maven.apache.org Subject: RE: [m2] Maven release plugin and CVS: bug? Michael, thanks for your answer. Unfortunately, although I've followed every step you gave to me, I still get the same error

Réf. : RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread fabrice . belingard
@maven.apache.org Subject: RE: [m2] Maven release plugin and CVS: bug? Michael, thanks for your answer. Unfortunately, although I've followed every step you gave to me, I still get the same error

RE: Réf. : RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread Michael McCrann
, but I don't know how to do this. Anyone any suggestions? Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 October 2005 12:36 AM To: Maven Users List Subject: Réf. : RE: [m2] Maven release plugin and CVS: bug? Hi David, I use CVSNT

RE: [m2] Maven release plugin and CVS: bug?

2005-10-18 Thread Michael McCrann
Fabrice, Here is something else that is worth trying: - Make sure that you are using M2 RC. (I deleted my local repository after installing the RC, to ensure my installation was completely fresh) Say, for example your Maven SCM URL is:

RE: [m2] Maven release plugin and CVS: bug?

2005-10-17 Thread fabrice . belingard
URL looks like this: scm:cvs:pserver:my username:my password@CVS server:path to CVS repository:cvs module Michael -Original Message- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Saturday, 15 October 2005 9:10 AM To: Maven Users List Subject: RE: [m2] Maven release plugin and CVS: bug

RE: [m2] Maven release plugin and CVS: bug?

2005-10-16 Thread Michael McCrann
, 15 October 2005 9:10 AM To: Maven Users List Subject: RE: [m2] Maven release plugin and CVS: bug? Hi Fabrice, I am using SVN, but had the same kind of problem (at first). In your release plugin configuration, did you also provide username, along password ? I provided both, and it worked. Now

[m2] Maven release plugin and CVS: bug?

2005-10-14 Thread fabrice . belingard
Hi guys, I'm trying to make the maven release plugin work, but I always get the same error when running m2 release:prepare -Dtag=...: [INFO] [release:prepare] [INFO] Verifying there are no local modifications ... Provider message: The cvs command failed. Command output: cvs update: Empty

RE: [m2] Maven release plugin and CVS: bug?

2005-10-14 Thread Yann Le Du
Hi Fabrice, I am using SVN, but had the same kind of problem (at first). In your release plugin configuration, did you also provide username, along password ? I provided both, and it worked. Now the odd part : I recently removed username and password and it's still working. I can't tell why...

Re: [m2] Maven release plugin and CVS: bug?

2005-10-14 Thread Brett Porter
On 10/15/05, Yann Le Du [EMAIL PROTECTED] wrote: Now the odd part : I recently removed username and password and it's still working. I can't tell why... This is a consequence of svn - it caches the information. - Brett - To