Luciano Resende wrote:
Thanks Martin, but all the necessary jars are in the CLASSPATH, and as mentioned on the e-mail, the program runs ok (no issues with noClassDefFoundError)... the noClassDefFoundError just start after adding the <permissions>... it seems that it loose the ability to read the classpath or it get lost...
try setting fork="true" for java. Ant's <java> task stops tasks from killing the current thread, as that would stop ant..the permissions you are trying to set probably dont help.
-- Steve Loughran http://www.1060.org/blogxter/publish/5 Author: Ant in Action http://antbook.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
