Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » Eclipse RCP - Dependent plugins deployed as directory
Eclipse RCP - Dependent plugins deployed as directory [message #1786007] Tue, 24 April 2018 06:14
Piotr Kurek is currently offline Piotr KurekFriend
Messages: 1
Registered: April 2018
Junior Member
Hi,

I'm facing with following problem in my project. I have an own plugin which have a required plugin: org.eclipse.emf.ecp.view.treemasterdetail.validation

It follows that after tycho build in my product the plugins folder have such a file:

(...)\plugins\org.eclipse.emf.ecp.view.treemasterdetail.validation_1.14.0.20170911-0944\org\eclipse\emf\ecp\view\treemasterdetail\internal\validation\TreeMasterDetailValidationInitiator$TreeMasterDetailValidationInitiatorDomainChangeListener.class

As you can imagine in Windows OS it can be a problem (because of very long file path). What I do not understand is that in my eclipse instance and in p2 repo this plugin is deployed as a .jar why then in my build it is unpacked ?

Can I configure it somehow to keep this plugin as a JAR ?

I tried to put it into my feature.xml directly with unpack false

<plugin
id="org.eclipse.emf.ecp.view.treemasterdetail.validation"
download-size="0"
install-size="0"
version="1.14.0.20170911-0944"
unpack="false"/>

But it also did not help.
Previous Topic:Customizing binary files
Next Topic:Update (not install) Eclipse SDK with p2 director
Goto Forum:
  


Current Time: Thu Apr 25 04:43:10 GMT 2024

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

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

Back to the top