Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Creating the Dependent plugins
Creating the Dependent plugins [message #523773] Mon, 29 March 2010 09:44 Go to next message
Eclipse is currently offline EclipseFriend
Messages: 23
Registered: March 2010
Junior Member
Hi All,

I have created a plugin projects " A ".
Now I want to create one more plugin project "B" which has common code in it.

How do I refer the code from project B in A?
In another way if I ask, how do I develop the dependency between the projects.

Note: I do not want to add project B as a jar in project A.

Regards,
Eclipse User

Re: Creating the Dependent plugins [message #524252 is a reply to message #523773] Wed, 31 March 2010 10:34 Go to previous messageGo to next message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 168
Registered: July 2009
Senior Member
Hi Eclipse User,

> How do I refer the code from project B in A? In another way if I ask,
> how do I develop the dependency between the projects.

you need to add it in the dependencies tab of the MANIFEST.MF of your plug-in.

Greetings,

Ralf


--
http://www.ralfebert.de/blog/eclipsercp/
Re: Creating the Dependent plugins [message #525011 is a reply to message #524252] Mon, 05 April 2010 10:36 Go to previous messageGo to next message
Eclipse is currently offline EclipseFriend
Messages: 23
Registered: March 2010
Junior Member
Thank you very much Ralf. I've solved it.
There is littler more to do than just adding as dependency in Manifest.mf.

Anyway thank you very much again.
Re: Creating the Dependent plugins [message #605458 is a reply to message #524252] Mon, 05 April 2010 10:36 Go to previous messageGo to next message
Eclipse is currently offline EclipseFriend
Messages: 23
Registered: March 2010
Junior Member
Thank you very much Ralf. I've solved it.
There is littler more to do than just adding as dependency in Manifest.mf.

Anyway thank you very much again.
Re: Creating the Dependent plugins [message #661744 is a reply to message #605458] Sun, 27 March 2011 03:55 Go to previous message
João Lucas is currently offline João LucasFriend
Messages: 1
Registered: June 2010
Junior Member
What more should I do to use a code from plugin AB in a pluging A?

[Updated on: Sun, 27 March 2011 03:55]

Report message to a moderator

Previous Topic:Swing components not editable
Next Topic:Class visible outside of plugin in workspace
Goto Forum:
  


Current Time: Thu Apr 25 20:32:25 GMT 2024

Powered by FUDForum. Page generated in 0.02811 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top