Re: Setting a global property in a target. Possible?

2009-06-10 Thread Gad
HI May be this one can help: you can use it inside your main target, I did it like example below: ... ... ... ... ...

Re: Setting a global property in a target. Possible?

2009-06-10 Thread Gad
HI May be this one can help: you can use it inside your main target, I did it like example below: ... ... ... ... ...

Re: Updating jar fails

2005-09-04 Thread Gad Abraham
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]

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

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