[tycho-user] p2-installable-unit in update site builds?
Hi,I've found this new demo which outlines using the new p2-installable-unit packaging type in tycho. Cool, this is an improvement over the...
View ArticleRe: [tycho-user] p2-installable-unit in update site builds?
This packaging type is supposed to work across the board. To get those IUs included into a repo, they need to be referenced with a range that pinpoint a version (e.g. [1.0.0.123, 1.0.0.123]),...
View Article[tycho-user] Fwd: p2-installable-unit in update site builds?
Thanks guys! For the record, Pascal hit the nail right on the head. The only change I needed was a one line switch to the p2.inf of the feature which references the IU.That...
View Article[tycho-user] help - Error processed project with packaging "eclipse-feature"
I have the following configuration of target platform:<plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>target-platform-configuration</artifactId>...
View Article[tycho-user] How to associate sites
Hi all, I’d like to know how (and if) it is possible to add associate sites to a created p2 repository. Looking at this https://bugs.eclipse.org/bugs/show_bug.cgi?id=391033 it is not clear how to do...
View ArticleRe: [tycho-user] How to associate sites
On Sat, Jun 13, 2015 at 6:05 PM, Simone Di Cola <simone_dicola@xxxxxxxxxxx> wrote:Hi all, Iâd like to know how (and if) it is possible to add associate sites to a created p2 repository. Looking...
View Article[tycho-user] NPE when running JUnit tests using custom @Rule and accessing...
Hi guys,I'm trying to run a JUnit test suite with tycho-surefire-plugin. My test suite is using a custom JUnit @Rule that is located in a separate bundle and try to access...
View ArticleRe: [tycho-user] NPE when running JUnit tests using custom @Rule and...
OK, finally I found a workaround. I needed access to the class to read annotations on it. But org.junit.runner.Description is already exposing annotations through getAnnotation() method.So that's fine...
View ArticleRe: [tycho-user] 0.23.0: Problem creating zip
Looks like the plexus-archiver version which is used in Tycho 0.23.0 does have a bug which cases "Too many open files" Exceptions: https://github.com/codehaus-plexus/plexus-archiver/issues/6 Also the...
View Article[tycho-user] tycho lifecycle
Dear all,I am trying to understand tycho lifecycle management.I would like to use a plugin before target-platform-configuration, during the validate maven phase but it seems that tycho lifecycle...
View ArticleRe: [tycho-user] tycho lifecycle
at this point Tycho is not extensible on this level. category.xml (as well as other files like feature.xml, build.properties etc.) must be available before the build starts. These files are treated the...
View ArticleRe: [tycho-user] tycho lifecycle
Thanks a lot for this information and the useful links. It is really bad that we could not use several pure maven mechanism with tycho. So my idea to trigger during the validate phase several...
View Article[tycho-user] tycho reactor order dump
Dear all,I am facing a difficulty when using tycho with a huge multimodules project. The reactor build order is not strict in the sense of:· If I execute mvn clean install· If it failes...
View Article[tycho-user] Missing provider for product in About dialog
Hi friends, Short: The provider column of each of my Tycho built products is empty (on the “Installation details” page). Long: When looking into the About dialog of multiple products which we...
View ArticleRe: [tycho-user] Missing provider for product in About dialog
> From: "Keppler Michael (ETAS/ESW4)" <Michael.Keppler@xxxxxxxx> > To: "tycho-user@xxxxxxxxxxx" <tycho-user@xxxxxxxxxxx>, > Date: 06/24/2015 11:12 AM > Subject: [tycho-user]...
View Article[tycho-user] Keep up the good work
Everyone,I haven't needed to do much on the Tycho list for awhile because 0.16 works so well. We just updated to 0.23 and not only does it work just as well, it is twice as fast! So, I wanted to say...
View Article[tycho-user] root files for products
Hi All,Is it possible to add root files to a product with Tycho?I found an MNGECLIPSE1105rootfilesÂexampleÂin the Tycho repository, but it uses deprecatedÂeclipse-application packaging. I've tried the...
View ArticleRe: [tycho-user] root files for products
Simplest way to do that is using a feature:Âhttp://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/tree/itp04-rcp/example-featureRootfiles to include are defined in build.properties.Another way is...
View ArticleRe: [tycho-user] root files for products
There is a sample on how to use the p2iu.xml in the demo project itp04-rcp/root-files On 06/26/2015 11:47 PM, Anton Tanasenko wrote: Simplest way to do that is using a feature:...
View Article[tycho-user] How to add source to RCP
Hello friends, I need to add the source of my plugin to RCP, any idea?Un saludoJuan Antonio
View Article