[
https://issues.apache.org/jira/browse/SCM-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964240#comment-17964240
]
Olivier Lamy commented on SCM-138:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#432|https://github.com/apache/maven-scm/issues/432].
> clearcase-settings.xml is been searched for in the wrong dir
> ------------------------------------------------------------
>
> Key: SCM-138
> URL: https://issues.apache.org/jira/browse/SCM-138
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-clearcase
> Reporter: Wim Deblauwe
> Assignee: Emmanuel Venisse
> Priority: Major
> Fix For: 1.0-beta-3
>
>
> There is a problem in the class:
> org.apache.maven.scm.provider.clearcase.command.checkout.ClearCaseCheckOutCommand,
> the code is:
> File scmUserDir = new File( System.getProperty( "user.dir" ), ".scm" );
> File settingsFile = new File( scmUserDir, "clearcase-settings.xml" );
> In that code user.dir should be changed to user.home
> regards,
> Wim
--
This message was sent by Atlassian Jira
(v8.20.10#820010)