Re: [M2] release plugin using CVS with sourceforge

2006-02-04 Thread Paul Rule
Thanks, I'm convinced its a cvs/ssh setup problem.
I've uploaded my public key to SF, but I can't commit
from cvs commandline without entering a password. The
frustrating thing is that there is no feedback - i.e.
no prompt for the password - it just appears to hang.

But anyway, its not a maven thing so at least I know
how to attack the problem now.

Thanks.

--- Emmanuel Venisse <[EMAIL PROTECTED]> wrote:

> Do you use public/private keys for your connection
> to sourceforge cvs?
> If you have a passphrase, you must start a ssh agent
> so password won't be necessary.
> But i'm not sure it's the pb because you don't have
> a message in log.
> 
> Emmanuel
> 
> Paul Rule a écrit :
> > Hi,
> > 
> > Has anyone been using the Maven2 release plugin
> with
> > CVS & sourceforge?
> > 
> > I'm having a hard time trying to get it going - it
> may
> > not be a maven problem but an SSH or some other
> set up
> > problem.
> > 
> > It gets as far as trying to check in pom.xml after
> > it's updated the version - then it freezes which I
> > think is because it needs the password - but there
> is
> > no prompt.
> > 
> > [DEBUG]   (f) resume = true
> > [DEBUG]   (f) settings =
> > [EMAIL PROTECTED]
> > [DEBUG]   (f) tagBase = ../tags
> > [DEBUG]   (f) urlScm =
> >
>
scm:cvs:ext:[EMAIL PROTECTED]:/cvsroot/seleniumas
> > sist:SeleniumAssist
> > [DEBUG] -- end configuration --
> > [INFO] [release:prepare]
> > [INFO] What tag name should be used?
> > v042
> > [INFO] Verifying there are no local modifications
> ...
> > [INFO] Checking lineage for snapshots ...
> > [INFO] Checking dependencies for snapshots ...
> > [INFO] Checking plugins for snapshots ...
> > [INFO] What is the release version for
> > 'net.sf.seleniumassist:seleniumassist'? [0.4.2]
> > 
> > [INFO] Checking in modified POMs
> > 
> > Can anyone point me in the right direction??
> > 
> > Thanks.
> > 
> > http://softwarepr.wikispaces.com/
> > http://toolinstaller.sourceforge.net/
> > http://seleniumassist.sourceforge.net/
> > 
> > 
> > 
> >
> 
> 
> > Do you Yahoo!? 
> > Yahoo! News: Get the latest news via video today! 
> > http://au.news.yahoo.com/video/
> > 
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> > 
> > 
> > 
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


http://softwarepr.wikispaces.com/
http://toolinstaller.sourceforge.net/
http://seleniumassist.sourceforge.net/



 
Do you Yahoo!? 
Take your Mail with you - get Yahoo! Mail on your mobile 
http://au.mobile.yahoo.com/mweb/index.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



M2 release plugin using CVS with sourceforge

2006-02-03 Thread Paul Rule
Has anyone been using the Maven2 release plugin with
CVS & sourceforge?

I'm having a hard time trying to get it going - it may
not be a maven problem but an SSH or some other set up
problem.

It gets as far as trying to check in pom.xml after
it's updated the version - then it freezes which I
think is because it needs the password - but there is
no prompt.

[DEBUG]   (f) resume = true
[DEBUG]   (f) settings =
[EMAIL PROTECTED]
[DEBUG]   (f) tagBase = ../tags
[DEBUG]   (f) urlScm =
scm:cvs:ext:[EMAIL PROTECTED]:/cvsroot/seleniumas
sist:SeleniumAssist
[DEBUG] -- end configuration --
[INFO] [release:prepare]
[INFO] What tag name should be used?
v042
[INFO] Verifying there are no local modifications ...
[INFO] Checking lineage for snapshots ...
[INFO] Checking dependencies for snapshots ...
[INFO] Checking plugins for snapshots ...
[INFO] What is the release version for
'net.sf.seleniumassist:seleniumassist'? [0.4.2]

[INFO] Checking in modified POMs

Can anyone point me in the right direction??

Thanks.


http://softwarepr.wikispaces.com/
http://toolinstaller.sourceforge.net/
http://seleniumassist.sourceforge.net/



 
Do you Yahoo!? 
Take your Mail with you - get Yahoo! Mail on your mobile 
http://au.mobile.yahoo.com/mweb/index.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] release plugin using CVS with sourceforge

2006-02-03 Thread Emmanuel Venisse

Do you use public/private keys for your connection to sourceforge cvs?
If you have a passphrase, you must start a ssh agent so password won't be 
necessary.
But i'm not sure it's the pb because you don't have a message in log.

Emmanuel

Paul Rule a écrit :

Hi,

Has anyone been using the Maven2 release plugin with
CVS & sourceforge?

I'm having a hard time trying to get it going - it may
not be a maven problem but an SSH or some other set up
problem.

It gets as far as trying to check in pom.xml after
it's updated the version - then it freezes which I
think is because it needs the password - but there is
no prompt.

[DEBUG]   (f) resume = true
[DEBUG]   (f) settings =
[EMAIL PROTECTED]
[DEBUG]   (f) tagBase = ../tags
[DEBUG]   (f) urlScm =
scm:cvs:ext:[EMAIL PROTECTED]:/cvsroot/seleniumas
sist:SeleniumAssist
[DEBUG] -- end configuration --
[INFO] [release:prepare]
[INFO] What tag name should be used?
v042
[INFO] Verifying there are no local modifications ...
[INFO] Checking lineage for snapshots ...
[INFO] Checking dependencies for snapshots ...
[INFO] Checking plugins for snapshots ...
[INFO] What is the release version for
'net.sf.seleniumassist:seleniumassist'? [0.4.2]

[INFO] Checking in modified POMs

Can anyone point me in the right direction??

Thanks.

http://softwarepr.wikispaces.com/
http://toolinstaller.sourceforge.net/
http://seleniumassist.sourceforge.net/



 
Do you Yahoo!? 
Yahoo! News: Get the latest news via video today! 
http://au.news.yahoo.com/video/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[M2] release plugin using CVS with sourceforge

2006-02-03 Thread Paul Rule
Hi,

Has anyone been using the Maven2 release plugin with
CVS & sourceforge?

I'm having a hard time trying to get it going - it may
not be a maven problem but an SSH or some other set up
problem.

It gets as far as trying to check in pom.xml after
it's updated the version - then it freezes which I
think is because it needs the password - but there is
no prompt.

[DEBUG]   (f) resume = true
[DEBUG]   (f) settings =
[EMAIL PROTECTED]
[DEBUG]   (f) tagBase = ../tags
[DEBUG]   (f) urlScm =
scm:cvs:ext:[EMAIL PROTECTED]:/cvsroot/seleniumas
sist:SeleniumAssist
[DEBUG] -- end configuration --
[INFO] [release:prepare]
[INFO] What tag name should be used?
v042
[INFO] Verifying there are no local modifications ...
[INFO] Checking lineage for snapshots ...
[INFO] Checking dependencies for snapshots ...
[INFO] Checking plugins for snapshots ...
[INFO] What is the release version for
'net.sf.seleniumassist:seleniumassist'? [0.4.2]

[INFO] Checking in modified POMs

Can anyone point me in the right direction??

Thanks.

http://softwarepr.wikispaces.com/
http://toolinstaller.sourceforge.net/
http://seleniumassist.sourceforge.net/



 
Do you Yahoo!? 
Yahoo! News: Get the latest news via video today! 
http://au.news.yahoo.com/video/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]