]
Lincoln Baxter III reassigned FORGE-2073:
-----------------------------------------
Assignee: George Gastaldi
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
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