8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath)
authorsimonis
Mon, 21 Oct 2013 15:11:05 +0200
changeset 20999 85d5e1c638fb
parent 20983 07fdd3e2a87f
child 21000 f20fae50d255
8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath) Reviewed-by: erikj
jaxws/makefiles/BuildJaxws.gmk
--- a/jaxws/makefiles/BuildJaxws.gmk	Thu Oct 17 09:40:59 2013 -0700
+++ b/jaxws/makefiles/BuildJaxws.gmk	Mon Oct 21 15:11:05 2013 +0200
@@ -57,7 +57,7 @@
     COPY_FILES := $(JAXWS_TOPDIR)/src/share/jaxws_classes/com/sun/tools/internal/xjc/runtime/JAXBContextFactory.java \
         $(JAXWS_TOPDIR)/src/share/jaxws_classes/com/sun/tools/internal/xjc/runtime/ZeroOneBooleanAdapter.java \
         $(JAXWS_TOPDIR)/src/share/jaxws_classes/com/sun/xml/internal/ws/assembler/jaxws-tubes-default.xml, \
-    ADD_JAVAC_FLAGS = -cp $(OUTPUT_ROOT)/jaxp/dist/lib/classes.jar))
+    ADD_JAVAC_FLAGS = -Xbootclasspath/p:$(OUTPUT_ROOT)/jaxp/dist/lib/classes.jar))
 
 $(JAXWS_OUTPUTDIR)/jaxws_classes/META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin: \
     $(JAXWS_TOPDIR)/src/share/jaxws_classes/com/sun/tools/etc/META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin