classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnu.testlet.java.util.ResourceBundle.getBundle problem on darwin


From: Dalibor Topic
Subject: Re: gnu.testlet.java.util.ResourceBundle.getBundle problem on darwin
Date: Thu, 29 Dec 2005 16:59:13 +0100
User-agent: Debian Thunderbird 1.0.7 (X11/20051117)

Christian Thalinger wrote:
> 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 :-)?
> 

Case sensitivity is a property of the file system, not the operating system.

I.e. even on Darwin you can have case sensitive file systems, for
example if you mount a NFS drive.

I'd say the test is not portable to different file systems :)

cheers,
dalibor topic




reply via email to

[Prev in Thread] Current Thread [Next in Thread]