Re: java.security.PrivilegedActionException in Jython scriptdef

2008-10-28 Thread Steve Loughran
Morgan Kinne wrote: Thanks Steve. You were correct of course. I was evidently trying to delete files in a directory that didn't exist! Who would have thought that would result in a security related exception. Bad on me for jumping to the conclusion I jumped to. All is working properly now. we

Re: java.security.PrivilegedActionException in Jython scriptdef

2008-10-28 Thread Morgan Kinne
Thanks Steve. You were correct of course. I was evidently trying to delete files in a directory that didn't exist! Who would have thought that would result in a security related exception. Bad on me for jumping to the conclusion I jumped to. All is working properly now.

Re: java.security.PrivilegedActionException in Jython scriptdef

2008-10-28 Thread Steve Loughran
Morgan Kinne wrote: Hi, I'm a newbie here and a newbie to Jython and scripting in Ant. In that vein: I've created a scriptdef task which I wrote in Jython. I'm using BSF as the manager. My intent was to delete files within this task. Everything works right up to the point where a file is to