Bug 118706 - Enabling Java Projects to have plug-ins in their classpath
Summary: Enabling Java Projects to have plug-ins in their classpath
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2005-11-30 16:03 EST by Hugo A. Garcia CLA
Modified: 2009-08-30 02:05 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 Hugo A. Garcia CLA 2005-11-30 16:03:06 EST
Library plug-in are a standard way of package third party jars. These library plug-in provide access to the library API. In addtion, classes with main() inside those jars are accesible using run configurations. The standard way is to add the third party jar to a project is to find the jar in the filesystem from the Libraries tab in the Java Build Path propety page of a Java project.

I would like to suggest that a new tab be added named "Plug-ins". It would essentially present the same information of the "Plug-ins" view yet the behaviour of the SelectionListener would add the selected plug-in to the classpath of the Java Project.

If this sounds like a good idea then I am willing to do the work.
Comment 1 Martin Aeschlimann CLA 2005-12-01 10:53:25 EST
Can you give more details. What tab are you refering to. An additional tab in the build path page?

With plug-in you don't mean Eclipse plug-ins, right? Is it somthing like the user libraries where you can group a number of JAR's and give them one name?

For Eclipse plug-ins we have the 'Plugin-Dependencies'-Library with automatically contains all plug-ins that your plug-in requires.

Maybe give an example.
Comment 2 Martin Aeschlimann CLA 2005-12-07 04:14:44 EST
setting to remind until there is more information
Comment 3 Denis Roy CLA 2009-08-30 02:05:52 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.