Re: [tycho-user] How do I import a bundle-packaged project into Eclipse for...
m2e/tycho needs Embedded-Artifacts bundle manifest header to work properly for wrapper bundles. You should be able to enable it in m2e-specific profile, if you don't want this header included in bundle...
View ArticleRe: [tycho-user] JDT version
I am a bit confused by the numbers ... or, else I don't know what you mean by "SRA" ... if you mean "Luna SR1", it appears that 3.10.0.v20140902-0626 was the version released there. That said, ... next...
View ArticleRe: [tycho-user] JDT version
Sorry, I meant SR1, not SRA. It seems my eyes/brain failed and managed to repeatedly transpose âjdtâ onto âpdeâ and I was looking at the org.eclipse.pde.core plugin by mistake. K So sorry for the...
View Article[tycho-user] Tests are not running after upgrading from tycho 0.20 to 0.21
Hello, I am doing “mvn clean install” on this repository: https://github.com/deep-modeling/melanee-core . With version 0.20 everything works fine. After upgrading to version 0.21 I get the following...
View ArticleRe: [tycho-user] Tests are not running after upgrading from tycho 0.20 to 0.21
This is a known bug in the eclipse repository because there is an OTDT which attempts to patch JDT. If you build a dependency onto JDT as a feature it will try and install OTDT. We have a mirror of the...
View ArticleRe: [tycho-user] Tests are not running after upgrading from tycho 0.20 to 0.21
not sure if OTDT is the root cause here, but you may want to filter out the OTDT JDT version https://bugs.eclipse.org/bugs/show_bug.cgi?id=350133#c40 to rule that out. Looks like the IU referenced...
View Article[tycho-user] Tycho dev Team @EclipseCon Europe?
Hi, Is somebody of the tycho dev Team @ the eclipsecon Europe? If so, we would be intrested in a meeting. Greetings, JÃrgen Albert.
View ArticleRe: [tycho-user] Tests are not running after upgrading from tycho 0.20 to 0.21
Hello, thanks fot the assistance. The filtering solved a part of the problem. The error message is now smaller. I think I have a combination of both problems. To solve the issue with jdt core I used...
View ArticleRe: [tycho-user] Tycho dev Team @EclipseCon Europe?
unfortunately you missed us by one day. I was there Monday as announced https://dev.eclipse.org/mhonarc/lists/tycho-user/msg06029.html and yesterday. Jan From: tycho-user-bounces@xxxxxxxxxxx...
View Article[tycho-user] Can I use strictVersions in a eclipse-repository project
Hi, I'm using tycho to build an Eclipse application. I've split the build into two separate maven modules: a eclipse-plugin project and an eclipse-repository project that depends on the former. My...
View ArticleRe: [tycho-user] Can I use strictVersions in a eclipse-repository project
1.0.0.build01 should be a valid OSGI version number, no ?JeffOn Thu, Oct 30, 2014 at 9:32 PM, wiho-tycho-user <wiho-tycho-user@xxxxxxxxxx> wrote: Hi, I'm using tycho to build an Eclipse...
View ArticleRe: [tycho-user] Can I use strictVersions in a eclipse-repository project
That's right, but 1.0.0build01 is not (notice the missing dot before the build suffix). I know it sounds like a trivial difference, but we have lot of release automation scripts that expect exactly...
View ArticleRe: [tycho-user] Can I use strictVersions in a eclipse-repository project
I don't think Tycho will help because you have to respect OSGI version syntax.JeffLeÂFri Oct 31 2014 at 08:39:58, wiho-tycho-user <wiho-tycho-user@xxxxxxxxxx> a ÃcritÂ: That's right, but...
View Article[tycho-user] How to change IU name of category in a repository project
I find that for any category-def <category-def name="com.lgc.mycategory" label="LGC Category"/> The resulting IU in the produced repository is ${buildQualifier}.com.lgc.mycategory....
View ArticleRe: [tycho-user] Tests are not running after upgrading from tycho 0.20 to 0.21
Hi Ralph, From our experience from the TCF project (eclipse.org/tcf), the artifacts you built in the reactor are not listed as <extraRequirements>" for the "target-platform-configuration"...
View ArticleRe: [tycho-user] Tests are not running after upgrading from tycho 0.20 to 0.21
Hi Uwe, Thanks for sharing this insight with me. Unfortunately, it did not solve the problem. I placed the snippet at the root pom.xml and at the pom.xml responsible for building the product under...
View Article[tycho-user] maven prepare on Tycho
Hello, I'm trying to release a updatesite which contains a feature and a plugin. My pom.xml are all at 0.0.6-SNAPSHOT. Feature.xml and manifest.mf are at 0.0.6.qualifier. I can "clean install" without...
View ArticleRe: [tycho-user] maven prepare on Tycho
Hi Vincent, as you know, the pom and manifest.mf versions need to be equal. There is a tycho-versions-plugin that can update all pom's, manifests and feature.xml's. The invoke should be something like...
View ArticleRe: [tycho-user] maven prepare on Tycho
Thanks Timo, As I understant, I've to manage myself the version/qualifier. I thought there was something else to perform this operation. Anyway, thanks for your Help -----Message d'origine----- De :...
View ArticleRe: [tycho-user] maven prepare on Tycho
What do you mean by release as the maven release is not full working with Tycho. If you are using the tycho versions plugin, it is know that it does not update versions in the update site...
View Article