Hi,
Some things I've encountered while using the build scripts :
* I had to separately download the XDoclet related jars (xdoclet-1.2.3.jar and xjavadoc-1.5-snapshot050611.jar), put them into the lib/ directory and modify the xdoclet taskdef definition in order to build the project. See (1) in diff file.
* This one is probably specific to my environment but I had to add my JDK tools.jar into the project's compile classpath (see (2)). If not, I had errors like this :
[javac] Compiling 33 source files to /home/bor/java/CSV/CSVParser/build
[javac] /home/bor/java/CSV/CSVParser/src/net/sf/anupam/csv/taglets/CSVBeanMappingTaglet.java:24: package com.sun.javadoc does not exist
[javac] import com.sun.javadoc.Tag;
* I've excluded log4j.properties from the CSVObjects jar : when I integrated CSVObjects into my project, it was taking precedence over my project's log4j.properties, which was annoying :-). See (3) in diff file.
I don't know if all those things should be integrated (some are maybe specific to my environment). But they could at least be written somewhere in order to help other CSVObjects newcomers :-)
Btw, My environment is : GNU/Linux Ubuntu Feisty, jdk 1.5.0_07, bash shell.
Regards,
Benoit.
diff file for build.xml modifications