From: costin Date: Fri, 2 May 2008 03:20:37 +0000 (+0000) Subject: Since not beeing able to build with JDK1.6 is so annoying - and commons-dbcp doesn... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bb1c5486a391e0726ad07747d0f9541d91dabc5f;p=tomcat7.0 Since not beeing able to build with JDK1.6 is so annoying - and commons-dbcp doesn't support jdk1.6 in the first place: - let the compile work with jdk1.6, minus dbcp - add a small warning at the end. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@652744 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index c34405f06..0a6352079 100644 --- a/build.xml +++ b/build.xml @@ -72,6 +72,8 @@ + + @@ -398,8 +400,14 @@ - - + + + WARNING: tomcat-dbcp.jar not included, this build can't be used + in a release. Please run 'ant download' with JDK1.5 if you are + building a tomcat release. + + + @@ -532,7 +540,8 @@ - + @@ -637,7 +646,7 @@ - +