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

Hello,

in the target/my.feature.source.jar is:



feature.xml

feature.properties



in root , the feature.xml contains:



id="my.feature.com"

label="%label"

version="1.2.3"

provider-name="SOME_NAME">



in build.properties:

bin.includes = feature.xml, feature.properties



in feature.properties:

label= test



In sourceTemplateFeature i have feature.properties:

label= source test



but the update site still does not show the label correct :(




---------- Původní zpráva ----------

Od: Mickael Istria <mistria@xxxxxxxxxx>

Datum: 4. 12. 2012

Předmět: Re: [tycho-user] Bug 374349 - Add real label, description, etc. to 
generated source feature


"

On 12/04/2012 11:24 AM, e92-330cd@xxxxxxxxx(mailto:e92-330cd@xxxxxxxxx) 
wrote:


"Hello,

" Hi,



"I have tried to follow the https://bugs.eclipse.org/bugs/show_bug.cgi?id=
374349(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(http://www.jboss.org/tools)

My blog(http://mickaelistria.wordpress.com) - My Tweets
(http://twitter.com/mickaelistria)

"

Back to the top