IvyDE on Hudson is failing [1] due to problems while loading the WTP zip
file from the mirror [2] ialto.org [3].
The build.properties defines from where to download these artifacts:
hudson.download.mirror.url=http://eclipse.ialto.org
hudson.download.mirror.id=514
hudson.download.wtp.name=wtp-R-3.1
For a long while the Ant tests are failing at Hudson [1].
At the moment there are multiple reasons, but the biggest one is the
JarSigner.
The execution of the jarsigner returns 1 instead of a 0.
This causes the whole SignJarTest to fail (19 testcases) and the
AntClassLoaderTest.testSignedJar.
Ano