Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Creating features containing source features

hI,

On 11/20/2012 10:01 AM, Ken Lee wrote:
However, the source feature as a "standalone" feature (i.e. not included in the binary feature) is generated correctly by executing the source-feature goal of the plugin tycho-source-feature-plugin defined in the pom.xml located in the feature folder.

 

I guess that at the time the source feature should be included into the binary feature, the plugin tycho-source-feature-plugin hasn’t been executed. That could be a reason why the source feature is not available. Is it somehow possible to change to order of execution?

Actually, the source feature already includes the Binary feature. It's not only sources, it's Binary+sources, so this source feature should be what you need for your use-case, and you probably don't need to bother on hacking the binary feature, or creating a new feature.

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

Back to the top