changeset in /hg/icedtea: Fix PR338: path to tools.jar was wrong...
Andrew John Hughes
ahughes at redhat.com
Thu May 28 11:30:56 PDT 2009
changeset 331c91ed45cd in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=331c91ed45cd
description:
Fix PR338: path to tools.jar was wrong, but only hurts Debian/Ubuntu users.
2009-05-27 Andrew John Hughes <ahughes at 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.
diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
ChangeLog | 8 ++++++++
patches/ecj/icedtea.patch | 2 +-
diffs (27 lines):
diff -r a1476b6655c1 -r 331c91ed45cd ChangeLog
--- 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
+2009-05-27 Andrew John Hughes <ahughes at 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 at redhat.com>
* acinclude.m4:
diff -r a1476b6655c1 -r 331c91ed45cd patches/ecj/icedtea.patch
--- 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 @@ diff -Nru openjdk-ecj.orig/jaxws/make/bu
- 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}"/>
More information about the distro-pkg-dev
mailing list