tycho Questions

2

I want to build a project in Maven using eclipse-plugin packaging, but I get the following error for my POM: [ERROR] Unknown packaging: eclipse-plugin @ line 15, column 13 . pom.xml: <projec...
Servomechanism asked 14/7, 2013 at 11:56

2

Solved

How to build an eclipse RCP app based on Java 11 with tycho? I'm using eclipse 2018-09 RCP + the Java 11 plugin + OpenJDK 11 My application is plugin-based and in all the plugins, theMANIFEST.MFfil...
Zadazadack asked 2/10, 2018 at 12:0

3

in my project I'm trying to export a Eclipse RCP application using Maven/Tycho. All the plugins (and the product it-self) use the following version pattern when in "SNAPSHOT" release configuration...
Axon asked 4/5, 2015 at 15:55

2

Solved

This is a question which has been frequently asked in the Tycho community: I migrated my Eclipse RCP build from [previous technology, e.g. eclipse-application/ PDE headless build / ...] to the n...
Draw asked 11/9, 2012 at 14:40

1

I have a maven build for building an eclipse plugin which gets hung sporadically during the execution of --- tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) @ co...
Rillet asked 4/4, 2018 at 16:2

1

I want to add some GitHub projects as dependencies to my Eclipse RCP Plugin. The GitHub projects are oshi and leshan. Both GitHub projects provide maven builds over maven central which i could use...
Gaddy asked 6/9, 2019 at 10:24

2

I've managed to get JUnit 4.12 + Hamcrest 1.3 + Mockito 2.8.47 to work in Eclipse so that when I add them as dependencies, my tests will run. (The way I've done this is using the p2-maven-plugin t...
Halfback asked 20/7, 2017 at 15:14

2

Solved

I try to convert a Buckminster-based build to Tycho (0.19.0). In our (mirrored) target platform we have the bundle com.lmax.disruptor from http://lmax-exchange.github.io/disruptor/ which imports th...
Grim asked 9/12, 2013 at 11:6

2

Solved

I'm using maven & tyhco to compile & build my eclipse plugins and create a p2 repository. However, when I install my plugins, eclipse shows a warning for the untrusted content. I know tha...
Milkman asked 31/10, 2011 at 16:2

1

Solved

Currently I'm using tycho to build and package my eclipse RCP app with java 8 and eclipse 4.8, (JMSToolBox) For windows distributions, the tycho build process "copies" the JRE v8 (Oracle) into the ...
Agiotage asked 3/10, 2018 at 12:36

2

Solved

I've created a boiler-plate project following vogella's extensive Tycho tutorial. Facts: There's no feature, and there's no plugin. The only plugin is the RCP app, which is also the entry-poin...
Cadman asked 11/2, 2016 at 17:29

1

My Eclipse RCP Maven project builds fine with Java 8, but fails with Java 9: [INFO] Scanning for projects... [WARNING] Could not start bundle org.eclipse.equinox.registry org.osgi.framework.Bundle...
Roulers asked 14/6, 2017 at 4:51

1

I have the RCP application that based on plugin model. I would like to put JRE to final artifacts that created by Maven+Tycho. I tried to follow to these recomendation including-a-jre-in-a-tycho-b...
Uprear asked 3/4, 2018 at 15:53

1

I would like to ask about how to preserve the history of available plugins for download with tycho. Here's the scenario: I have a few versions of a feature (feature.1.0.0, feature.2.0.0, etc) be...
Wiseman asked 27/3, 2018 at 21:36

1

We aim at using Tycho+Eclipse PDE to build OSGi bundles in a distributed team. So far artifacts are built and deployed to a Nexus OSS repository. This has been augmented with p2 support, "artifa...
Apomict asked 22/8, 2013 at 14:35

2

I'm currently trying to build and export an Eclipe plugin with Maven (Tycho extension) but it throws a buch of API restriction errors [INFO] BUILD FAILURE [INFO] ----------------------------------...
Semipro asked 2/3, 2015 at 11:28

3

Solved

We have an Eclipse Plugin which we build using Maven and Tycho. Currently however, we still provide all project dependencies through a bunch of manually added JAR files and not by Maven. This is du...
Lighting asked 25/12, 2015 at 18:33

2

I've done a lot of work in the past writing unit tests that run in "conventional" Maven builds, using JUnit and Mockito (and PowerMock). I'm now working on an Eclipse plugin codebase, which builds...
Milson asked 5/4, 2016 at 16:0

3

Solved

I try to use my legacy code in my Eclipe-RCP Application. I took all my old maven projects with dependencies and used the maven-bundle-plugin to create an osgi bundle. Now i have everything wrapped...
Selfjustifying asked 16/8, 2013 at 13:40

0

I try many thing to create a p2 repository with all transitive (OSGI and non OSGI) maven dependencies of my project, but tycho take only account of osgi.bundle ? The maven-dependency-plugin copy a...
Nash asked 19/1, 2017 at 22:26

2

Solved

I have a project with a couple of dozen Eclipse plugins, all inter-related and living in different subfolders. The build was converted to a multi-module manifest-first Tycho build a couple of years...
Rebuke asked 28/10, 2015 at 16:25

0

I try to create an eclipse plugin using OSGI dependencies from two repositories, one with maven dependencies, and one with p2 dependencies : <repositories> <repository> <snapshots...
Gewgaw asked 18/12, 2016 at 23:18

3

I have a bunch of Eclipse-based plugins that I have been migrating to Maven/Tycho. Most of these plugins depend on separate libraries that I now manage through Maven, rather than muddle around with...
Rufous asked 10/3, 2014 at 20:59

1

I have an Eclipse RCP application that I have been managing for a few years. I am updating it from Luna to Neon as the base and have updated to Tycho 0.26 in the process. One of the new features i...
Shanonshanta asked 22/9, 2016 at 12:55

3

I am trying to configure Maven to build an Eclipse application (Eclipse plugin packaged with all of the Eclipse EXEs etc). I have already Mavenised dozens of dependencies of the project and deploy...
Steenbok asked 27/11, 2013 at 6:12

© 2022 - 2024 — McMap. All rights reserved.