[
https://issues.apache.org/jira/browse/SCM-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964468#comment-17964468
]
Olivier Lamy commented on SCM-304:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#522|https://github.com/apache/maven-scm/issues/522].
> CVS java implementation should work on Windows. should create .cvspass
> ----------------------------------------------------------------------
>
> Key: SCM-304
> URL: https://issues.apache.org/jira/browse/SCM-304
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Improvement
> Components: maven-scm-provider-cvs
> Affects Versions: 1.0-rc1
> Environment: Windows
> Reporter: Alain Coetmeur
> Assignee: Emmanuel Venisse
> Priority: Minor
> Fix For: 1.0
>
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)