Bug 23833

Summary: Java source attachment does not work
Product: [Eclipse Project] JDT Reporter: Adalbert Homa <adalbert.homa>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0.1   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adalbert Homa CLA 2002-09-19 09:55:23 EDT
I am using Jakarta ORO library, and I can't get the source to show up. 
When I compiled the source code myself no problem the attached source code shown up.
My impression is that library is compiled whithout any debug information.
Even if debug information is not present in the compiled code, source code can
still be found. If I am looking form class org.apache.oro.text.perl.Perl5Util,
this can be found in org/apache/oro/text/perl/Perl5Util.java source. There is no
need for any debug information.
Comment 1 Philipe Mulet CLA 2002-09-20 05:09:37 EDT
Indeed, we used to be needing sources to have been compiled with source 
attribute enabled. However, in latest integration build we have released a 
change allowing source mapping to occur in the absence of source attributes.

2.1M1 builds and better should tolerate binaries missing source attributes.

Please give it a try, and reopen if it doesn't work for you.

*** This bug has been marked as a duplicate of 21475 ***
Comment 2 Philipe Mulet CLA 2002-09-20 05:09:49 EDT
Forgot to assign
Comment 3 Philipe Mulet CLA 2002-09-20 05:10:31 EDT
Closing as duplicate

*** This bug has been marked as a duplicate of 21475 ***
Comment 4 Adalbert Homa CLA 2002-09-20 10:48:01 EDT
How can I get the 2.1M build is this an integration build from the download page
(like I20020919) ?