Eclipse RCP - Dependent plugins deployed as directory [message #1786007] |
Tue, 24 April 2018 06:14 |
Piotr Kurek 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.
|
|
|
Powered by
FUDForum. Page generated in 0.03083 seconds