United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 7117110 Remove target 1.5 from jaxp and jaxws repo builds for mac
7117110 : Remove target 1.5 from jaxp and jaxws repo builds for mac

Details
Type:
Bug
Submit Date:
2011-12-01
Status:
Resolved
Updated Date:
2012-03-28
Project Name:
JDK
Resolved Date:
2012-03-28
Component:
infrastructure
OS:
generic
Sub-Component:
build
CPU:
generic
Priority:
P2
Resolution:
Fixed
Affected Versions:
7
Fixed Versions:
8

Related Reports
Backport:

Sub Tasks

Description
This change needs to happen to jaxp/build.xml and jaxws/build.xml

diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -43,14 +43,6 @@
       Run 'make help' for help using the Makefile.
     </description>
 
-    <!-- Mac is special, need to downgrade these before build.properties. -->
-    <condition property="javac.source" value="1.5">
-        <os family="mac"/>
-    </condition>
-    <condition property="javac.target" value="1.5">
-        <os family="mac"/>
-    </condition>
-
     <!-- Project build properties. -->
     <property file="build.properties"/>

                                    

Comments
EVALUATION

http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/a482d45c93e9
                                     
2011-12-12
EVALUATION

http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/6d622b1b4db0
                                     
2011-12-12
EVALUATION

See description.
                                     
2011-12-10



Hardware and Software, Engineered to Work Together