clearcase-settings.xml is been searched for in the wrong dir
------------------------------------------------------------

         Key: SCM-138
         URL: http://jira.codehaus.org/browse/SCM-138
     Project: Maven SCM
        Type: Bug

  Components: maven-scm-provider-clearcase  
    Reporter: Wim Deblauwe


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

Reply via email to