Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362895 - Add support to add/manage external JARS for application plugins
Summary: Add support to add/manage external JARS for application plugins
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Scout (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-04 08:31 EDT by Matthias Zimmermann CLA
Modified: 2021-08-19 11:31 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Zimmermann CLA 2011-11-04 08:31:30 EDT
To integrate additional and existing functionality to a scout application we typically need to add external JAR files in the Eclipse Java perspective.

The existing process is somewhat clumsy:
(1) switch from the Scout SDK perspective to Java perspective
(2) select/open the target plugin in the package explorer
(3) add a lib folder
(4) copy the jar files into the newly created lib folder
(5) open the plugin.xml
(6) go into the runtime tab of the plugin editor
(7) in the classpath box click on "Add ..." and select the copied jars
(8) save the plugin.xml

The above process breaks the working flow in the Scout SDK unnecessarily and should be replaced by something more userfriendly.
Comment 1 Matthias Villiger CLA 2012-03-12 11:57:16 EDT
New library concept added.
possibility to create library bundles as
- independent bundle
- fragment for system.bundle or a specific host

available for juno.
Comment 2 Matthias Zimmermann CLA 2012-07-09 06:50:40 EDT
ticket closed.
deliverd as part of eclipse scout 3.8.0 (juno release train)