Boubaker Khanfir created GTNMGMT-50:
---------------------------------------
Summary: 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