Re: [tycho-user] Error marker in child pom
Hi Igor, not surprisingly I installed version 7u40 and always wondered why no m2e connectors could be found. I installed the extension with your update site URL but the markers didn't disappear. What...
View ArticleRe: [tycho-user] Target Platform best practice for "parentless" modules
On 11/15/2013 08:32 AM, Andreas Schilling wrote: We have an application with loads of bundles and features, pretty standard stuff. Setting up tycho for this was easy and quick and not much of problems...
View Article[tycho-user] Antwort: Re: Target Platform best practice for "parentless" modules
Hi Mickael, thanks alot for the input and the presentation. It already helped! We're planning to set up a company nexus, however we're currently a bit low on manpower so it might take a while. Let's...
View ArticleRe: [tycho-user] Antwort: Re: Target Platform best practice for "parentless"...
On 11/15/2013 09:19 AM, Andreas Schilling wrote: Let's see whether we find a nice intermediate solution which we then can migrate to the new world when nexus is available... If you don't have a Maven...
View ArticleRe: [tycho-user] Error marker in child pom
Just delete them in the list. If they need to be recreated (in the general case) they will reappear after compilation./Andreas On 15 November 2013 08:55, Jan Reimann <janreimone@xxxxxxxxx> wrote:...
View ArticleRe: [tycho-user] Error marker in child pom
Thank you Andreas. It works :) cheersm Jan Andreas Magnusson wrote: Just delete them in the list. If they need to be recreated (in the general case) they will reappear after compilation. /Andreas On 15...
View ArticleRe: [tycho-user] Tycho and Concurrent Builds: error in opening zip file?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=397355 as Igor said you can use one local maven repo per build job as a workaround. Jan From: tycho-user-bounces@xxxxxxxxxxx...
View ArticleRe: [tycho-user] When using copy-dependencies with tycho, how do I prevent...
Setting includeScope to runtime solved it. Now it copies over only the dependencies listed in the pom. Thanks!- Vasanth On Wed, Nov 6, 2013 at 5:30 AM, "Sesterhenn, Jörg"...
View ArticleRe: [tycho-user] When using copy-dependencies with tycho, how do I prevent...
Jan,The last comment (#30) in that bug report was a suggestion to set excludeScope to system. That actually worked. Kinda. It was still copying over some manifest dependencies that were locally built....
View Article[tycho-user] dependencies of a Mojo on OSGi artifacts
Hi, part of the eTrice project is a code generator which is an OSGi bundle but can also run in a non-OSGi environment. Of course it depends on other bundles but also they don't require an OSGi...
View Article[tycho-user] Tycho + Powermock (mocking static)
Hi, is it possible to use PowerMock [1] with Tycho? After reading [2] and [3] I believe this might not be possible after all. I wrapped PowerMock and its dependencies (Mockito, Junit, Javassist,...) in...
View ArticleRe: [tycho-user] Tycho + Powermock (mocking static)
Hi, I have never tried PowerMock, but Mockito works for us. However, there were two stumbling stones that may be relevant to you. Firstly, surefire has a bug [1], which we worked around by adding...
View Article[tycho-user] tycho-versions-plugin and different pom
Hi, the Tycho Versions Plugin seems to have Problems when using a different pom: mvn -f pom-eclipse.xml -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.19.0:set-version...
View ArticleRe: [tycho-user] WAR-packaged project depending on JAR from p2 repo?
Hi Jeff, > If you take a regular POM (JAR,WAR,...) and add Tycho extensions plus > add a p2 repo to Maven repositories, then it should be able to resolve > one of the dependencies against this...
View ArticleRe: [tycho-user] WAR-packaged project depending on JAR from p2 repo?
You can imagine that the POM is generated dynamically from the bundle (if it's been produced by Tycho) or from the Maven coordinates given to the Maven repo layout.Jeff On Fri, Nov 22, 2013 at 1:28 PM,...
View ArticleRe: [tycho-user] Parallel construction difficulties
Use per-build local repository (a.k.a. maven cache), from command line this can be enabled by -Dmaven.repo.local=<build-unique-path> and I believe there is a way to enable this in Hudson. --...
View Article[tycho-user] Does anyone know the update site for Kepler SR1?
I would like to use a fixed update site in my tycho build instead of a site that is changing. I know the Kepler update site is http://download.eclipse.org/releases/kepler. Does anyone know how to...
View ArticleRe: [tycho-user] Does anyone know the update site for Kepler SR1?
I assume it's http://download.eclipse.org/releases/kepler/201309270900 at least this is the latest child of kelper composite repo according to my p2 browser. -- Regards, Igor On 11/22/2013, 13:48,...
View ArticleRe: [tycho-user] Does anyone know the update site for Kepler SR1?
Thanks Igor. Just curious what are you using to browse the composite P2 repository? Wendy Haley TIP-NGSA e: wendy_haley@xxxxxxxxxxxx p: ext. 36528 m: 40 Liberty #172A From: Igor Fedorenko...
View ArticleRe: [tycho-user] Does anyone know the update site for Kepler SR1?
https://github.com/ifedorenko/p2-browser -- Regards, Igor On 11/22/2013, 14:41, wendy_haley@xxxxxxxxxxxx wrote: Thanks Igor. Just curious what are you using to browse the composite P2 repository? Wendy...
View Article