Re: [tycho-user] Get plugin sources?
This is not a tycho problem but rather a configuration of your debugger env Jeff LeÂ28 janv. 2016 14:31, "Stefan Sobernig" <ss@xxxxxxxxxxxxxxxx> a ÃcritÂ:Dear all, I need to debug a problem in my...
View ArticleRe: [tycho-user] Offlining maven: how to set up the p2 cache?
there was an offline bug [1] but it should be fixed in Tycho 0.25.0-SNAPSHOT. You need to prime the local maven repo by doing an online build first of course. Regards, Jan [1]...
View ArticleRe: [tycho-user] Maven w/o testng: EMF EPackage.Registry empty?
The end registry is filled when the plugin activator is starting. You should mimic that if you're running outside osgi Jeff LeÂ28 janv. 2016 14:47, "Stefan Sobernig" <ss@xxxxxxxxxxxxxxxx> a...
View Article[tycho-user] tycho-version and required bundle section in the MANIFEST.MF
Dear Tycho community,I belong to the Eclipse Papyrus project which is managed by Tycho.I would like to know if there is an official Tycho plugin able to update all manifests of my project. I would like...
View ArticleRe: [tycho-user] tycho-version and required bundle section in the MANIFEST.MF
Hi Francois, this might be helpful: https://eclipse.org/tycho/sitedocs/tycho-release/tycho-versions-plugin/plugin-info.html Regards, Simon On 01.02.2016 18:04, LE FEVRE FRANCOIS wrote: Dear Tycho...
View ArticleRe: [tycho-user] tycho-version and required bundle section in the MANIFEST.MF
Hi Francois,Please see this discussion thread for more ideas: https://dev.eclipse.org/mhonarc/lists/tycho-user/msg06908.htmlI've also found the fact that you need to update both...
View ArticleRe: [tycho-user] tycho-version and required bundle section in the MANIFEST.MF
Hi FranÃois If I understand your problem correctly it should be solved by https://bugs.eclipse.org/bugs/show_bug.cgi?id=477328 -Seb On Mon, Feb 1, 2016, 20:58ÂMikhail Kalkov...
View ArticleRe: [tycho-user] tycho-version and required bundle section in the MANIFEST.MF
maybe version-tiger can helphttps://github.com/inventage/version-tigerI didn't try this myself-MatthiasOn Mon, Feb 1, 2016 at 6:04 PM, LE FEVRE FRANCOIS <francois.le-fevre@xxxxxx> wrote:Dear...
View ArticleRe: [tycho-user] tycho-version and required bundle section in the MANIFEST.MF
Hi,Yes, it seems to be exactly what I wanted.I wil test it. Do you have any idea when the Tycho-version 0.25.0 will be released? Thanks for the contribution made and the quick review by commiters....
View ArticleRe: [tycho-user] tycho-version and required bundle section in the MANIFEST.MF
Thanks for this link.But I would rather prefer to use a command line tool: I will try the upcoming version of tycho-versions.Francois De : tycho-user-bounces@xxxxxxxxxxx...
View Article[tycho-user] p2 mirror job & latestVersionOnly
Hi, I am using the p2 mirror job from tycho.extras to populate a nightly update site. I thought by using the flags <append>true</append>...
View ArticleRe: [tycho-user] p2 mirror job & latestVersionOnly
If I'm not mistaken latestVersionOnly refers to the source repo only, not the target. Regards Jan On 02/02/16 13:36, "tycho-user-bounces@xxxxxxxxxxx on behalf of Christian Pontesegger"...
View ArticleRe: [tycho-user] p2 mirror job & latestVersionOnly
ok, thanks for the clarification Christian Am 02.02.2016 um 13:45 schrieb Sievers, Jan: If I'm not mistaken latestVersionOnly refers to the source repo only, not the target. Regards Jan On 02/02/16...
View Article[tycho-user] package-feature reports MALFORMED
Hi, from time to time my build scripts break during the package-feature phase. The only error text I get is MALFORMED. Re-running the build typically works fine, so the error is spurious and not...
View ArticleRe: [tycho-user] Testng integration in tycho
Hi, Thx for the answer. Luckily me, I discovered that Junit also cover parameterized tests [1] so I won't require testng anymore. Regards, Benoit, 1:...
View ArticleRe: [tycho-user] [PROVENANCE INTERNET] Re: tycho-version and required bundle...
Hi Seb, This is indeed exactly what we are looking for. I checked the bug description and the gerrit. And just ask for confirmation : Will also the patch change the version in category.xml files...
View ArticleRe: [tycho-user] [PROVENANCE INTERNET] Re: tycho-version and required bundle...
@Francois I don't know the release date for tycho 0.25. However you can specify the tycho version to use in the set-version call so you can use 0.25-SNAPSHOT only for this.@Benoit you are right nothing...
View ArticleRe: [tycho-user] package-feature reports MALFORMED
looks like a low-level ZIP error while trying to create the feature jar. debug log (-X) would give more information on where it fails. hard to tell but could be filesystem level problems Regards Jan On...
View ArticleRe: [tycho-user] Testng integration in tycho
We found JUnitParams to be more flexible and easy to use than the built-in Parameterized runner. https://github.com/Pragmatists/JUnitParams Ciao, Michael -----UrsprÃngliche Nachricht----- Von:...
View Article[tycho-user] Change name of created repository archive
Hi, I'm creating a p2 repository using Tycho. Now I want to use a different file name for the resulting archive. I tried setting the user property project.build.fileName which should be inspected by...
View Article