[forge-issues] [JBoss JIRA] (FORGE-620) MovePlugin fails while moving files using relative paths

George Gastaldi (JIRA) jira-events at lists.jboss.org
Fri Aug 3 13:20:06 EDT 2012


     [ https://issues.jboss.org/browse/FORGE-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi updated FORGE-620:
----------------------------------

    Summary: MovePlugin fails while moving files using relative paths  (was: MovePlugin throws RuntimeError with relative paths)

    
> MovePlugin fails while moving files using relative paths
> --------------------------------------------------------
>
>                 Key: FORGE-620
>                 URL: https://issues.jboss.org/browse/FORGE-620
>             Project: Forge
>          Issue Type: Bug
>            Reporter: George Gastaldi
>
> The following test case illustrates the bug:
> {code:java}
>    @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());
>    }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list