[jboss-jira] [JBoss JIRA] (WFLY-3809) JDR incorrectly sets JBOSS_HOME path name in the jar file on Windows

Jesse Jaggars (JIRA) issues at jboss.org
Wed Sep 3 17:57:59 EDT 2014


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)


More information about the jboss-jira mailing list