Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Include source features in eclipse repository

Hi Timo,

You can leave the URL parameter out of the category.xml file - it is not needed by tycho. It can also be useful to specify the version as "0.0.0 - this helps when using the Tycho set-versions plugin.

I think the problem in your case is a missing feature.properties file that needs to exist in the sourceTemplateFeature directory. This can be just an empty file.

HTH,

Simon


On 15 January 2013 15:39, Timo Rohrberg <rti.init@xxxxxxxxxxxxxx> wrote:
Hello everybody,

in the attached demo projects, I am building a simple bundle, a feature containing that bundle, and an eclipse p2 repository for publishing them. The build for the feature uses the tycho-source-feature-plugin to also build a source feature. Unfortunately that source feature is not published within the eclipse p2 repository.

I already listed the source feature explicitly in the category.xml, but it does not help. I also don't know how to specify the URL to the source bundle correctly there as it is just available after a successful build of the com.initplan.example.component.feature project.

I also tried to add the tycho-source-plugin and the tycho-source-feature-plugin to the eclipse p2 repository build, but it does not help either.

Do you have any ideas?

Thank you.

Regards
Timo

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top