I aslo had the problem with an ant 1.7 on the IBM jvm 1.5. Taking the latest build.xml and ivy.xml fixed the problem
I guess it was because we were using the 1.6 version of the ant core, but were still taking the ant-junit from the ant local installation. Gilles 2007/10/8, Steve Loughran <[EMAIL PROTECTED]>: > > Nascif Abousalh-Neto wrote: > > /home/lib/ivy-snapshot/ivy > java -version > > java version "1.5.0_11" > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) > > Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing) > > > > > Run ant -version. This problem appears to be caused by people with > different versions of ant optional and ant core on their classpath, > possibly if they've been installing versions of ant over yum or apt. > -- Gilles SCOKART
