[
https://issues.jboss.org/browse/FORGE-620?page=com.atlassian.jira.plugin....
]
George Gastaldi updated FORGE-620:
----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 1.0.7.Final
Resolution: Done
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
Fix For: 1.0.7.Final
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