Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-304

CVS java implementation should work on Windows. should create .cvspass

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0-rc1
    • 1.0
    • maven-scm-provider-cvs
    • None
    • Windows

    Description

      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)

      Attachments

        Activity

          People

            evenisse Emmanuel Venisse
            alain.coetmeur Alain Coetmeur
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: