Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-620

MovePlugin fails while moving files using relative paths

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.1.0.Final
    • None
    • None
    • None

    Description

      The following test case illustrates the bug:

         @Test
         public void testMoveDifferentRelativeDirectories() throws Exception {
            initializeJavaProject();
            getShell().execute("mv src/main/resources/META-INF/forge.xml src/test/resources/forge.xml");
            assertTrue(getProject().getProjectRoot().getChild("src/test/resources/forge.xml").exists());
         }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-ggastald George Gastaldi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: