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

MovePlugin fails while moving files using relative paths

XMLWordPrintable

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

      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());
         }
      

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

                Created:
                Updated:
                Resolved: