[
https://issues.apache.org/jira/browse/SCM-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960603#comment-17960603
]
ASF GitHub Bot commented on SCM-138:
------------------------------------
jira-importer opened a new issue, #432:
URL: https://github.com/apache/maven-scm/issues/432
**[Wim
Deblauwe](https://issues.apache.org/jira/secure/[email protected])**
opened
**[SCM-138](https://issues.apache.org/jira/browse/SCM-138?redirect=false)** and
commented
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
---
No further details from
[SCM-138](https://issues.apache.org/jira/browse/SCM-138?redirect=false)
> 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)