You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin Goldhahn (JIRA)" <ji...@codehaus.org> on 2006/12/05 12:38:41 UTC

[jira] Created: (MPSCM-92) maven-scm-provider-vss: configure location of ss.exe on command line

maven-scm-provider-vss: configure location of ss.exe on command line
--------------------------------------------------------------------

                 Key: MPSCM-92
                 URL: http://jira.codehaus.org/browse/MPSCM-92
             Project: maven-scm-plugin
          Issue Type: New Feature
         Environment: Windows, JDK 1.5.0
            Reporter: Martin Goldhahn
         Attachments: VssCommandLineUtils.java.patch

Currently, the location of the VSS executable can only be configured with ${user.home}/.scm/vss-settings.xml. 

We need another way of configuring it. I attached a patch that uses the system property vssDirectory to do that

-- 
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] Commented: (SCM-260) maven-scm-provider-vss: configure location of ss.exe on command line

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-260?page=comments#action_81803 ] 
            
Emmanuel Venisse commented on SCM-260:
--------------------------------------

Why do you need an other way to configure it?

> maven-scm-provider-vss: configure location of ss.exe on command line
> --------------------------------------------------------------------
>
>                 Key: SCM-260
>                 URL: http://jira.codehaus.org/browse/SCM-260
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-vss
>         Environment: Windows, JDK 1.5.0
>            Reporter: Martin Goldhahn
>         Attachments: VssCommandLineUtils.java.patch
>
>
> Currently, the location of the VSS executable can only be configured with ${user.home}/.scm/vss-settings.xml. 
> We need another way of configuring it. I attached a patch that uses the system property vssDirectory to do that

-- 
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-260) maven-scm-provider-vss: configure location of ss.exe on command line

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-260?page=all ]

Emmanuel Venisse closed SCM-260.
--------------------------------

         Assignee: Emmanuel Venisse
       Resolution: Fixed
    Fix Version/s: 1.0

Applied.

> maven-scm-provider-vss: configure location of ss.exe on command line
> --------------------------------------------------------------------
>
>                 Key: SCM-260
>                 URL: http://jira.codehaus.org/browse/SCM-260
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-vss
>         Environment: Windows, JDK 1.5.0
>            Reporter: Martin Goldhahn
>         Assigned To: Emmanuel Venisse
>             Fix For: 1.0
>
>         Attachments: VssCommandLineUtils.java.patch, VssCommandLineUtils.java.patch
>
>
> Currently, the location of the VSS executable can only be configured with ${user.home}/.scm/vss-settings.xml. 
> We need another way of configuring it. I attached a patch that uses the system property vssDirectory to do that

-- 
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-260) maven-scm-provider-vss: configure location of ss.exe on command line

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-260?page=all ]

Lukas Theussl updated SCM-260:
------------------------------

    Component/s: maven-scm-provider-vss

> maven-scm-provider-vss: configure location of ss.exe on command line
> --------------------------------------------------------------------
>
>                 Key: SCM-260
>                 URL: http://jira.codehaus.org/browse/SCM-260
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-vss
>         Environment: Windows, JDK 1.5.0
>            Reporter: Martin Goldhahn
>         Attachments: VssCommandLineUtils.java.patch
>
>
> Currently, the location of the VSS executable can only be configured with ${user.home}/.scm/vss-settings.xml. 
> We need another way of configuring it. I attached a patch that uses the system property vssDirectory to do that

-- 
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] Moved: (SCM-260) maven-scm-provider-vss: configure location of ss.exe on command line

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-260?page=all ]

Lukas Theussl moved MPSCM-92 to SCM-260:
----------------------------------------

    Complexity: Intermediate
      Workflow: Maven New  (was: jira)
           Key: SCM-260  (was: MPSCM-92)
       Project: Maven SCM  (was: maven-scm-plugin)

> maven-scm-provider-vss: configure location of ss.exe on command line
> --------------------------------------------------------------------
>
>                 Key: SCM-260
>                 URL: http://jira.codehaus.org/browse/SCM-260
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-vss
>         Environment: Windows, JDK 1.5.0
>            Reporter: Martin Goldhahn
>         Attachments: VssCommandLineUtils.java.patch
>
>
> Currently, the location of the VSS executable can only be configured with ${user.home}/.scm/vss-settings.xml. 
> We need another way of configuring it. I attached a patch that uses the system property vssDirectory to do that

-- 
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] Commented: (SCM-260) maven-scm-provider-vss: configure location of ss.exe on command line

Posted by "Martin Goldhahn (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-260?page=comments#action_81808 ] 
            
Martin Goldhahn commented on SCM-260:
-------------------------------------

We want to use continuum and don't want to put the scm configuration in hidden-away directory such as "c:\Documents and Settings". 

> maven-scm-provider-vss: configure location of ss.exe on command line
> --------------------------------------------------------------------
>
>                 Key: SCM-260
>                 URL: http://jira.codehaus.org/browse/SCM-260
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-vss
>         Environment: Windows, JDK 1.5.0
>            Reporter: Martin Goldhahn
>         Attachments: VssCommandLineUtils.java.patch, VssCommandLineUtils.java.patch
>
>
> Currently, the location of the VSS executable can only be configured with ${user.home}/.scm/vss-settings.xml. 
> We need another way of configuring it. I attached a patch that uses the system property vssDirectory to do that

-- 
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-260) maven-scm-provider-vss: configure location of ss.exe on command line

Posted by "Martin Goldhahn (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-260?page=all ]

Martin Goldhahn updated SCM-260:
--------------------------------

    Attachment: VssCommandLineUtils.java.patch

This impreved version handles the situation that the ssDir can be null

> maven-scm-provider-vss: configure location of ss.exe on command line
> --------------------------------------------------------------------
>
>                 Key: SCM-260
>                 URL: http://jira.codehaus.org/browse/SCM-260
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-vss
>         Environment: Windows, JDK 1.5.0
>            Reporter: Martin Goldhahn
>         Attachments: VssCommandLineUtils.java.patch, VssCommandLineUtils.java.patch
>
>
> Currently, the location of the VSS executable can only be configured with ${user.home}/.scm/vss-settings.xml. 
> We need another way of configuring it. I attached a patch that uses the system property vssDirectory to do that

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