Re: [tycho-user] Tycho 0.22.0 staged
News about my problem with Tycho 0.22.0. I ran my build with an Eclipse 4.3 based target platform and this was ok (at least for the class loading issue).The previous attempt was using an Eclipse 3.7...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
sounds like you were changing both tycho version and target platform at the same time. To test for Tycho regressions, use a working build as baseline and only change the Tycho version to 0.22.0....
View Article[tycho-user] Require-Capability not working
Hi, I am trying to add the following directive to my persistence bundles Manifests in order to refer to gemini jpa as precondition. Require-Capability: osgi.extender;...
View ArticleRe: [tycho-user] feature referenced plugin
Thanks Jeff, Yes I know, but how itâs possible to let Tycho discover all the plugin of a feature instead of adding them in the parent pom ? Ant can resolve the dependancies from a product to the...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
No, you did not got my point. My product build is using several target activated by profiles indigo being the default. So when I first checked yesterday I used the default (indigo) and switch tycho to...
View Article[tycho-user] Remove plugin defined in a feature while building a product
Hi, I'm building a jee based product using org.eclipse.epp.package.jee.feature. The problem is that the feature contains a plugin with product configuration, that overrides my product configuration....
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
Ok, let's clarify on this issue.My product is build against Helios (3.6), Indigo (3.7), Eclipse 3.8, Juno (4.2), Kepler (4.3), Luna (4.4) and Mars.On a daily basic,my product is build by Jenkins using...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
It looks like this is occurring when the tests are run - are these tests launched from within Tycho? Is it possible to get a list of installed bundles when the tests runs - perhaps Tycho is inserting...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
I can report 0.22 appears OK to use in our Platform builds. The only problem we saw (bug 453228) actually only proved that indeed Tycho now takes "first BREE in the list" instead of "the most...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
Alex,Yes, tests are run by Tycho surefire.The list of bundles can be obtained from generated config.ini. I will send it later but from investigations I have done trying to undertstand the problem, I...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
Please find the config.ini generated for an Eclipse 3.8 target running on JDK 6I will be MIA for 2 days with very limited access to Internet.JeffOn Wed, Nov 26, 2014 at 7:56 PM, Jeff MAURY...
View ArticleRe: [tycho-user] Remove plugin defined in a feature while building a product
Can't you use the Tycho filtering feature (https://wiki.eclipse.org/Tycho/Target_Platform#Filtering) ?JeffOn Wed, Nov 26, 2014 at 11:02 AM, Aleksandar Toshovski <Aleksandar.Toshovski@xxxxxxx>...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
yes, tycho-extras and tycho are always released together and tightly coupled. BTW you can specify an explicit version for single goals on the commandline too: mvn...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
The ( and ) are from then Jenkins job name. I have the same problem on my dev machine with a normal path (no space no special characters)JeffOn Thu, Nov 27, 2014 at 9:23 AM, Sievers, Jan...
View Article[tycho-user] Support for site/@associateSitesURL in eclipse-repository packaging
Hi all, I have a very similar use case to Greg Amerson in Bug 346926 [1]: I want my p2 repository to reference update sites which contain features that *may* be required during installation (in my case...
View ArticleRe: [tycho-user] Support for site/@associateSitesURL in eclipse-repository...
Support for this was added in p2 for Mars M1, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=436318 Did you try the 0.22.0 staging version of Tycho? Since it includes p2 from Mars M3, it should...
View ArticleRe: [tycho-user] Support for site/@associateSitesURL in eclipse-repository...
Mickael Istria wrote: > Support for this was added in p2 for Mars M1, see > https://bugs.eclipse.org/bugs/show_bug.cgi?id=436318 > Did you try the 0.22.0 staging version of Tycho? Since it...
View ArticleRe: [tycho-user] Support for site/@associateSitesURL in eclipse-repository...
Hi again, >> Support for this was added in p2 for Mars M1, see >> https://bugs.eclipse.org/bugs/show_bug.cgi?id=436318 >> Did you try the 0.22.0 staging version of Tycho? Since it...
View ArticleRe: [tycho-user] Support for site/@associateSitesURL in eclipse-repository...
> That being said, I *still* cannot get Tycho 0.22 to include my > repository-reference/@location in either content.xml/artifacts.xml. Any > idea why? might be a similar problem as...
View ArticleRe: [tycho-user] Support for site/@associateSitesURL in eclipse-repository...
Jan Sievers wrote: >> That being said, I *still* cannot get Tycho 0.22 to include my >> repository-reference/@location in either content.xml/artifacts.xml. Any >> idea why? > >...
View Article