...
- to the one found in PDI : libext/commons/commons-digester-1.8.jar
- Modify the Pentaho build file (build.xml) to produce and handle Java5 code.
- change the "javac" targets from
- source="1.4" target="1.4"
- to:
- source="1.5" target="1.5"
- change the "javac" targets from
That should allow you to build the Pentaho platform and run the latest Kettle transformations and jobs on the Pentaho platformit.