Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How does the eclipse-repository packaging map from category.xml to maven artifacts

Hi Benson.

On 28-Aug-2011, at 12:48 PM, Benson Margulies wrote:
> I don't understand the principle of how tycho gets from category.xml
> to the feature.
> 
> This is probably an exercise in failing to read, but I wonder about
> org.apache.maven.doxia.ide.dependencies.tempfeature.feature.group in
> the error message below. Where does the 'feature.group' come from on
> the end? It isn't in feature.xml.

The .feature.group suffixing is done from the p2 side to ensure no collisions between bundle and a feature with id.  A feature is published with the '.feature.group' suffix and the feature's jar file with '.feature.jar'.

The category.xml file is a creature from PDE and so uses the unadulterated feature id.

Brian.

Back to the top