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

Perforce provider Edit command incorrectly ignores working Directory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6
    • 1.7
    • None
    • maven 3.0.3

    Description

      When the working directory is something other than "." the perforce edit command does not include the relative path to the files actually being edited. For instance in the case where the directory structure is:

      pom.xml
      a/pom.xml
      a/foo.xml

      The command
      mvn scm:edit -f a/pom.xml -Dincludes=foo.xml
      will result in a failure because the method PerforceEditCommand.createCommandLine is assembling the path as if foo/.xml were at the top level.

      A second instance is the case where the directory structure is:

      pom.xml
      a/pom.xml
      a/b/pom.xml
      a/b/c/pom.xml

      The command
      mvn scm:edit -f a/pom.xml -Dincludes=**/pom.xml
      will result in only the top-level pom.xml being opened for editing, when it should open b/pom.xml and b/c/pom.xml

      Attachments

        1. PerforceEditCommandTest.java
          3 kB
          dwalling
        2. patch
          0.6 kB
          dwalling

        Activity

          People

            olamy Olivier Lamy
            dwalling dwalling
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: