Issue Details (XML | Word | Printable)

Key: CHAIN-41
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Simon Kitching
Reporter: Isaac Shabtay
Votes: 0
Watchers: 0
Operations

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

Can't build latest source code due to usage of old Digester

Created: 01/Dec/07 11:29 AM   Updated: 20/May/08 09:39 PM
Return to search
Component/s: None
Affects Version/s: 1.1, 1.2, Nightly Builds
Fix Version/s: 1.2

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works patch-build.txt 2007-12-01 11:30 AM Isaac Shabtay 1 kB

Resolution Date: 02/Dec/07 02:46 PM


 Description  « Hide
Currently, build.xml retrieves Digester 1.6 for using as a build path entry.
However, Digester 1.6 doesn't appear to have the Digester.parse(URL) method. This causes org.apache.commons.chain.config.ConfigParser to fail building.

Switched to use Digester 1.8 and builds fine. Testers work as well.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #600302 Sun Dec 02 14:50:55 UTC 2007 skitching CHAIN-41 fix bad ant buildfile. Code now depends on digester1.8; the pom.xml had been updated but not the build.xml.
Thanks to Isaac Shabtay for the report.
Files Changed
MODIFY /commons/proper/chain/trunk/build.xml