Montag, 23. April 2012

Case Insensitive Filesystem FAIL

I made the mistake of CaMlCasing a package name in a Java project. It later occurred to me to be unwise, so I changed the name.

But of course, with the underlying filesystem on my MacBook being case insensitive, Eclipse was unable to change the directory names.

So I'm fairly certain that, while the project works nicely on my machine, it will fail on any Linux machine.

Blargh. Yeah sure sure, I'll just change it manually, but stuff like that just doesn't make life much easier.