changeset 1845:331c91ed45cd

Fix PR338: path to tools.jar was wrong, but only hurts Debian/Ubuntu users. 2009-05-27 Andrew John Hughes <ahughes@redhat.com> * patches/ecj/icedtea.patch: Fix for PR338. The path to tools.jar was wrong in the jaxws patch (jre/lib/tools.jar rather than lib/tools.jar). For some reason, only Debian/Ubuntu users get hit by this.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 28 May 2009 19:33:39 +0100
parents a1476b6655c1
children 166d329b827d
files ChangeLog patches/ecj/icedtea.patch
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 28 19:31:50 2009 +0100
+++ b/ChangeLog	Thu May 28 19:33:39 2009 +0100
@@ -1,3 +1,11 @@
+2009-05-27  Andrew John Hughes  <ahughes@redhat.com>
+
+	* patches/ecj/icedtea.patch:
+	Fix for PR338. The path to tools.jar was
+	wrong in the jaxws patch (jre/lib/tools.jar
+	rather than lib/tools.jar).  For some reason,
+	only Debian/Ubuntu users get hit by this.
+
 2009-05-27  Andrew John Hughes  <ahughes@redhat.com>
 
 	* acinclude.m4:
--- a/patches/ecj/icedtea.patch	Thu May 28 19:31:50 2009 +0100
+++ b/patches/ecj/icedtea.patch	Thu May 28 19:33:39 2009 +0100
@@ -329,7 +329,7 @@
 -             excludes="com/sun/tools/internal/txw2/**">
 +             excludes="com/sun/tools/internal/txw2/**"
 + 	     source="1.5">
-+	 <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"/>
++	 <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"/>
           <compilerarg value="-J-Xbootclasspath/p:${bootstrap.dir}/lib/javac.jar"/>
           <compilerarg line="${javac.version.opt}"/>
           <compilerarg line="${javac.no.jdk.warnings}"/>