Bug 23833 - Java source attachment does not work
Summary: Java source attachment does not work
Status: RESOLVED DUPLICATE of bug 21475
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 09:55 EDT by Adalbert Homa CLA
Modified: 2002-09-20 10:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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) ?