– System Setup ——————————-
Operating System and version: WinXP Pro SP2
Eclipse version: 3.1.0 Final
Eclipse build id: I20050627-1435
Fresh Eclipse install (y/n): Y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: None
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 4.0M2
Eclipse JDK version: 1.5.0_04
Application Server JDK version: 1.4.2_08
Are there any exceptions in the Eclipse log file? Only old ones.
If this is a DB related question : No
– Message Body ——————————-
I am creating MyEclipse J2EE projects, but am -not- using the default location for their files (i.e. I uncheck the “Use default location” checkbox and specify a different directory, which is in my Windows My Documents directory). When I later try to deploy the project, the META-INF and/or WEB-INF (as applicable) directory is in lower case within the .ear, .war and .jar files. This obviously means the project cannot be successfully deployed.
I don’t have this problem if I leave “Use default location” checked when I create my projects.