vote up 1 vote down star

i am using clear-case source control, i created my vob repository(which has my java source code) on the network drive, when i rum my javac compiler on the source it compiles fine but it is generating class files in lowercase where it should start with uppercase letter. i have seen the code every thing mentioned perfect. then i tried to create a sample java code on the network drive and i tried to rename it in uppercase but it is automatically changing into lower case. do any one has solution for this?

flag

67% accept rate
What kind of a "network drive"? – Pavel Minaev Oct 20 at 15:00
What is this network drive? What file system? What OS? How is it mounted? – Pascal Thivent Oct 20 at 15:03
it is ntfs, windows xp is the os it is mounted on clearcase server which is on windows nt – dagg Oct 20 at 15:35

2 Answers

vote up 1 vote down check

If your are in a dynamic view, check your MVFS settings

  • Case insensitive MVFS
  • Case Preserving

See this picture.

alt text

link|flag
vote up 0 vote down

IIRC the Samba SMB server has options for "fixing" the case of file names. You may want to look into you SMB configuration.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.