[ https://issues.apache.org/jira/browse/SCM-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960966#comment-17960966 ]
ASF GitHub Bot commented on SCM-304: ------------------------------------ jira-importer commented on issue #522: URL: https://github.com/apache/maven-scm/issues/522#issuecomment-2964600645 **[Emmanuel Venisse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=evenisse)** commented The .cvspass is created now and the cvs java provider doesn't require third party software > 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)