8067237: [TESTBUG] javax/xml/ws/xsanymixed/Test.java failed on compilation

Reviewed-by: lancea
This commit is contained in:
Aleksei Efimov 2016-12-30 13:02:23 +03:00
parent 2197905d6d
commit 608537a218

View File

@ -1,7 +1,7 @@
#! /bin/sh
#
# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -25,12 +25,12 @@
#
if [ "x$TESTJAVA" = x ]; then
TESTJAVA=$1; shift
if [ "x$COMPILEJAVA" = x ]; then
COMPILEJAVA=$1; shift
TESTCLASSES=.
fi
echo "compiling [test-service.wsdl] wsdl ..."
$TESTJAVA/bin/wsimport -keep -d ${TESTCLASSES} ${TESTSRC}/service.wsdl
$COMPILEJAVA/bin/wsimport -keep -d ${TESTCLASSES} ${TESTSRC}/service.wsdl
echo "WSDL compiled. Main test class Test.java can be compiled now."