[ 
https://jira.codehaus.org/browse/MCOMPILER-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MCOMPILER-182.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6
         Assignee: Robert Scholte

Fixed as part of MCOMPILER-21.
I've added an IT in 
[r1393086|http://svn.apache.org/viewvc?rev=1393086&view=rev] to be sure this 
won't happen again.
We're working on more solid compilations, this is a very nice usecase to verify 
our improvements.
Thanks.
                
> Case sensitivity changes in class names not detected by compiler
> ----------------------------------------------------------------
>
>                 Key: MCOMPILER-182
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-182
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3.2
>         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
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 2.6
>
>         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

        

Reply via email to