changeset 61:2faf3ab9f3c6

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@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.
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 30 Nov 2010 23:15:11 +0000
parents b1409d2cbd86
children 9035fbdbd6e7
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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-30  Andrew John Hughes  <ahughes@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@redhat.com>
 
 	Make distcheck work.
--- 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 @@
 	  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