Aaron Davies wrote:
Hi, I'm having trouble using an ant task to run a Java app that uses RMI. I've constructed a Java task to run it, but it fails with a java.security.AccessControlException as soon as it starts the RMI section. However, when I take a look at the output of ant -verbose and reconstruct the java command being used (this task has "fork" set to true), the app runs just fine. I've tried checking my java.security.policy file (an "allpermissions" one) and passing it to the ant jvm as well, but it doesn't help. Any ideas?
We run lots of RMI stuff from ant (forked); no problems show up. When ant forks it really creates a new JVM, so existing JVM stuff does not surface.
So there is something else going on here, but nothing obvious springs to mind.
what is the stack trace? -steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]