> > * build javadocs and publish to web site (nightly javadocs I maintain > there)\ >
Could you check then that docs are copied from "docs/doc/target/site/apidocs"? I've got a workaround for our javadoc-plugin problem, but it builds docs only there (and I think it's correct). After that, I'll commit the change again. > * run tests against all dbs automatically (I've got it parameterised > against JDK1.5 and JDK1.6 now, so I can easily add more databases once I get > them working: H2 fails for me locally with a JVM out of memory error but > that could just be an OSX thing) > How much memory is given to the JVM? If it's default value, maybe just increase it?