You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2016/01/07 16:05:40 UTC

[jira] [Assigned] (AMQ-6112) activemq.jar : regression in file permissions

     [ https://issues.apache.org/jira/browse/AMQ-6112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher L. Shannon reassigned AMQ-6112:
-------------------------------------------

    Assignee: Christopher L. Shannon

> activemq.jar : regression in file permissions
> ---------------------------------------------
>
>                 Key: AMQ-6112
>                 URL: https://issues.apache.org/jira/browse/AMQ-6112
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.13.0
>            Reporter: Barthelemy Vessemont
>            Assignee: Christopher L. Shannon
>            Priority: Minor
>
> In 5.12.X :
> - activemq.jar is 0644 and wrapper.jar is 0755
> {noformat}
> > ls -al apache-activemq-5.12.0/bin 
> drwxrwxr-x  5 myuser myuser  4096 janv.  7 10:27 .
> drwxr-xr-x 10 myuser myuser  4096 août  10 17:26 ..
> -rwxr-xr-x  1 myuser myuser 21748 août  10 17:26 activemq
> -rwxr-xr-x  1 myuser myuser  6189 août  10 17:26 activemq-diag
> -rw-r--r--  1 myuser myuser 15958 août  10 17:21 activemq.jar
> -rw-r--r--  1 myuser myuser  4881 août  10 17:26 env
> drwxrwxr-x  2 myuser myuser  4096 janv.  7 10:27 linux-x86-32
> drwxrwxr-x  2 myuser myuser  4096 janv.  7 10:27 linux-x86-64
> drwxrwxr-x  2 myuser myuser  4096 janv.  7 10:27 macosx
> -rwxr-xr-x  1 myuser myuser 83820 août  10 17:11 wrapper.jar
> {noformat}
> In 5.13.X :
> - activemq.jar is 0600 and wrapper.jar is 0700
> {noformat}
> > ls -al apache-activemq-5.13.0/bin
> drwxrwxr-x  5 myuser myuser  4096 janv.  7 10:26 .
> drwxr-xr-x 10 myuser myuser  4096 nov.  30 15:14 ..
> -rwxr-xr-x  1 myuser myuser 21250 nov.  30 15:14 activemq
> -rwxr-xr-x  1 myuser myuser  6189 nov.  30 15:14 activemq-diag
> -rw-------  1 myuser myuser 15977 nov.  30 15:09 activemq.jar
> -rw-r--r--  1 myuser myuser  4881 nov.  30 15:14 env
> drwxrwxr-x  2 myuser myuser  4096 janv.  7 10:26 linux-x86-32
> drwxrwxr-x  2 myuser myuser  4096 janv.  7 10:26 linux-x86-64
> drwxrwxr-x  2 myuser myuser  4096 janv.  7 10:26 macosx
> -rwx------  1 myuser myuser 83820 nov.  30 14:53 wrapper.jar
> {noformat}
> This regression broke my automated deploy process and now I need to modify the release files (which is really not a great thing ....)
> Can you fix this packaging regression ?
> Thanks



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