Re: ant.jar has unsigned entries

2005-08-05 Thread Gad Abraham
Steve Loughran wrote: Gad Abraham wrote: Hi, I'm trying to run a class which uses Bouncycastle cryptography. It runs fine when called directly from commandline java, however it won't run from within an Ant task: [java] java.io.IOException: exception encrypting data - java.security.NoSuchProv

Re: ant.jar has unsigned entries

2005-08-05 Thread Steve Loughran
Gad Abraham wrote: Hi, I'm trying to run a class which uses Bouncycastle cryptography. It runs fine when called directly from commandline java, however it won't run from within an Ant task: [java] java.io.IOException: exception encrypting data - java.security.NoSuchProviderException: JCE canno

ant.jar has unsigned entries

2005-08-04 Thread Gad Abraham
Caused by: java.util.jar.JarException: file:/home/gad/apache-ant-1.6.5/lib/ant.jar has unsigned entries - org/apache/tools/ant/AntClassLoader$ResourceEnumeration.class [java] at javax.crypto.SunJCE_d.b(DashoA6275) [java] at javax.crypto.SunJCE_d.a(DashoA6275) ... The peo