| 
| Problem with eclipse head-less build [message #330802] | Wed, 13 August 2008 13:24  |  | 
| Eclipse User  |  |  |  |  | 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 16:30  |  | 
| Eclipse User  |  |  |  |  | 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
 >
 >
 |  |  |  | 
Powered by 
FUDForum. Page generated in 0.06613 seconds