Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to export plugin with dependent project as jar
How to export plugin with dependent project as jar [message #240439] Tue, 11 May 2004 11:17 Go to next message
Eclipse UserFriend
Hi,
I am trying to build a plugin that will become an RCP, and I have built it
using our main code branch as a library. So when I work in eclipse, I have two
projects: 'miro' and 'miro-ui'.

The miro-ui project depends on the back end interfaces of the miro project, and
all is well and good for developing when I set the miro-ui build path
dependencies to include the miro project.

However, when I export, I would like to compile the current miro project into a
miro.jar that will be included in the lib/ of the miro-ui plugin. I cannot seem
to find a reference on how to do this. It looks like it might be possible to
compile the miro source into a jar if it lives in the same project as miro-ui
(by setting the miro.jar to be a runtime library and selecting a source folder
under the miro-ui project to be compiled into it), but can I do this across
projects?

Chris
Re: How to export plugin with dependent project as jar [message #240858 is a reply to message #240439] Wed, 12 May 2004 04:30 Go to previous message
Eclipse UserFriend
If you find a solution, I am also interested...
g.

Chris Longfield wrote:
> Hi,
> I am trying to build a plugin that will become an RCP, and I have
> built it using our main code branch as a library. So when I work in
> eclipse, I have two projects: 'miro' and 'miro-ui'.
>
> The miro-ui project depends on the back end interfaces of the miro
> project, and all is well and good for developing when I set the miro-ui
> build path dependencies to include the miro project.
>
> However, when I export, I would like to compile the current miro project
> into a miro.jar that will be included in the lib/ of the miro-ui plugin.
> I cannot seem to find a reference on how to do this. It looks like it
> might be possible to compile the miro source into a jar if it lives in
> the same project as miro-ui (by setting the miro.jar to be a runtime
> library and selecting a source folder under the miro-ui project to be
> compiled into it), but can I do this across projects?
>
> Chris
Previous Topic:plugin that will display a small window with 2 labels and 2 textboxes
Next Topic:Return to the previous editor after editor close
Goto Forum:
  


Current Time: Fri Jul 18 00:09:34 EDT 2025

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

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

Back to the top