Hi, why not to allow Tomcat 6 to be built with JDK 1.6. With commons-dbcp-1.4 it seems so easy (see bellow). Any comment on this? Or at least allow to choose?
Thanks, Petr --- apache-tomcat-6.0.28-src/build.properties.default.orig +++ apache-tomcat-6.0.28-src/build.properties.default -# ----- Commons DBCP, version 1.1 or later ----- -commons-dbcp.version=1.3 +# ----- Commons DBCP, version 1.4 (for JDK 1.6) ----- +commons-dbcp.version=1.4 --- apache-tomcat-6.0.28-src/build.xml.orig +++ apache-tomcat-6.0.28-src/build.xml - <target name="build-tomcat-dbcp" unless="jdk16.present" + <target name="build-tomcat-dbcp" -- View this message in context: http://old.nabble.com/Tomcat-6-with-JDK-1.6-%28why-not-use-commons-dbcp-1.4%29-tp29149150p29149150.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org