Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
ManifoldCF 1.6
-
None
-
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
Mac OS X Version 10.7.5
Description
I was getting following annoying warning
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Further investigation revealed that some ant build.xml files mentions.
<javac target="1.6" source="1.6" />
We are on java7. Lets get rid of this warning message.