[
https://issues.jboss.org/browse/GTNMGMT-50?page=com.atlassian.jira.plugin...
]
Nick Scavelli commented on GTNMGMT-50:
--------------------------------------
I believe you can work around this using the / character. Fore example /Users/johndoe to
specify the path c:\Users\johndoe (assuming you are on the drive you executed the cli
from).
export command on windows
-------------------------
Key: GTNMGMT-50
URL:
https://issues.jboss.org/browse/GTNMGMT-50
Project: GateIn Management
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Reporter: Boubaker Khanfir
Assignee: Nick Scavelli
Priority: Trivial
In export command:
https://github.com/gatein/gatein-management/blob/master/cli/src/main/weba...
{code:java}
if (file.charAt(0) != '/') return "File or directory must be
absolute.";
{code}
This doesn't test on absolute paths on Windows OS.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira