[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnu.testlet.java.util.ResourceBundle.getBundle problem on darwin
From: |
Christian Thalinger |
Subject: |
gnu.testlet.java.util.ResourceBundle.getBundle problem on darwin |
Date: |
Thu, 29 Dec 2005 15:58:00 +0100 |
Hi!
I'm currently hunting a darwin bug, found by tgolem, on darwin:
FAIL: gnu.testlet.java.util.ResourceBundle.getBundle: uncaught exception
at "low case locale" number 1: java.lang.NoClassDefFoundError:
gnu/testlet/java/util/ResourceBundle/Resource4_jp_JA_win (wrong name:
gnu/testlet/java/util/ResourceBundle/Resource4_jp_JA_WIN)
The problem is that darwin _does_ find the file
gnu/testlet/java/util/ResourceBundle/Resource4_jp_JA_win.class:
finished: java.io.File.exists()Z->1 (0x00000001)
AFAIK darwin has a case insensitive file system. How can we handle that
problem (i'm not a darwin guru :-)?
TWISTI
- gnu.testlet.java.util.ResourceBundle.getBundle problem on darwin,
Christian Thalinger <=