[
https://issues.jboss.org/browse/WFLY-3809?page=com.atlassian.jira.plugin....
]
Kabir Khan updated WFLY-3809:
-----------------------------
Fix Version/s: 11.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many
of these so I am not checking the history properly. From the lastModified date of this
issue it looks like it was done for 11.0.0.Final (I am not caring about alpha/beta etc.
for this exercise). If that is incorrect please adjust as needed.
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
Components: JDR
Environment: All modes on Windows
Reporter: Jesse Jaggars
Assignee: Jesse Jaggars
Fix For: 11.0.0.Final
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
(v7.5.0#75005)