Ant Build Script For JAX-WS With Incorrect tools.jar location

Michael Franz mvfranz at gmail.com
Mon Feb 16 21:23:44 PST 2009


Hi,

I have noticed that the patch file patches/ecj/icedtea.patch patches the
compile arg line for the JAX-WS build.  It seems that this line (the
original as well as the patch) put the tools.jar in the incorrect location.
In all other build files the tools.jar file is in JAVA_HOME/lib/tools.jar .
For this one file it is put in JAVA_HOME/jre/lib.tools.jar . For some reason
this does not matter for linux, but does when compiling the BSD port using
IcedTea7 on OS X.

The following line should be changed from
+        <compilerarg line="-bootclasspath
${build.dir}/../../jaxp/build/classes:${build.classes.dir}:../../../generated:${boot.java.home}
*/jre*
//lib/tools.jar:${boot.java.home}/jre/lib/rt.jar:${boot.java.home}/jre/lib/rt-system.jar"/>

to

+        <compilerarg line="-bootclasspath
${build.dir}/../../jaxp/build/classes:${build.classes.dir}:../../../generated:${boot.java.home}/lib/tools.jar:${boot.java.home}/jre/lib/rt.jar:${boot.java.home}/jre/lib/rt-system.jar"/>

I guess this should also be fixed in OpenJDK.  What is the proper channel to
get this fixed at Sun?

Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090217/93a6f209/attachment.html 


More information about the distro-pkg-dev mailing list