You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Monica Dube (JIRA)" <ji...@codehaus.org> on 2010/08/27 14:00:32 UTC

[jira] Created: (SCM-572) CVS checkout using maven-scm-plugin is not working

CVS checkout using maven-scm-plugin is not working
--------------------------------------------------

                 Key: SCM-572
                 URL: http://jira.codehaus.org/browse/SCM-572
             Project: Maven SCM
          Issue Type: Bug
            Reporter: Monica Dube


I am using maven-scm-plugin plugin and using developerconnection. which has following values
<developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<configuration>
<connectionType>developerConnection</connectionType>
<scmVersionType>${cvsTrunkVersion}</scmVersionType>
<scmVersion>${cvsBranchTag}</scmVersion>
<checkoutDirectory>${checkout.destination.dir}</checkoutDirectory>
</configuration>
<phase>process-resources</phase>
<goals>
<goal>checkout</goal> 
</goals>
</execution>
</executions>
</plugin>


-- 
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] (SCM-572) CVS checkout using maven-scm-plugin is not working

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/SCM-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed SCM-572.
------------------------------

    Resolution: Cannot Reproduce
      Assignee: Robert Scholte

See http://maven.apache.org/scm/cvs.html for all options.
                
> CVS checkout using maven-scm-plugin is not working
> --------------------------------------------------
>
>                 Key: SCM-572
>                 URL: https://jira.codehaus.org/browse/SCM-572
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-cvs
>            Reporter: Monica Dube
>            Assignee: Robert Scholte
>
> I am using {{maven-scm-plugin}} plugin and using {{developerconnection}}. which has following values
> {code:xml}
> <developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>
> {code}
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-scm-plugin</artifactId>
> <version>1.3</version>
> <executions>
> <execution>
> <configuration>
> <connectionType>developerConnection</connectionType>
> <scmVersionType>${cvsTrunkVersion}</scmVersionType>
> <scmVersion>${cvsBranchTag}</scmVersion>
> <checkoutDirectory>${checkout.destination.dir}</checkoutDirectory>
> </configuration>
> <phase>process-resources</phase>
> <goals>
> <goal>checkout</goal> 
> </goals>
> </execution>
> </executions>
> </plugin>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SCM-572) CVS checkout using maven-scm-plugin is not working

Posted by "Monica Dube (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233320#action_233320 ] 

Monica Dube commented on SCM-572:
---------------------------------

It is giving wrong password error but I have checked my authentication is correct and it is working proper with other application.

 i-emphsys/emphsysWeb/src/emphsysJAR"
[INFO] Working directory: C:\i-emphsys\emphsysJAR\src\main
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:166)
        at org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:498)
        at org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaCheckOutCommand.executeCvsCommand(CvsJav
aCheckOutCommand.java:51)
        at org.apache.maven.scm.provider.cvslib.command.checkout.AbstractCvsCheckOutCommand.executeCheckOutCommand(Abstr
actCvsCheckOutCommand.java:90)
        at org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeCommand(AbstractCheckOutCommand.java:81)

        at org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:59)
        at org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeCommand(AbstractCvsScmProvider.java:750)
        at org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.checkout(AbstractCvsScmProvider.java:290)
        at org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmProvider.java:424)
        at org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmProvider.java:401)
        at org.apache.maven.scm.manager.AbstractScmManager.checkOut(AbstractScmManager.java:395)
        at org.apache.maven.scm.plugin.CheckoutMojo.checkout(CheckoutMojo.java:125)
        at org.apache.maven.scm.plugin.CheckoutMojo.execute(CheckoutMojo.java:93)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:55
6)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
a:387)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
        at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR]

> CVS checkout using maven-scm-plugin is not working
> --------------------------------------------------
>
>                 Key: SCM-572
>                 URL: http://jira.codehaus.org/browse/SCM-572
>             Project: Maven SCM
>          Issue Type: Bug
>            Reporter: Monica Dube
>
> I am using maven-scm-plugin plugin and using developerconnection. which has following values
> <developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-scm-plugin</artifactId>
> <version>1.3</version>
> <executions>
> <execution>
> <configuration>
> <connectionType>developerConnection</connectionType>
> <scmVersionType>${cvsTrunkVersion}</scmVersionType>
> <scmVersion>${cvsBranchTag}</scmVersion>
> <checkoutDirectory>${checkout.destination.dir}</checkoutDirectory>
> </configuration>
> <phase>process-resources</phase>
> <goals>
> <goal>checkout</goal> 
> </goals>
> </execution>
> </executions>
> </plugin>

-- 
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] (SCM-572) CVS checkout using maven-scm-plugin is not working

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/SCM-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte updated SCM-572:
-------------------------------

    Component/s: maven-scm-provider-cvs
    Description: 
I am using {{maven-scm-plugin}} plugin and using {{developerconnection}}. which has following values
{code:xml}
<developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>
{code}

{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<configuration>
<connectionType>developerConnection</connectionType>
<scmVersionType>${cvsTrunkVersion}</scmVersionType>
<scmVersion>${cvsBranchTag}</scmVersion>
<checkoutDirectory>${checkout.destination.dir}</checkoutDirectory>
</configuration>
<phase>process-resources</phase>
<goals>
<goal>checkout</goal> 
</goals>
</execution>
</executions>
</plugin>
{code}

  was:
I am using maven-scm-plugin plugin and using developerconnection. which has following values
<developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<configuration>
<connectionType>developerConnection</connectionType>
<scmVersionType>${cvsTrunkVersion}</scmVersionType>
<scmVersion>${cvsBranchTag}</scmVersion>
<checkoutDirectory>${checkout.destination.dir}</checkoutDirectory>
</configuration>
<phase>process-resources</phase>
<goals>
<goal>checkout</goal> 
</goals>
</execution>
</executions>
</plugin>


    
> CVS checkout using maven-scm-plugin is not working
> --------------------------------------------------
>
>                 Key: SCM-572
>                 URL: https://jira.codehaus.org/browse/SCM-572
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-cvs
>            Reporter: Monica Dube
>
> I am using {{maven-scm-plugin}} plugin and using {{developerconnection}}. which has following values
> {code:xml}
> <developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>
> {code}
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-scm-plugin</artifactId>
> <version>1.3</version>
> <executions>
> <execution>
> <configuration>
> <connectionType>developerConnection</connectionType>
> <scmVersionType>${cvsTrunkVersion}</scmVersionType>
> <scmVersion>${cvsBranchTag}</scmVersion>
> <checkoutDirectory>${checkout.destination.dir}</checkoutDirectory>
> </configuration>
> <phase>process-resources</phase>
> <goals>
> <goal>checkout</goal> 
> </goals>
> </execution>
> </executions>
> </plugin>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SCM-572) CVS checkout using maven-scm-plugin is not working

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233319#action_233319 ] 

Olivier Lamy commented on SCM-572:
----------------------------------

and if you use 
{code:xml}
<version>1.3</version>
{code}
?
Btw any stack trace will be appreciate

> CVS checkout using maven-scm-plugin is not working
> --------------------------------------------------
>
>                 Key: SCM-572
>                 URL: http://jira.codehaus.org/browse/SCM-572
>             Project: Maven SCM
>          Issue Type: Bug
>            Reporter: Monica Dube
>
> I am using maven-scm-plugin plugin and using developerconnection. which has following values
> <developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-scm-plugin</artifactId>
> <version>1.3</version>
> <executions>
> <execution>
> <configuration>
> <connectionType>developerConnection</connectionType>
> <scmVersionType>${cvsTrunkVersion}</scmVersionType>
> <scmVersion>${cvsBranchTag}</scmVersion>
> <checkoutDirectory>${checkout.destination.dir}</checkoutDirectory>
> </configuration>
> <phase>process-resources</phase>
> <goals>
> <goal>checkout</goal> 
> </goals>
> </execution>
> </executions>
> </plugin>

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