Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to include component jars in a plug-in
How to include component jars in a plug-in [message #71493] Wed, 02 July 2003 09:32
Eclipse UserFriend
Originally posted by: jeppenm.worldonline.dk

Hi,

I can't seem to figure out how to include several component jars into
a single plug-in (In fact, I can't even include a single jar...)

I'm trying to achieve the same as in e.g. the org.apache.ant plug-in
which contains two jars, ant.jar and optional.jar.

Here's what I have:

Two Java projects (non-pde) that create a jar file

api1
bin
api1.jar

api2
bin
api2.jar

A plug-in project, core, that should export api1.jar and api2.jar. If I add
the jars as libraries (in the project props page of core) I can add
the jars as Run-time libraries and change package prefixes.

But when I export the plugin, only plugin.xml is included in the zip
file, not the two jars. I've tried to modify build.properties and
explicitly add the jars, but to no avail.

Any ideas what could be wrong?

rgds
Jeppe
Previous Topic:simple question
Next Topic:JBossIDE problems & Eclipse about dialog?
Goto Forum:
  


Current Time: Sun Dec 22 06:27:51 GMT 2024

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

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

Back to the top