Re: [tycho-user] OutOfMemory - while packing.
Thanks guys, So how exactly does it get permissions? On my box, it's a jenkins user with limited permissions. Where does it want to read from? (Or is simply bash which is not accesible by...
View ArticleRe: [tycho-user] Cannot resolve jar when repository contains jar.pack.gz
I think I found out what is causing the problem. We are currently still running on Nexus 2.1 with the corresponding p2-capabilities-plugin which cannot handle composite-repositories very well....
View ArticleRe: [tycho-user] Eclipse product - Generate a default config.ini file
Hey Lars, Interresting, my tycho generated products do have a config.ini generated. Do you mean, it's not the case for you? Cheers Christophe On Tue, Aug 19, 2014 at 2:59 PM, Lars Vogel...
View Article[tycho-user] please test staged nexus unzip plugin 0.14.0
Please help testing the staged Nexus Unzip Plugin release 0.14.0. This release ports the plugin to Nexus 2.8 and 2.9. The staging repository URL is [1]. For details see release notes [2]. We plan to...
View Article[tycho-user] Invalid Portable String exception
Hi, Since yesterday, I get the exception [1]Â accross all my builds: I read about bug: https://issues.sonatype.org/browse/TYCHO-408 So, it seems my .m2 repo is corrupt? How do I restore this error? Is...
View ArticleRe: [tycho-user] Invalid Portable String exception
It's probably ~\.m2\repository\.meta that needs deleting rather than everything. You should also check each build uses it's own local maven repository and that you use a repository manager such as...
View ArticleRe: [tycho-user] Invalid Portable String exception
this can happen if you kill the build while it's writing the index file workaround: https://bugs.eclipse.org/bugs/show_bug.cgi?id=347963#c9 Regards Jan From: tycho-user-bounces@xxxxxxxxxxx...
View Article[tycho-user] tycho surefire plugin dependency regression ?
Hi, I try to migrate our build to Tycho 0.21, I get this error : ... [ERROR] Cannot resolve project dependencies: [ERROR] You requested to install 'org.eclipse.koneki.ldt.feature.group 0.0.0' but it...
View Article[tycho-user] Using update sites with Tycho
Hi, We are in the process of updating from a heavily modified Tycho 0.8 environment (with Eclipse 3.7 and Java 6) to Tycho 0.21 (with Eclipse 4.4 and Java 8). One of the major changes for us is...
View ArticleRe: [tycho-user] Using update sites with Tycho
Hi On https://github.com/elexis/elexis.3rdparty.libraries you find a project which uses p2-maven-plugin. In the readme I remarked > To test it call @ mvnjetty:run@ and you should be able to use it...
View Article[tycho-user] Eclipse config.ini file lecture problem with Tycho surefire in...
Hello Tycho community I'm having problems trying to test the client side of my eclipse scout project. It has basically the same test structure that in the Autotest project:...
View ArticleRe: [tycho-user] Eclipse config.ini file lecture problem with Tycho surefire...
Hello, Did you try explicitly configuring the tycho-surefire-plugin within your test bundleâs pom.xml? For example, <plugin> <groupId>org.eclipse.tycho</groupId>...
View ArticleRe: [tycho-user] Using update sites with Tycho
On 08/22/2014 10:09 AM, martin.kamp-jensen@xxxxxxxxxxxxxxxxxxxxxx wrote: 1) Developers need to be able to work offline/with poor internet connectivity. As far as I have found, Tycho does not support...
View ArticleRe: [tycho-user] Eclipse config.ini file lecture problem with Tycho surefire...
Hi, Your statement about the Scout Warning âbundle order prefixes are neither defined in config.ini nor as a system propertyâ is correct. When your product is built (as exe, zip or war) you can...
View ArticleRe: [tycho-user] Using update sites with Tycho
> From: Mickael Istria <mistria@xxxxxxxxxx> > To: tycho-user@xxxxxxxxxxx > Date: 08/25/2014 09:47 > Subject: Re: [tycho-user] Using update sites with Tycho > Sent by:...
View Article[tycho-user] Refer to variables in a features build.properties
Hi, I'm currently working on switching an ant/pde buildsystem to Maven/Tycho and hitting a road bump that I can't seem to find answers for. We're including a JRE in our product by having a feature...
View ArticleRe: [tycho-user] Using update sites with Tycho
> The mirroring sounds interesting but I'm not sure how that's going to > work for both Eclipse and Tycho? > Hi I mirror the features/bundles required by my .target files with the b3...
View ArticleRe: [tycho-user] Problems with their own annotation processor and...
Hi Jan, Thanks for your note. Now the result looks much better, until the next problem. JRegards Ronald Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von...
View ArticleRe: [tycho-user] Refer to variables in a features build.properties
Hi, On 2014-08-25 10:51, Andreas Pakulat wrote: I'm currently working on switching an ant/pde buildsystem to Maven/Tycho and hitting a road bump that I can't seem to find answers for. We're including a...
View Article[tycho-user] Eclipse RCP vs Package Solutions
Hi, I do not know what is the best approach with tycho in the following situation. We have a Eclipse RCP based application that is the core of our product. Depending on the application, we need...
View Article