Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.3.2
-
Fix Version/s: None
-
Labels:None
Description
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
I've got the exact same problem !