BTW, is docs publishing required for all configurations? I think it causes repeaded work, we can publish only JDK5-HSQL configuration. Also, we can run "mvn install" only on JDK5-HSQL, for others just "mvn test". This is even more important since javadoc-plugin problem is not yet fixed
2009/11/7 Andrey Razumovsky <razumovsky.and...@gmail.com> > > >> * 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? > > -- Andrey