diff --git a/jaxws/build.properties b/jaxws/build.properties index 9e5f63306c9..f31b4057a9e 100644 --- a/jaxws/build.properties +++ b/jaxws/build.properties @@ -34,6 +34,10 @@ drops.dir=${slashjava}/devtools/share/jdk7-drops # one of the standard user build.properties files (see build.xml) javac.jar=${bootstrap.dir}/lib/javac.jar +# The tools.jar is needed in the classpath to compile these sources +jdk.home=${java.home}/.. +tools.jar=${jdk.home}/lib/tools.jar + # options for the tasks used to compile the tools javac.source = 7 javac.target = 7 diff --git a/jaxws/build.xml b/jaxws/build.xml index b14eb6b8bd8..5ee8f190b25 100644 --- a/jaxws/build.xml +++ b/jaxws/build.xml @@ -113,7 +113,10 @@ -