/hg/icedtea-web: Add NETX_DIR on the bootclasspath to avoid olde...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Nov 30 15:15:20 PST 2010
changeset 2faf3ab9f3c6 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=2faf3ab9f3c6
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Nov 30 23:15:11 2010 +0000
Add NETX_DIR on the bootclasspath to avoid older NetX releases in
1.7 and 1.8's rt.jar.
2010-11-30 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (liveconnect): Add NETX_DIR first on
the bootclasspath so the plugin can be built against 1.7 and
1.8 branch releases of IcedTea6.
diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
ChangeLog | 7 +++++++
Makefile.am | 3 +--
diffs (27 lines):
diff -r b1409d2cbd86 -r 2faf3ab9f3c6 ChangeLog
--- a/ChangeLog Tue Nov 30 16:53:16 2010 +0000
+++ b/ChangeLog Tue Nov 30 23:15:11 2010 +0000
@@ -1,3 +1,10 @@ 2010-11-26 Andrew John Hughes <ahughes
+2010-11-30 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (liveconnect): Add NETX_DIR first on the bootclasspath
+ so the plugin can be built against 1.7 and 1.8
+ branch releases of IcedTea6.
+
2010-11-26 Andrew John Hughes <ahughes at redhat.com>
Make distcheck work.
diff -r b1409d2cbd86 -r 2faf3ab9f3c6 Makefile.am
--- a/Makefile.am Tue Nov 30 16:53:16 2010 +0000
+++ b/Makefile.am Tue Nov 30 23:15:11 2010 +0000
@@ -220,8 +220,7 @@ stamps/liveconnect.stamp: liveconnect-so
mkdir -p $(abs_top_builddir)/liveconnect && \
$(BOOT_DIR)/bin/javac $(IT_JAVACFLAGS) \
-d $(abs_top_builddir)/liveconnect \
- -classpath $(NETX_DIR) \
- -bootclasspath $(RUNTIME) \
+ -bootclasspath $(NETX_DIR):$(RUNTIME) \
-sourcepath $(LIVECONNECT_SRCS) \
@liveconnect-source-files.txt ; \
fi
More information about the distro-pkg-dev
mailing list