8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath)

Mon, 21 Oct 2013 15:11:05 +0200

author
simonis
date
Mon, 21 Oct 2013 15:11:05 +0200
changeset 430
17f1b13cd401
parent 414
9ca9735d9966
child 431
f20820d1582f

8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath)
Reviewed-by: erikj

makefiles/BuildJaxws.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/makefiles/BuildJaxws.gmk	Thu Oct 17 09:40:59 2013 -0700
     1.2 +++ b/makefiles/BuildJaxws.gmk	Mon Oct 21 15:11:05 2013 +0200
     1.3 @@ -57,7 +57,7 @@
     1.4      COPY_FILES := $(JAXWS_TOPDIR)/src/share/jaxws_classes/com/sun/tools/internal/xjc/runtime/JAXBContextFactory.java \
     1.5          $(JAXWS_TOPDIR)/src/share/jaxws_classes/com/sun/tools/internal/xjc/runtime/ZeroOneBooleanAdapter.java \
     1.6          $(JAXWS_TOPDIR)/src/share/jaxws_classes/com/sun/xml/internal/ws/assembler/jaxws-tubes-default.xml, \
     1.7 -    ADD_JAVAC_FLAGS = -cp $(OUTPUT_ROOT)/jaxp/dist/lib/classes.jar))
     1.8 +    ADD_JAVAC_FLAGS = -Xbootclasspath/p:$(OUTPUT_ROOT)/jaxp/dist/lib/classes.jar))
     1.9  
    1.10  $(JAXWS_OUTPUTDIR)/jaxws_classes/META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin: \
    1.11      $(JAXWS_TOPDIR)/src/share/jaxws_classes/com/sun/tools/etc/META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin

mercurial