Ondrej Zizka created FORGE-2073:
-----------------------------------
Summary: 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
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.1#6329)