Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Bug 374349 - Add real label, description, etc. to generated source feature

On 12/04/2012 11:24 AM, e92-330cd@xxxxxxxxx wrote:
Hello,
Hi,

I have tried to follow the https://bugs.eclipse.org/bugs/show_bug.cgi?id=374349

I am using in parrent pom.xml tycho version: 0.17.0-SNAPSHOT
I have this line in feature.xml: label="%label"
In root i have feature.properties : label=test
In sourceTemplateFeature i have feature.properties: label=source test

What can you see in your target/ folder <featureId>-source-feature.jar ? Have a look at the feature.xml and feature.properties to check whether they are correct.
FYI, the tycho-source-feature-plugin has a (working) integration test that %label is actually copied as %label in source feature, so it seems to be more a usage issue.

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top