You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dan Checkoway (JIRA)" <ji...@apache.org> on 2011/01/26 18:04:44 UTC

[jira] Created: (AMQ-3163) bin/activemq error on MacOS (and maybe Cygwin)

bin/activemq error on MacOS (and maybe Cygwin)
----------------------------------------------

                 Key: AMQ-3163
                 URL: https://issues.apache.org/jira/browse/AMQ-3163
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.5.0
         Environment: Mac OSX Snow Leopard
GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)
            Reporter: Dan Checkoway


Had to make this change to bin/activemq to avoid an error...need spaces inside the []s:

[dan:/usr/local/apache-activemq-5.5-SNAPSHOT/bin]$ diff activemq activemq.new
252c252
<            if [-z "$JAVA_HOME"] && [ "$JAVACMD" = "auto" ];then
---
>            if [ -z "$JAVA_HOME" ] && [ "$JAVACMD" = "auto" ];then 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (AMQ-3163) bin/activemq error on MacOS (and maybe Cygwin)

Posted by "Timothy Bish (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-3163.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.6.0

This has since been fixed.
                
> bin/activemq error on MacOS (and maybe Cygwin)
> ----------------------------------------------
>
>                 Key: AMQ-3163
>                 URL: https://issues.apache.org/jira/browse/AMQ-3163
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.5.0
>         Environment: Mac OSX Snow Leopard
> GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)
>            Reporter: Dan Checkoway
>             Fix For: 5.6.0
>
>
> Had to make this change to bin/activemq to avoid an error...need spaces inside the []s:
> [dan:/usr/local/apache-activemq-5.5-SNAPSHOT/bin]$ diff activemq activemq.new
> 252c252
> <            if [-z "$JAVA_HOME"] && [ "$JAVACMD" = "auto" ];then
> ---
> >            if [ -z "$JAVA_HOME" ] && [ "$JAVACMD" = "auto" ];then 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira