Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-04 Thread Gilbert Rebhan
that runs on all machines. So finally i doubt, the jar is corrupted. Therefore my question whether there's a difference ... but i'll try jar -tvf ... jar -tvf problem.jar didn't come up with any exception / extraordinary , just the usual listing of all files contained in the archive. is the

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-02 Thread Gilbert Rebhan
Stefan Bodewig schrieb: but different physical instances of the same jar file. yes, of course What does jar tf your-file.jar report - make sure to use the jar command of the same JDK that you are using to run Ant as well. i didn't try that, but wrote a test class that uses an InputStream as

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-02 Thread Stefan Bodewig
On Tue, 01 Jul 2008, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Stefan Bodewig schrieb: >> I'm even more convinced that it is something with the ZIP archive >> itself. > > hm ,works fine on two machines, but failed on a third one. > all run with the same version of jdk, ant and the same OS but

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-01 Thread Gilbert Rebhan
Stefan Bodewig schrieb: I'm even more convinced that it is something with the ZIP archive itself. hm ,works fine on two machines, but failed on a third one. all run with the same version of jdk, ant and the same OS the error message = "Error reading project file: ... " occurs only in ProjectH

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-01 Thread Stefan Bodewig
On Fri, 27 Jun 2008, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Stefan Bodewig schrieb: >> Is there any more information you could provide (like the actual >> exception being thrown)? It could be the ZIP reading library as >> well. > > no i get only the line i already posted our server uses a

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-06-27 Thread Gilbert Rebhan
Hi, Stefan Stefan Bodewig schrieb: Error reading project file jar:file:/E:/SCM_Sync/tools/ant/lib/hukit13ant.jar!/de/huk/it13/ant/antl ib.xml: oversubscribed dynamic bit lengths tree sounds like an encoding issue, I agree. It did always run fine without any problems. I have an eclipse proje

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-06-27 Thread Stefan Bodewig
On Thu, 26 Jun 2008, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Error reading project file > jar:file:/E:/SCM_Sync/tools/ant/lib/hukit13ant.jar!/de/huk/it13/ant/antl > ib.xml: oversubscribed dynamic bit lengths tree sounds like an encoding issue, I agree. > whereas other scripts running with th

[Fwd: Strange problem with taskdef and antlib.xml]

2008-06-26 Thread Gilbert Rebhan
(forwarded from the ant-user list...) Hi, i've written a bunch of anttasks. Those tasks are collected in a jar. The Jar has an antlib.xml with a mapping of the classnames to tasknames ... The jar lies under %ANT_HOME%/lib the taskdefs are imported via = Yesterday a workmate added