Re: Updating jar fails

2005-09-04 Thread Gad Abraham
Carol Enderlin wrote: I tried it out and it worked with added basedir (removed dest from the includes line): Thanks Carol! I've followed your advice and it works. Now I see that the includes is relative to the basedir, so previously ant couldn't find the e30.class because i

Re: Updating jar fails

2005-09-01 Thread Gad Abraham
Gad Abraham wrote: > Stefan Bodewig wrote: > >>On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote: >> >> >> >>> >>> >>> >>> >>> >> update="true" >>> includes=&q

Re: Updating jar fails

2005-08-25 Thread Gad Abraham
Stefan Bodewig wrote: > On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote: > > >> >> >> >> >> >update="true" >> includes="dest/e3/e30.class" /> >> > > > I don't see

Updating jar fails

2005-08-19 Thread Gad Abraham
Hi, I've seen this problem before on this list but no answers were given. I'm trying to add a class file to an existing jar, but it fails silently (does nothing whatsoever). I even try to sleep for 5 seconds so the class file gets a newer timestamp than the jar (they end up having a very close ti

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 encry

ant.jar has unsigned entries

2005-08-04 Thread Gad Abraham
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 cannot authenticate the pr