Hi guys,

First of all Happy New Year to all of you.

I downloaded Cactus 1.7.2 and tried to build it with Ant 1.7.0 - it failed.
The output is this one:

java.lang.NoSuchMethodError:
org.apache.cactus.integration.ant.CactusTask.addClasspathEntry
(Ljava/lang/String;)V

The project, though build perfectly with Ant 1.6.5.

So we think the reason is that in ant-junit.jar the signature of the method
'addClasspathEntry' of the class JUnitTask has been modified between ANT
1.6.5 and ANT 1.7.0:

ANT 1.6.5:

 protected void addClasspathEntry(String resource)

ANT 1.7.0:

 protected boolean addClasspathEntry(String resource)

Just curious if anyone has ever seen this strange behaviour, and does anyone
knows a workaround of this issue.

Thanks to everyone.

--
Regards, Petar!

Reply via email to