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
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
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