public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* FYI: fix bootclasspath breakage
@ 2006-07-07 10:12 Gary Benson
  0 siblings, 0 replies; only message in thread
From: Gary Benson @ 2006-07-07 10:12 UTC (permalink / raw)
  To: java-patches

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

Hi all,

I just checked in a patch that fixes a breakage where the 
sun.boot.class.path system property contained a malformed
classpath.  This was breaking auto-compilation in Mauve.

Cheers,
Gary

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1441 bytes --]

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 115251)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006-07-07  Gary Benson  <gbenson@redhat.com>
+
+	* Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.
+	* Makefile.in: Regenerate.
+
 2006-07-06  Bryce McKinlay <mckinlay@redhat.com>
 
 	* stacktrace.cc (ClassForFrame): Remove commented-out code.
Index: Makefile.am
===================================================================
--- Makefile.am	(revision 115251)
+++ Makefile.am	(working copy)
@@ -53,7 +53,7 @@
 BOOT_CLASS_PATH_DIR = $(JAVA_HOME)/lib/rt.jar
 else
 JAVA_HOME_DIR = $(prefix)
-BOOT_CLASS_PATH_DIR = $(jardir)/$(jar_DATA)
+BOOT_CLASS_PATH_DIR = $(jardir)/libgcj-$(gcc_version).jar
 endif
 
 ## FIXME: Using libdir violates GNU coding standards.
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 115251)
+++ Makefile.in	(working copy)
@@ -689,7 +689,7 @@
 jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar
 @JAVA_HOME_SET_FALSE@JAVA_HOME_DIR = $(prefix)
 @JAVA_HOME_SET_TRUE@JAVA_HOME_DIR = $(JAVA_HOME)
-@JAVA_HOME_SET_FALSE@BOOT_CLASS_PATH_DIR = $(jardir)/$(jar_DATA)
+@JAVA_HOME_SET_FALSE@BOOT_CLASS_PATH_DIR = $(jardir)/libgcj-$(gcc_version).jar
 @JAVA_HOME_SET_TRUE@BOOT_CLASS_PATH_DIR = $(JAVA_HOME)/lib/rt.jar
 secdir = $(libdir)/security
 propdir = $(libdir)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-07 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-07 10:12 FYI: fix bootclasspath breakage Gary Benson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).