You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/30 14:36:45 UTC

[jira] Created: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Fri, 30 Jul 2004 8:35 AM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Maciejowski (mailto:dmaciejowski@norsys.fr)
       Date: Mon, 2 Aug 2004 4:23 AM
    Comment:
Here is the log output with the -X option.
Concerning the port, CVS here , is set up to work with 2410, and not the default 2401.
    Changes:
             Attachment changed to maven_checkout_cvs.log
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPSCM-21?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Mon, 2 Aug 2004 4:23 AM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Emmanuel Venisse
    Created: Fri, 30 Jul 2004 12:10 PM
       Body:
No, the défault port is 2401 and not 2410
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-21?page=comments#action_22540

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Fri, 30 Jul 2004 12:10 PM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Maciejowski
    Created: Fri, 30 Jul 2004 11:51 AM
       Body:
I succeed in checking out the project directly with CVS using its command:
cvs -d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev -q checkout -P redouteSimbocoSptvteWeb    --> it works

Moreover, I succeed in getting the projet using eclipse.

But still does not work with Maven. I cannot change the port easily  since the cvs server is corporate and am not the administrator...

Regards
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-21?page=comments#action_22537

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Fri, 30 Jul 2004 11:51 AM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Maciejowski
    Created: Fri, 30 Jul 2004 10:51 AM
       Body:
here is the repository tag used in my pom:
    <repository>
        <connection>scm:cvs:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev:redouteSimbocoSptvteWeb</connection>
    </repository>



---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-21?page=comments#action_22531

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Fri, 30 Jul 2004 10:51 AM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Carlos Sanchez
    Created: Fri, 30 Jul 2004 10:16 AM
       Body:
You should post the repository info in your pom to check where's the error
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-21?page=comments#action_22527

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Fri, 30 Jul 2004 10:16 AM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Carlos Sanchez
    Created: Fri, 30 Jul 2004 11:55 AM
       Body:
Sorry, I thought it was the default port.

Could you run maven with -X and post the relevany output?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-21?page=comments#action_22538

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Fri, 30 Jul 2004 11:55 AM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 7 Jan 2005 8:04 AM

no longer relevant, ant:cvs task is not being used in the plugin.

a valid URL is:
scm|cvs|pserver|host:2410|/path/to/repository|module
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: INCOMPLETE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Fri, 7 Jan 2005 8:04 AM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-21) Cannot check-out a project :The ' characters not part of the command & CommandLauncher

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Carlos Sanchez
    Created: Fri, 30 Jul 2004 11:20 AM
       Body:
Try
cvs -d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev -q checkout -P redouteSimbocoSptvteWeb

if that doesn't work the problem is not maven

I think the problem may be the 2401, try changing "agl1:2410/prod" to "agl1:/prod" 
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-21?page=comments#action_22534

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-21

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-21
    Summary: Cannot check-out a project :The ' characters not part of the command & CommandLauncher
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Maciejowski

    Created: Fri, 30 Jul 2004 8:35 AM
    Updated: Fri, 30 Jul 2004 11:20 AM
Environment: Windows NT
Maven 1.0
j2sdk1.4.2_05
CVS

Description:
Cannot check-out a project from CVS. Even from Eclipse or in command line:
maven scm:checkout-project
...

scm:validate:

scm:checkout-project:
scm:cvs-checkout-project:
    [echo] Checking out redouteSimbocoSptvteWeb; from CVSROOT: :pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev
    [mkdir] Created dir: D:\Norsys_david\eclipse3.0\eclipse\workspace\buildsimbocoSptvte\simbocosptvteWeb\target\checkouts\redouteSimbocoSptvteWeb
    [cvs] [VERBOSE] Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.

    [cvs] [DEBUG] Execute:Java13CommandLauncher: Executing 'cvs' with arguments:
'-d:pserver:elecocq@agl1:2410/prod/cvs/data/repository/dev'
'-q'
'checkout'
'-P'
'redouteSimbocoSptvteWeb'

The ' characters around the executable and arguments are
not part of the command.




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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org