Jesse Jaggars created WFLY-3809:
-----------------------------------
Summary: JDR incorrectly sets JBOSS_HOME path name in the jar file on
Windows
Key: WFLY-3809
URL:
https://issues.jboss.org/browse/WFLY-3809
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JDR
Environment: All modes on Windows
Reporter: Jesse Jaggars
Assignee: Jesse Jaggars
JDR replaces $JBOSS_HOME with the text `JBOSS_HOME` in the generated zipfile. On windows
the path is improperly constructed. For example if JBOSS_HOME=/foo/bar/baz, when the file
/foo/bar/baz/example.txt is copied into the JDR archive the path will be:
JBOSS_HOMEz/example.txt
It should be:
JBOSS_HOME/example.txt
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)