Erich Duda created ARTEMIS-643:
----------------------------------

             Summary: [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)

Reply via email to