[
https://issues.apache.org/jira/browse/ARTEMIS-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385834#comment-15385834
]
ASF subversion and git services commented on ARTEMIS-643:
---------------------------------------------------------
Commit f4a0763baf6678ad16226943e9cde1d7d923691b in activemq-artemis's branch
refs/heads/master from [~eduda]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=f4a0763 ]
ARTEMIS-643 wrong paths in restricted-security-client.policy
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.
> [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
>
> {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)