You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alain Coetmeur (JIRA)" <ji...@codehaus.org> on 2007/04/26 18:46:26 UTC

[jira] Created: (SCM-304) CVS java implementation should work on Windows. should create .cvspass

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

        

[jira] Updated: (SCM-304) CVS java implementation should work on Windows. should create .cvspass

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse updated SCM-304:
---------------------------------

    Fix Version/s: 1.0

> 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
>             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 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

        

[jira] Closed: (SCM-304) CVS java implementation should work on Windows. should create .cvspass

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed SCM-304.
--------------------------------

      Assignee: Emmanuel Venisse
    Resolution: Fixed

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: 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
>            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 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