You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "David Taylor (JIRA)" <ji...@apache.org> on 2015/02/14 20:36:11 UTC

[jira] [Created] (BROOKLYN-133) brooklyn.bat requires BROOKLYN_HOME to have a trailing "\" on Windows

David Taylor created BROOKLYN-133:
-------------------------------------

             Summary: brooklyn.bat requires BROOKLYN_HOME to have a trailing "\" on Windows
                 Key: BROOKLYN-133
                 URL: https://issues.apache.org/jira/browse/BROOKLYN-133
             Project: Brooklyn
          Issue Type: Bug
    Affects Versions: 0.7.0-M2
         Environment: Windows 7 x64
            Reporter: David Taylor
            Priority: Minor


Brooklyn fails to launch on Windows if BROOKLYN_HOME does not include a trailing "\". This occurs because of the classpath is constructed by string concatenation without the required path delimiter:

e.g. %BROOKLYN_HOME%lib\brooklyn\*

The batch file should be modified to function correctly with or without the trailing path delimiter.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)