Ruben Jenster created MNG-5355: ---------------------------------- Summary: Case sensitivity changes in class names not detected by compiler Key: MNG-5355 URL: https://jira.codehaus.org/browse/MNG-5355 Project: Maven 2 & 3 Issue Type: Bug Affects Versions: 3.0.3 Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) Maven home: /usr/share/maven Java version: 1.6.0_35, vendor: Apple Inc. Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x", version: "10.7.5", arch: "x86_64", family: "mac" Reporter: Ruben Jenster Priority: Minor Attachments: compile.log
The compiler doesn't detect case sensitivity changes in class names. The renamed class is not compiled. 1. Create a class named FooBAR 2. execute 'mvn compile' 3. Rename FooBAR to FooBar 4. execute 'mvn compile' 5. target/classes/FooBar.class does not exist Is this expected behaviour? Is a clean always required here? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira