Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Plugins that were installed unpacked (as folders) in m2e 1.1 now are installed as jars in m2e 1.2, but feature.xml still says to unpack them.

I admit this was not intentional, but I would not call this 'an error'
-- these bundles are expected to work both in jar and directory shape.
Does this cause any problem?

--
Regards,
Igor

On 12-09-18 1:27 PM, Roberto Sanchez Herrera/Mexico/IBM wrote:
Hello,
I noticed that when you installed m2e version 1.1, the following plugins
would be installed as folders in the eclipse/plugins folder, and not as
jars:

org.eclipse.m2e.archetype.common_1.1.0.20120529-1956
org.eclipse.m2e.lifecyclemapping.defaults_1.1.0.20120530-0009
org.eclipse.m2e.maven.indexer_1.1.0.20120529-1956
org.eclipse.m2e.maven.runtime_1.1.0.20120529-1956

And the feature.xml does not specify the unpack attribute for them,
which according to Eclipse docs, its  default value is true,


<?xml version="1.0" encoding="UTF-8" ?>
*-*
<file:///C:/WTP/eclipse-jee-juno-win32-m2e/eclipse/features/org.eclipse.m2e.feature_1.1.0.20120530-0009/feature.xml#><feature
id="*org.eclipse.m2e.feature*"label="*%featureName*"version="*1.1.0.20120530-0009*"provider-name="*%providerName*"plugin="*org.eclipse.m2e.core*">

.........
.........
<pluginid="*org.eclipse.m2e.archetype.common*"download-size="*1841*"install-size="*2070*"version="*1.1.0.20120529-1956*"
/>   ************
**<pluginid="*org.eclipse.m2e.maven.indexer*"download-size="*1097*"install-size="*1289*"version="*1.1.0.20120529-1956*"
/>    ****************
**<pluginid="*org.eclipse.m2e.model.edit*"download-size="*375*"install-size="*1285*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*org.eclipse.m2e.core*"download-size="*442*"install-size="*1011*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*org.eclipse.m2e.launching*"download-size="*88*"install-size="*175*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*org.eclipse.m2e.jdt*"download-size="*103*"install-size="*235*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*org.eclipse.m2e.editor*"download-size="*268*"install-size="*515*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*org.eclipse.m2e.editor.xml*"download-size="*208*"install-size="*438*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
*****<**plugin****id**="**org.eclipse.m2e.maven.runtime**"**download-size**="**4174**"**install-size**="**4728**"**version**="**1.1.0.20120529-1956**"
/>**    ***************** *
**<pluginid="*org.eclipse.m2e.refactoring*"download-size="*63*"install-size="*132*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*org.eclipse.m2e.lifecyclemapping.defaults*"download-size="*4*"install-size="*13*"version="*1.1.0.20120530-0009*"
/> **************
**<pluginid="*org.eclipse.m2e.discovery*"download-size="*102*"install-size="*242*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*org.eclipse.m2e.core.ui*"download-size="*623*"install-size="*1261*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*org.eclipse.m2e.scm*"download-size="*61*"install-size="*124*"version="*1.1.0.20120530-0009*"unpack="*false*"
/>
**<pluginid="*com.ning.async-http-client*"download-size="*309*"install-size="*351*"version="*1.6.5.20120529-1956*"unpack="*false*"
/>
**<pluginid="*org.jboss.netty*"download-size="*693*"install-size="*792*"version="*3.2.5.Final-20120529-1956*"unpack="*false*"
/>
**</feature>

Now in m2e version 1.2, those plugins are installed as jars under
eclipse/plugins directory. But the feature.xml did not change: it still
contains the same four plugins without the unpack attribute.

Is this an error?

Thank you.

Roberto Sanchez.




_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top