tycho Questions
3
Solved
I created a Tycho project with an eclipse-plugin packaging. The project includes some dependencies that are specified via pom.xml. The relevant pom sections are:
<properties>
<project.bu...
2
Solved
I have to build an Eclipse-plugin with a Maven/Tycho which has dependencies to other 3rd parties. As embedding dependencies is not yet supported by Tycho, I split up projects into two as following:...
3
Solved
I've been beating my head against a wall for about 6 months now and have not found a concise way of understanding the mechanism for developing an eclipse plugin with third-party resources.
We are ...
Claudell asked 29/5, 2013 at 15:21
4
We are using tycho v0.13 and maven 3.0 for building our product.
We get the following error/warning when building
Error - 7 icon not replaced in C:\Users\AppData\Local\Temp\p2.brandingIron71155...
3
Solved
I have installed Tycho m2e connector as described here: http://codeandme.blogspot.ru/2012/12/tycho-build-1-building-plug-ins.html
It was said to "Go to Preferences/Maven/Discovery and click on Ope...
Bluefield asked 16/3, 2014 at 9:20
4
Solved
In the past, we had our bundles and features on the file system and made them available in Eclipse through a target definition file with a 'Directory' location. In this way, it was easy to use them...
Annalist asked 7/11, 2012 at 10:54
1
Solved
I need to confirm what I suspect as I cannot find any documentation on it, so this would appear a silly question, and since I am a learner at eclipse PDE.
Initially,
I had a parent project pom of...
Chevet asked 21/1, 2014 at 11:13
2
Solved
Problem Description
We have several multi-module projects which are depending on each other. So something like this:
messaging
framework
othercomponent
They have separate source control reposi...
1
Solved
With maven/tycho build for Nodeclipse Eclipse plugin there is new p2 repository every release.
Release is done on Bintray that does not allow to update files. So every version goes in its folder.
...
Equities asked 6/1, 2014 at 14:15
1
I'm looking for possibilities to test a set of eclipse plugins without having to use a single bundle for each plugin which is tested. Currently I have a PDE build running for an Eclipse product (ab...
Pettit asked 27/11, 2013 at 20:56
1
Solved
I'm using Tycho to build and test some eclipse plugins. I have one bundle that has many platform specific fragments. I also have one test bundle that is using tycho-surefire-plugin to test the orig...
Throstle asked 2/1, 2014 at 5:8
2
Solved
I'm trying to import and resolve the developer projects for the NatTable project as explained in their Getting Started tutorial.
I'm getting the following error on mvn -f [path to pom] clean insta...
2
Solved
Background
My Eclipse RCP application is built using Tycho. It consists of multiple components (in the form of OSGi bundles/Eclipse plug-ins). One of these component contains the product file and ...
Occasion asked 12/9, 2013 at 8:22
1
How can I run a single plug-in test method in Maven using tycho-surefire-plugin?
I tried the -Dtest option with #, but it doesn't work:
mvn clean install -Dtest=MyUITest#testDummy
Is there som...
Hanny asked 19/9, 2013 at 7:32
2
Solved
I want to create an extension for org.eclipse.swt as a fragment. I have created a bundle swt.extension with the following MANIFEST.MF:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ...
Clothbound asked 11/8, 2013 at 11:11
1
Solved
This is my current test fragment:
<packaging>eclipse-test-plugin</packaging>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>co...
Johnnajohnnie asked 8/8, 2013 at 9:47
1
Solved
Iam trying to generate a categorized p2 repository with Tycho. There are basically three steps to make (compare Eclipse documentation):
Download Bundles
Trigger org.eclipse.equinox.p2.publisher.F...
Urias asked 17/6, 2013 at 8:9
2
Solved
I have a Eclipse RCP application that builds with Maven using the Tycho plugin. There is a master POM that contains all the plugins and features as modules.
If I install the master POM with Maven,...
Cop asked 26/4, 2013 at 12:10
1
Is there somewhere a list of all possibilities, to define dependencies in an Eclipse RCP project? maybe filtered by resources?
Possible dependencies:
from other Eclipse RCP Plugins
by package, w...
Imparity asked 9/7, 2012 at 11:52
2
Story
I know, that maven deploy command runs through the whole lifecycle. My problem, that it takes to much time in my case. Let me explain:
There is an application built up from a Server, and a...
Adaadabel asked 7/3, 2013 at 21:1
1
Solved
I'm using Tycho 0.16.0 and I'm getting the following error:
Error - 7 icon(s) not replaced in C:\Users\weich01\AppData\Local\Temp\p2.brandingIron8219115442087687624\launcher.exe using C:\Developme...
Epistyle asked 18/12, 2012 at 11:1
3
Solved
tycho-p2-director-plugin does not seem to have a way to add a version number to the final ZIP file names. it produces
myproduct-win32.win32.x86.zip
myproduct-macosx.cocoa.x86.zip
myproduct-linux.g...
1
Solved
I have been following Vogella's tutorial (http://www.vogella.com/articles/EclipseTycho/article.html) on using Tycho to set up a Maven build environment for my project. My project is already quite b...
Symbolism asked 21/2, 2013 at 16:0
1
Solved
My RCP was created on a 3.x Eclipse and is now on 4.x using the compatibility layer.
This is the setup that I have: I have two plugins: xyz-plugin and xyz-rcp-plugin. My RCP application is composed...
Chabazite asked 19/2, 2013 at 22:31
1
Solved
I'm building an RCP and several other plug-ins with Maven & Tycho. This works very fine, unless one issue:
On every(!) build, Tycho loads all needed eclipse librarys, even when the where alrea...
© 2022 - 2024 — McMap. All rights reserved.