History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SCM-260
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: Martin Goldhahn
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven SCM

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

Created: 05/Dec/06 05:38 AM   Updated: 05/Dec/06 07:40 AM
Component/s: maven-scm-provider-vss
Affects Version/s: None
Fix Version/s: 1.0-beta-4

Time Tracking:
Not Specified

File Attachments: 1. Text File VssCommandLineUtils.java.patch (2 kb)
2. Text File VssCommandLineUtils.java.patch (0.9 kb)

Environment: Windows, JDK 1.5.0

Complexity: Intermediate


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Venisse - 05/Dec/06 05:48 AM
Why do you need an other way to configure it?

Martin Goldhahn - 05/Dec/06 06:23 AM
This impreved version handles the situation that the ssDir can be null

Martin Goldhahn - 05/Dec/06 07:09 AM
We want to use continuum and don't want to put the scm configuration in hidden-away directory such as "c:\Documents and Settings".

Emmanuel Venisse - 05/Dec/06 07:40 AM
Applied.