https://issues.apache.org/bugzilla/show_bug.cgi?id=53649
Priority: P2
Bug ID: 53649
Assignee: [email protected]
Summary: build jdbc-pool: bootstrap class path not set in
conjunction with -source 1.5
Severity: minor
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: trunk
Component: Catalina
Product: Tomcat 7
After converting to java 1.7, I did an ant clean (not clean-depend) and the ant
deploy.
The verbose messages begin as follows:
Apache Ant(TM) version 1.8.2 compiled on December 3 2011
Trying the default build file: build.xml
Buildfile: /home/brian/sandboxApache/tomcat8/trunk/build.xml
Detected Java version: 1.7 in: /usr/lib/jvm/java-7-openjdk-i386/jre
Detected OS: Linux
parsing buildfile /home/brian/sandboxApache/tomcat8/trunk/build.xml with URI =
file:/home/brian/sandboxApache/tomcat8/trunk/build.xml
During the deploy target, at around this point...
<!-- build the jdbc-pool jar and source jar-->
<echo message="Building Tomcat JDBC pool libraries"/>
<ant antfile="${tomcat.jdbc.dir}/build.xml" dir="${tomcat.jdbc.dir}"
inheritall="false" target="build">
I noticed the following messages leading to a warning in the build:
[ant] Entering
/home/brian/sandboxApache/tomcat8/trunk/modules/jdbc-pool/build.xml...
[property] Loading
/home/brian/sandboxApache/tomcat8/trunk/modules/jdbc-pool/build.properties.default
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 1.5
I will attach a trivial fix, after which the build completes without the
warning.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]