Stepan Vavra created MCOMPILER-185: -------------------------------------- Summary: The package x.y.z collides with a type when using eclipse compiler Key: MCOMPILER-185 URL: https://jira.codehaus.org/browse/MCOMPILER-185 Project: Maven 2.x Compiler Plugin Issue Type: Bug Environment: Windows + NTFS (ie. case insensitive files) Reporter: Stepan Vavra
When eclipse compiler has to compile a class {{my.package.whatever.MyClass}} and class {{my.package.Whatever}} exists as well, it fires error mentioned in the Summary. However, such setup is correct and compiler should have proceed without any complaints. The problem is already described for instance in ant4eclipse project: http://www.ant4eclipse.org/node/134 and probably in Eclipse project too: https://bugs.eclipse.org/bugs/show_bug.cgi?id=321115 (although the bug description is kind of confusing). -- 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