[Bug java/24698] [4.1/4.2 regression] Failure locating .properties files inside jars

2005-12-12 Thread bero at arklinux dot org
--- Comment #7 from bero at arklinux dot org 2005-12-12 19:16 --- Just tried current 4.1 branch SVN (108424 with the patch for bug 24441 applied) - it works a lot better (no more ICEs or segfaults). One problem remains though (but this isn't major): CLASSPATH=test.jar gij test1 Still

[Bug java/24698] [4.1/4.2 regression] Failure locating .properties files inside jars

2005-11-29 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2005-11-29 22:37 --- I tried the included test case with current svn head. I had to add '.' to classpath, then it worked for me: opsy. CLASSPATH=test.jar:. gij test1 Microsoft is crap Compiling as in comment #4 also worked fine. I

[Bug java/24698] [4.1/4.2 regression] Failure locating .properties files inside jars

2005-11-24 Thread bero at arklinux dot org
--- Comment #5 from bero at arklinux dot org 2005-11-24 18:07 --- This should be marked important regression IMO, it breaks a number of applications out there -- bero at arklinux dot org changed: What|Removed |Added