You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Erich Duda (JIRA)" <ji...@apache.org> on 2016/07/20 13:33:20 UTC

[jira] [Resolved] (ARTEMIS-643) [Artemis Testsuite] wrong paths in restricted-security-client.policy

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

Erich Duda resolved ARTEMIS-643.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

> [Artemis Testsuite] wrong paths in restricted-security-client.policy
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-643
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-643
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Erich Duda
>             Fix For: 1.4.0
>
>
> {code}
> permission java.io.FilePermission "${user.dir}/artemis-core-client/target/classes/-", "read";
> permission java.io.FilePermission "${user.dir}/artemis-core-client/target/artemis-core-client-${project.version}.jar", "read";
> {code}
> {{user.dir}} points to current working directory from which the maven command was invoked. If the command is not invoked from project root directory, the generated paths are wrong what causes failures of some tests.



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