Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Features versions in .product file cause problem in product generation

Hi, 

When trying to specify the version of features that should be included in the 
product, the materialization of the later fails telling that feature [1.0.0] can 
not be found. 

Actually, I don't want to mention the whole version but only the significant par 
(example: 1.0.0 without the qualifier part) in order to get the latest snapshot 
version from maven repo. What is weired is that the p2 repository is generated 
correctly (during the publisher plugin) but not the product. 


Trying to fix that with a p2.inf didn't work: 
requires.1.namespace = org.eclipse.equinox.p2.iu 
requires.1.name=myFeature 
requires.1.range=[1.0.0,1.1.0) 

Maybe version resolution logic in publisher plugin should be implemented in the 
materialization plugin too. Shouldn't it?

Regards


Back to the top