Bug 35510

Summary: Assigning code to a library that is within a jarfile
Product: [Eclipse Project] JDT Reporter: Kevin Klinemeier <zipwow>
Component: CoreAssignee: JDT-Doc-Inbox <jdt-doc-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC4   
Hardware: All   
OS: All   
Whiteboard:

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 ***