On 11/2/2010 12:59 AM, Patricia Shanahan wrote:
On 11/2/2010 12:54 AM, Sim IJskes - QCG wrote:
On 11/02/2010 08:47 AM, Patricia Shanahan wrote:
I started an "ant qa.run" with the latest trunk everything. It is
getting numerous permission-related failures. The failures persist
despite rebooting the virtual machine and doing a clean build. Are there
any changes in how to run the tests?
No, its a bug (missing config). Can you fix it? Its the:
[java] Caused by: java.security.AccessControlException: access denied
(java.lang.RuntimePermission getenv.SOUL)
Permission that is missing.
How did you perform a clean build? Because i got this error as well, and
it was cured if i remember correctly by a 'ant clean'. But i haven't run
the whole QA before checking in.
ant all.clean; ant all.build
I'm trying again with "ant clean" as well, but I think it does no more
than "ant all.clean".
Still fails. It also fails if I do a run-tests for the specific test.
Patricia