/hg/icedtea-web: fix build issues with older netx.jar on bootcla...
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Thu Nov 25 09:46:15 PST 2010
changeset 918f525349b3 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=918f525349b3
author: Omair Majid <omajid at redhat.com>
date: Thu Nov 25 12:45:55 2010 -0500
fix build issues with older netx.jar on bootclasspath
2010-11-25 Omair Majid <omajid at redhat.com>
* Makefile.am (stamps/liveconnect.stamp): Set a bootclasspath to
avoid using an older netx.jar during compilation.
diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
Makefile.am | 3 ++-
diffs (25 lines):
diff -r dcd3d1728ff4 -r 918f525349b3 ChangeLog
--- a/ChangeLog Wed Nov 24 15:47:50 2010 -0500
+++ b/ChangeLog Thu Nov 25 12:45:55 2010 -0500
@@ -1,3 +1,8 @@ 2010-11-24 Omair Majid <omajid at redhat.
+2010-11-25 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (stamps/liveconnect.stamp): Set a bootclasspath to
+ avoid using an older netx.jar during compilation.
+
2010-11-24 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/util/FileUtils.java
diff -r dcd3d1728ff4 -r 918f525349b3 Makefile.am
--- a/Makefile.am Wed Nov 24 15:47:50 2010 -0500
+++ b/Makefile.am Thu Nov 25 12:45:55 2010 -0500
@@ -185,7 +185,8 @@ 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):$(RUNTIME) \
+ -classpath $(NETX_DIR) \
+ -bootclasspath $(RUNTIME) \
-sourcepath $(LIVECONNECT_SRCS) \
@liveconnect-source-files.txt ; \
fi
More information about the distro-pkg-dev
mailing list