]
Tomas Remes updated FORGE-620:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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: