CVS java implementation should work on Windows. should create .cvspass
----------------------------------------------------------------------
Key: SCM-304
URL: http://jira.codehaus.org/browse/SCM-304
Project: Maven SCM
Issue Type: Improvement
Components: maven-scm-provider-cvs
Affects Versions: 1.0-rc1
Environment: Windows
Reporter: Alain Coetmeur
Priority: Minor
maven-scm-provider-cvs currently work only with the cvs_native implementation
which ask for installation of CVSNT...
it is not trivial and in some organisation (locked computer) it is not possible
to install third-party software.
So it would be very practical if the java implemenation was working on Windows.
currently it fails because of ".cvspass" missing.
-There should exist a tool, a mojo, to create this .cvspass,
-or it should be created from uservame et password automatically if needed.
here is the error message for example:
[ERROR] Didn't find password for CVSROOT
':pserver:@serv:12021/serv/cvsdata/proj'.
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.
at
org.netbeans.lib.cvsclient.connection.PServerConnection.openConnection(PServerConnection.java:231)
at
org.netbeans.lib.cvsclient.connection.PServerConnection.open(PServerConnection.java:326)
at
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(CvsConnection.java:164)
at
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:460)
at
org.apache.maven.scm.provider.cvslib.cvsjava.command.status.CvsJavaStatusCommand.executeCvsCommand(CvsJavaStatusCommand
.java:50)
at
org.apache.maven.scm.provider.cvslib.command.status.AbstractCvsStatusCommand.executeStatusCommand(AbstractCvsStatusComm
and.java:52)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira