Bug 35510 - Assigning code to a library that is within a jarfile
Summary: Assigning code to a library that is within a jarfile
Status: RESOLVED DUPLICATE of bug 35561
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1 RC4   Edit
Assignee: JDT-Doc-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-21 14:09 EST by Kevin Klinemeier CLA
Modified: 2003-03-25 11:58 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Klinemeier CLA 2003-03-21 14:09:18 EST
I have several .jar files that contain both classfiles and sourcecode.  It would
be handy, when 'attaching source files' to be able to specify the subfolder of
the jar file that contains the sourcecode in question.  JBuilder, for example,
currently has this feature.
Comment 1 Kevin Klinemeier CLA 2003-03-21 18:16:34 EST
To clarify, say I have a jar called "someCode.jar" and within that jar, for a
reason quite annoying to me, the developers have placed their code in a folder
called "kindofnewsrc".  This case doesn't seem to be currently handled by Eclipse.

I'd like to be able to open a 'tree' view of the jar, and specifiy which
folder(s) contain the sourcecode (and docs, perhaps?) I'm trying to link to.
Comment 2 Kevin Klinemeier CLA 2003-03-24 12:24:13 EST

*** This bug has been marked as a duplicate of 35561 ***