Re: [tycho-user] externalize version of bundle outside manifest
+1 to Camille propositionJeffOn Thu, Dec 3, 2015 at 11:03 AM, LETAVERNIER Camille <Camille.LETAVERNIER@xxxxxx> wrote: Hi, Â Â This seems pointless (and counter-productive): the required version...
View ArticleRe: [tycho-user] externalize version of bundle outside manifest
Ok, thanks for this useful precision. Nevertheless I was thinking (perhaps wrongly) that inside a project, it would be pertinent to ensure an homogeneity across sub modules.Sometimes I have personally...
View ArticleRe: [tycho-user] tycho and maven prepare release
Hi Francois,I'm interested in a solution as well. I have a multi module Maven architecture which contains pom-first and manifest-first projects. I would like to release (including tags and so on) it...
View ArticleRe: [tycho-user] tycho and maven prepare release
Hi,RoboVM instructions suggest using tycho-versions-plugin, which is actually comparable to versions-maven-plugin and completely different from maven-release-plugin. You can read about why it is...
View ArticleRe: [tycho-user] externalize version of bundle outside manifest
Hi Fevre,There are ways to achieve what you want, but I agree with previous commenters who believe it is a mistake. Why do you think that "it would be pertinent to ensure homogeneous versions across...
View ArticleRe: [tycho-user] tycho and maven prepare release
Hi Mikhail, thanks for the hints. I have never heard of version-tiger so far, but it looks promising... Anyway, I found another solution which offers me the possibility to rely on the...
View ArticleRe: [tycho-user] tycho and maven prepare release
Hi Oliver, I'm glad that you got this working, but after rereading my answer I realized I might have been unclear. Unreasonably many steps which create noise and can go wrong, is exactly the reason I...
View ArticleRe: [tycho-user] Resolution of packages containing "impl" in their names
From my experience using a qualifier in the versions in import package is causing troubles. What should the qualifier be resolved to when determining the version range? You are complaining that other...
View ArticleRe: [tycho-user] Resolution of packages containing "impl" in their names
I've forced maven-bundle-plugin to export all the packages with version 1.0.0. I've also removed the "x-internal" directive. The relevant configuration MANIFEST configuration of the...
View Article[tycho-user] What eclipse target platform feature includes the eclipse plugin?
I have a target platform that I use as the basis for a tycho-generated target file that includes maven dependencies:...
View ArticleRe: [tycho-user] What eclipse target platform feature includes the eclipse...
Steinar, In my target I have the feature Eclipse RCP 4.4. This includes the bundle org.eclipse.equinox.console as well as the org.apache.felix.gogo.* bundles. To enable the console in my...
View ArticleRe: [tycho-user] What eclipse target platform feature includes the eclipse...
>>>>> Timothy Vogel <tvogel@xxxxxxx>: > Steinar, In my target I have the feature Eclipse RCP 4.4. This > includes the bundle org.eclipse.equinox.console as well as the >...
View Article[tycho-user] Tycho/Reproducible Version Qualifiers troubles
Happy New Year, I’m using Tycho/Reproducible Version Qualifiers (https://wiki.eclipse.org/Tycho/Reproducible_Version_Qualifiers) and have troubles : I’ve two plugins : A and B. A baseline with A...
View ArticleRe: [tycho-user] Tycho/Reproducible Version Qualifiers troubles
It's a general problem with inlinedÂjavaÂconstants.Reproducible version qualifiers are created based on last git commit and since it did not change in project B the version also remains the same.You...
View ArticleRe: [tycho-user] Tycho/Reproducible Version Qualifiers troubles
Thanks for your answer. But If A is used by many plugin which are affected with this inlined java constants, I need to dummy commit all of them ? There is no other solution ? De :...
View ArticleRe: [tycho-user] Tycho/Reproducible Version Qualifiers troubles
You will have to bump each one, I'm afraid. That's the price of modifying a constant :)If you do plan to change it again later on, I would also suggest defining it using a non-constant _expression_...
View ArticleRe: [tycho-user] Tycho/Reproducible Version Qualifiers troubles
It is also possible to work around the problem by making sure the value is not inlined by the compiler. There are several ways to do this, but they basically all just replace the constant with a dummy...
View Article[tycho-user] [MAVEN under Eclipse] Issue when I add the market place
Hello, I’ve a strange issue.Under Kepler (because my plugins are built under Kepler) I try to generate an Eclipse product with Maven for Luna.The 1st build worked fine, but I’ve realized that it’s...
View Article[tycho-user] [Maven & Eclipse]
Hello, I’ve already maven projects :- One that builds an UpdateSite with my plugins- One that builds a Eclipse product (with my branding)I would like to install the UpdateSite in the...
View Article[tycho-user] RESOLVED [MAVEN under Eclipse] Issue when I add the market place
Hi, It was only a proxy issue !Sorry, we have proxy issues due to server renaming ! From: Christelle BURGUERA Sent: Wednesday, January 06, 2016 1:15 PMTo: 'tycho-user@xxxxxxxxxxx'Subject: [MAVEN under...
View Article