Hi,
I'm trying to generate the Castor mapping sources (the sources in the org.exolab.castor.mapping.xml package). The reason for that is that I would like to implement a new feature that requires changes in the mapping.xml. Before making any changes myself, I want to be able to build Castor, including generation of the mapping source files. I've checked out the sources from svn, and the regular build process ( build.sh all) works fine. However when I run build.sh gen.mapping, I get the following error: ... gen.mapping: [mkdir] Created dir: [...]/build/gen-src/mapping BUILD FAILED [...]/src/build.xml:874: Invalid types "arraylist": Could not obtain the default configuration file castorbuilder.properties from the Castor JAR How can I successfully generate the mapping source files? Thanks, Tom

