Bug 59607 - [source attach to jar] didnt work in special? case
Summary: [source attach to jar] didnt work in special? case
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 08:00 EDT by thomas menzel CLA
Modified: 2004-05-18 12:24 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 thomas menzel CLA 2004-04-22 08:00:30 EDT
using 3m8

the situation was thus:

1. used a class in a jar that was bound to the project (no src available) that 
caused an exception -> had to investigate
2. unjard the jar into the folder whers all jars lie (.../lib) , including the 
decompiled jar
3. decompiled the offending class into the folder of its .class-file
4. tried to attach source by setting the src-root for the jar to .../lib 

open declaration couldnt find the src.
Comment 1 Olivier Thomann CLA 2004-04-22 09:48:50 EDT
Could you please describe the exception at step 1?

Could you please provide the jar and the decompiled jar 
+ your project layout?

Then we can investigate what could be wrong. Thanks.
Comment 2 Jerome Lanneluc CLA 2004-05-18 12:24:49 EDT
Please reopen if you have steps to reproduce.