Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problem with eclipse head-less build
Problem with eclipse head-less build [message #330802] Wed, 13 August 2008 17:24 Go to next message
sck is currently offline sckFriend
Messages: 70
Registered: July 2009
Member
Hello All,
I am trying to build a feature using eclipse head-less build system. The
build works fine, but it is generating folders with plugin binaries in it,
but I want it to create plug-in jars. I noticed that building a product is
creating plug-in jars. Can any one help me in getting a solution to work
with...
thanks,
Sridhar
Re: Problem with eclipse head-less build [message #330808 is a reply to message #330802] Wed, 13 August 2008 20:30 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
The shape of the plug-ins are controlled by the containing feature.
In the feature editor, look on the Plug-ins tab, select an included
plug-in and uncheck "Unpack the plug-in archive after the installation".

In the feature.xml itself, this corresponds to the unpack attribute:
<plugin id="org.eclipse.equinox.launcher"
....
unpack="false"/>

If not specified, the default value for the unpack attribute is true,
which leads to folder shaped plug-ins. unpack="false" means keep the
plug-ins as jars.

-Andrew

Sri_know wrote:
> Hello All,
> I am trying to build a feature using eclipse head-less build system. The
> build works fine, but it is generating folders with plugin binaries in it,
> but I want it to create plug-in jars. I noticed that building a product is
> creating plug-in jars. Can any one help me in getting a solution to work
> with...
> thanks,
> Sridhar
>
>
Previous Topic:Generating a custom project structure
Next Topic:deserialization ClassNotFound when class is supplied through extension-point
Goto Forum:
  


Current Time: Wed Jul 17 16:43:50 GMT 2024

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

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

Back to the top