You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kristian Rosenvold (JIRA)" <ji...@codehaus.org> on 2011/12/20 12:44:06 UTC

[jira] (MCOMPILER-142) classes complied by plexus-compiler-eclipse get 'source not found' problem in eclipse class file editor

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

Kristian Rosenvold closed MCOMPILER-142.
----------------------------------------

    Resolution: Fixed
      Assignee: Kristian Rosenvold

Fixed in 4e81d19bef7660d39c39ac3b7a35732b958a0624 in plexus-compiler
                
> classes complied by plexus-compiler-eclipse get 'source not found' problem in eclipse class file editor
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MCOMPILER-142
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-142
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3.2
>            Reporter: Rice Yeh
>            Assignee: Kristian Rosenvold
>            Priority: Critical
>
> All classes complied by plexus-compiler-eclipse will get 'source not found' problem in eclipse class file editor which is opened when you access the jar file containing the compiled classes even though you have source jar associated with the jar file. A guy met the same problem as mine, see http://www.mail-archive.com/users@maven.apache.org/msg80120.html. The following is his observation on this problem: 
> After having a look into the generated classes, I found that the debug 
> information is different from the one I compiled with eclipse
> jdt. For example,
> Debug information from eclipse jdt compiler
> Source File Name:   MyClass.java
> Debug information from plexus-compiler-eclipse maven plugin
> Source File Name:   com.mydomain.myproject.MyClass
> This probable causes the problem.
> Rice

--
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