HI
May be this one can help:
you can use it inside your main target, I did it like example below:
...
...
...
...
...
HI
May be this one can help:
you can use it inside your main target, I did it like example below:
...
...
...
...
...
ss because it wasn't looking in the right
place (although I'd expect it to complain...).
I really appreciate your help!
Cheers,
Gad
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
very close timestamp nonetheless).
Running ant with -debug shows nothing. Ant version is 1.6.5 on Java
1.4.2_08b for Linux.
Any ideas?
Thanks,
Gad
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
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
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