Questions tagged [tycho]

Tycho is a Maven extension for building Eclipse artifacts: Eclipse plug-ins/OSGI bundles, features, p2 repositories, and RCP applications/Eclipse distributions

Eclipse plugins and OSGI bundles have their own metadata for expressing dependencies, source folder locations, etc. that are normally found in a Maven POM. Tycho uses native metadata for Eclipse plugins and OSGi bundles and uses the POM to configure and drive the build. Tycho supports bundles, fragments, features, update site projects and RCP applications. Tycho also knows how to run JUnit test plugins using OSGi runtime and there is also support for sharing build results using Maven artifact repositories.

Useful links

797 questions
0
votes
1 answer

Eclipse can't resolve a maven-bundle-plugin produced dependency

I made a bundle for a third-party lib with the maven-bundle-plugin as described here: http://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/tree/itp02/build01/pomfirst-thirdparty/pom.xml. I can build my third-party lib and use it in another…
Michael K.
  • 1,738
  • 2
  • 17
  • 35
-1
votes
1 answer

why am getting error while limiting java modules

Fatal error compiling: Unrecognized option : java.datatransfer -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug…
Asawari
  • 11
  • 3
-1
votes
1 answer

Eclipse RCP integration tests: Error: Could not find or load main class

If I build our maven/tycho project on windows, everything runs fine. If I build on linux (OpenSuse 15), the integration tests immediately fail with this message Error: Could not find or load main class But: even on the linux machine, I can run the…
user3726374
  • 583
  • 1
  • 4
  • 24
-1
votes
1 answer

tycho to publish p2 site with a history of features for installation

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) being built with Eclipse "Build Site" feature. The…
simonso
  • 595
  • 1
  • 8
  • 19
-1
votes
1 answer

Maven parent project shows SVN change but children don't

I'm experiencing an issue with Eclipse Mars and Subclipse in a Maven Tycho project. I got the following setup: As you can see Subclipse states that there's some change in the parent project. Despite of this children projects don't show any change.…
Alex
  • 789
  • 1
  • 12
  • 29
-1
votes
1 answer

Where can I find org.eclipse.jface.nl_de?

I'm having a hard time to get an RCP aplication compiling with maven using tycho. My feature.xml file contains this dependency:
BetaRide
  • 16,207
  • 29
  • 99
  • 177
-1
votes
1 answer

rename the java plugins and features during maven build

I have most of my bundle names with convention com.orgName.productName.moduleName.subModuleName.abc and few correspondong feature names as com.orgName.productName.feature.moduleName.subModuleName.abc. Now due to some major agreements, we have to…
Ashok K
  • 89
  • 9
-1
votes
2 answers

How to get Nexus p2 proxy to work with Eclipse p2 repository?

We are using Maven (with Tycho) and Nexus to build our Eclipse plugins. While we are continuously digging deeper into it, we are still learning how to use Maven with Nexus best. Our plugins will have to run on Eclipse 3.6 or better, so we defined…
not2savvy
  • 2,902
  • 3
  • 22
  • 37
-1
votes
2 answers

Add bundles to manifest-first eclipse RCP plugins, built by tycho

I have a huge eclipse-rcp project "A" with many RCP-plugins. All these are being manifest-first built by tycho. In a separate project "B" I have some OSGi bundles. I need to add bundles from B as dependencies to some plugins in A. When I add B…
Oroboros102
  • 2,214
  • 1
  • 27
  • 41
-1
votes
2 answers

Two RCP Applications in one installation

I recenty developed an Eclipse RCP application based on an existing RCP application. It´s basically used as a url protocol handler which reuses authentication and some services. I´m trying to avoid a second installation and look for a way to…
Alexander Hansen
  • 813
  • 8
  • 14
-1
votes
1 answer

Why is update repo URL not configured on cross platform Tycho build for Windows artifact?

I have a cross-platform Tycho build running on Mac OS X that produces Windows, Mac and a p2 repo outputs. Generally all is fine except that the Windows RCP does NOT get configured with the update repo URL details from my p2.inf addRepository…
Justin
  • 128
  • 1
  • 6
-1
votes
2 answers

Building product for Juno does produces Themes list empty in Preferences

When building my product (using Tycho) for 4.2 'Themes' list is empty in 'Preferences' - https://i.stack.imgur.com/JmTqH.png. However when I view in Eclipse 4.2 IDE list is there and all the checkboxes are present. Any idea why this happens?
positron
  • 3,643
  • 3
  • 22
  • 26
-1
votes
1 answer

third party bundles dependencies in Maven/Tycho build

how to handle third party bundles dependencies in Maven/Tycho build ?
Khalid Azam
  • 1,615
  • 19
  • 17
-1
votes
2 answers

exporting a RCP product for macosx in linux using tycho

I am new to tycho and I'm trying to export a product for macosx using tycho but I faced this error: [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.14.1:materialize-products (materialize-products) on project…
Arvin
  • 315
  • 3
  • 18
-2
votes
2 answers

Build system for eclipse plugins & RCP

I wonder if there is build system with following capabilities: Install & update dependencies (plugins) in target platform on developer machine. Retrieve & pack binary dependencies into OSGi bundle (from maven repos, maybe). i.e. this build system…
Nikolay Kasyanov
  • 897
  • 5
  • 14
1 2 3
53
54