
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
- Win XP
- Apache ANT 1.7.0Beta3
- JDK 1.5
- Win XP
- Apache ANT 1.7.0Beta3
- JDK 1.5
|
|
| Resolution Date: |
24/Aug/08 02:20 PM
|
|
Doing a quick test with Jakarta Cactus 1.7.2 on the latest beta release of Apache ANT 1.7.0 revealed the following
error message in Cactus:
java.lang.NoSuchMethodError: org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lang/String;)V
Reason: 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)
|
|
Description
|
Doing a quick test with Jakarta Cactus 1.7.2 on the latest beta release of Apache ANT 1.7.0 revealed the following
error message in Cactus:
java.lang.NoSuchMethodError: org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lang/String;)V
Reason: 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)
|
Show » |
| There are no subversion log entries for this issue yet.
|
|