[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-10-21 Thread doko at ubuntu dot com


--- Comment #7 from doko at ubuntu dot com  2008-10-21 18:01 ---
fixed with the cp-0.98 merge


-- 

doko at ubuntu dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37636



[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-28 Thread doko at gcc dot gnu dot org


--- Comment #5 from doko at gcc dot gnu dot org  2008-09-28 14:51 ---
Subject: Bug 37636

Author: doko
Date: Sun Sep 28 14:49:51 2008
New Revision: 140733

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140733
Log:
2008-09-28  Matthias Klose  [EMAIL PROTECTED]

* PR libgcj/37636. Revert:
2008-02-20  Matthias Klose  [EMAIL PROTECTED]

* tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
Do copy resource files in JAVA_MAINTAINER_MODE only.
* tools/Makefile.in: Regenerate.


Modified:
branches/gcj/classpath-098-merge-branch/libjava/classpath/ChangeLog.gcj
branches/gcj/classpath-098-merge-branch/libjava/classpath/tools/Makefile.am
branches/gcj/classpath-098-merge-branch/libjava/classpath/tools/Makefile.in


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37636



[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-26 Thread gnu_andrew at member dot fsf dot org


--- Comment #4 from gnu_andrew at member dot fsf dot org  2008-09-26 19:32 
---
I doubt it.  I don't see libintl being linked against either gcj, gij or gjar
here, and the fault is in Java code (although locale related).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37636



[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-25 Thread howarth at nitro dot med dot uc dot edu


--- Comment #3 from howarth at nitro dot med dot uc dot edu  2008-09-26 
03:03 ---
I notice that gcj on i686-apple-darwin9 is linked against libintl but gjar
isn't. Could that be the origin of the failure of --help on gjar but not gcj?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37636



[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-24 Thread gnu_andrew at member dot fsf dot org


--- Comment #1 from gnu_andrew at member dot fsf dot org  2008-09-25 01:47 
---
I'm not sure when 4.3 branched, but David Daney's locale patch (switching from
gcj's locales to Classpath's) might have had an effect (2008-03-04).  It's the
only locale change I can see from this year.

The current 4.3 branch does still work fine.

The missing resources are in libjava/classpath/tools/resource.  None of them
are locale-specific.

ResourceBundle is used as-is from Classpath without being overridden or
amended.  It may be a classloader issue.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37636



[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

2008-09-24 Thread gnu_andrew at member dot fsf dot org


--- Comment #2 from gnu_andrew at member dot fsf dot org  2008-09-25 03:20 
---
Interestingly:

$ /home/andrew/build/gcj/bin/gcj --version
gcj (GCC) 4.4.0 20080913 (experimental) [gcj/classpath-098-merge-branch
revision 140651]

$ /home/andrew/build/gcj/bin/gjar --version
jar (GNU Classpath) 0.98-pre

$ /home/andrew/build/gcj/bin/gjar --help
Usage: jar -ctxui [OPTIONS] jar-file [-C DIR FILE] FILE...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37636