Issue Details (XML | Word | Printable)

Key: CACTUS-246
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Petar Tahchiev
Reporter: Davy Toch
Votes: 4
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Cactus

Jakarta Cactus 1.7.2 won't work with Apache ANT 1.7.0.

Created: 17/Oct/06 11:09 PM   Updated: 24/Aug/08 02:20 PM
Return to search
Component/s: Ant Integration
Affects Version/s: 1.7.2
Fix Version/s: 1.8

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works build-246.patch 2006-12-22 12:17 AM Petar Tahchiev 1 kB
Text File Licensed for inclusion in ASF works cactuspatch.txt 2008-02-19 06:09 AM Ken 0.6 kB
Environment:
- Win XP
- Apache ANT 1.7.0Beta3
- JDK 1.5

Resolution Date: 24/Aug/08 02:20 PM


 Description  « Hide
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)



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Petar Tahchiev made changes - 22/Dec/06 12:17 AM
Field Original Value New Value
Attachment build-246.patch [ 12347708 ]
Michal Valach made changes - 14/Dec/07 02:28 PM
Comment [ Hi,
I have little problem applying this patch.
Can you pls help me and write step by step guide, how to apply it?
Thank you ]
Ken made changes - 19/Feb/08 06:02 AM
Attachment cactuspatch.txt [ 12375894 ]
Ken made changes - 19/Feb/08 06:08 AM
Attachment cactuspatch.txt [ 12375894 ]
Ken made changes - 19/Feb/08 06:09 AM
Attachment cactuspatch.txt [ 12375895 ]
Petar Tahchiev made changes - 24/Aug/08 02:19 PM
Assignee Petar Tahchiev [ paranoiabla ]
Petar Tahchiev made changes - 24/Aug/08 02:20 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Fix Version/s 1.8 [ 12310167 ]
Petar Tahchiev made changes - 24/Aug/08 02:20 PM
Status Resolved [ 5 ] Closed [ 6 ]