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
Gad Abraham wrote:
> Stefan Bodewig wrote:
>
>>On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>>
>>>
>>>
>>>
>>> >> update="true"
>>> includes=&q
Stefan Bodewig wrote:
> On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote:
>
>
>>
>>
>>
>>
>> >update="true"
>> includes="dest/e3/e30.class" />
>>
>
>
> I don't see
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
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
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