[
https://issues.jboss.org/browse/FORGE-2073?page=com.atlassian.jira.plugin...
]
Lincoln Baxter III closed FORGE-2073.
-------------------------------------
Fix Version/s: 2.13.1.Final
Resolution: Done
This issue is resolved in FORGE-2170 - please retest Windup and re-open the issue with a
test case if the problem persists. Otherwise, re-open the issue in windup if the issue
cannot be reproduced in a test case or proven to be a forge issue.
File input should be relative to current directory, not ${user.dir}
-------------------------------------------------------------------
Key: FORGE-2073
URL:
https://issues.jboss.org/browse/FORGE-2073
Project: Forge
Issue Type: Enhancement
Reporter: Ondrej Zizka
Assignee: George Gastaldi
Fix For: 2.13.1.Final
Steps to reproduce:
{code}
cd myDir
touch foo.ear
forge
cd ..
windup-migrate-app myDir/foo.ear
***ERROR*** Input path does not exist
windup-migrate-app foo.ear
(this works...)
{code}
This is IMO illogical. The relative path should be relative to the directory of the
shell. Currently it is relative to the directory where Forge was started.
This i
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)