Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-138

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

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Activity

          People

            evenisse Emmanuel Venisse
            wim.deblauwe@gmail.com Wim Deblauwe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: