tycho Questions

1

Solved

I have a simple view registered normally in my Eclipse plug-in (4.5.2), and it works when I start an Eclipse instance with the plug-in. It still works in the corresponding test case, which has the ...
Cannoneer asked 12/7, 2016 at 7:52

0

I am developing one maven plugin which will be used to override default maven lifecycle.To resolve dependencies (eclipse and other) , I want to use tycho. So I cofigured maven project to convert it...
Atlante asked 20/7, 2016 at 12:29

2

Solved

Consider the following scenario: My application has some dependencies on my own POM-first artifacts (built with pure Maven) and some dependencies on my own manifest-first artifacts (built with Tych...
Haworth asked 10/9, 2012 at 10:37

1

I am developing one maven plugin which will be used to override the default maven lifecycles and will use my code instead. I have multiple jar dependencies (eclipse and my another application plugi...
Syzran asked 29/6, 2016 at 12:22

2

When executing JUnit test with tycho-surefire-plugin, tycho forks an equinox runtime. In rare cases it may happen that some bundles in the OSGi test runtime cannot be resolved/started (e.g. package...
Kroon asked 8/10, 2012 at 14:45

2

Solved

I inherited a largish Eclipse plugin codebase, which builds with Maven Tycho. The full build produces an update site for the plugin. I've successfully tested the plugin by just running a test inst...
Wilow asked 11/2, 2016 at 17:6

1

Solved

I have several OSGi bundles that are built in Eclipse using normal manifest-managed dependencies and external builds with Maven Tycho. Running the bundles inside of Eclipse on Equinox works fine. ...
Apennines asked 27/11, 2014 at 15:3

2

I working with a project similar to the project described here. So, it has a few modules in parent pom.xml: <modules> <module>../de.vogella.tycho.plugin</module> <module&...
Matchmaker asked 17/7, 2012 at 11:47

1

I have an osgi project that is split into 3 repositories. Each repository has its own build into p2 repository with Tycho: Repo1 -> P2 repo 1 Repo2 -> P2 repo 2 Repo3 -> P2 repo 3 Also ...
Chlamydospore asked 11/11, 2015 at 7:59

0

I have a large osgi project with many bundles/modules that I'm trying to get working with Intellij. Currently users edit MANIFEST.MF files in each bundle to manage dependencies and tycho is used to...
Desrosiers asked 28/10, 2015 at 17:8

1

I am developing an eclipse plugin which needs an com.lmax.disruptor.It imports sun.misc. I have this in my p2 repository but when I maven build my plugin I am getting this error "unable to satisfy ...
Poppied asked 17/9, 2015 at 10:27

4

Solved

I am using Maven with Tycho to build an eclipse plugin. Tycho generates the pom.xml file for Maven by inspecting the manifest file of the plugin. Now both the manifest file and the pom file have th...
Greengrocery asked 17/5, 2010 at 11:43

2

I am using Maven with the Tycho plugin to build my OSGi bundles. In one of my bundles, I use the facebook API through the restfb-1.7.0.jar library. For now, it is directly placed on the classpath...
Heartbreak asked 16/2, 2015 at 13:32

2

Solved

We have an eclipse Luna plugin application which we're trying to build with Tycho. When we try to do a mvn clean verify, we're getting this type of message: [ERROR] Cannot resolve project dependen...
Exo asked 3/6, 2015 at 19:56

2

Solved

I use tycho-packaging-plugin to set the output folder for the jar. Here is shortened version of my pom: <properties> <tycho-version>0.21.0</tycho-version> </properties> &l...
Jelly asked 7/10, 2014 at 7:58

0

I would like to use a maven dependency in my Eclipse plug-in. What I've done so far is I added the dependency on my pom: <dependency> <groupId>com.mandrillapp.wrapper.lutung</group...
Candie asked 16/4, 2015 at 2:49

1

Solved

I have a plugin and a feature project in my workspace. When I export the feature manually via File > Export As > Feature everything works well. I'm trying to write an automatic plugin building and ...
Galenism asked 26/2, 2015 at 10:6

1

Solved

I haven't done a lot with Maven, but I understand the basics. We're using Tycho to build RCP plugins and I'm wondering why Tycho uses the integration-test phase to execute the tests in a bundle. ...
Estelleesten asked 25/2, 2015 at 14:43

3

I am creating some Eclipse plugin and features that require third-party plugins and features. In order to include these dependencies into my project, I created a p2 layout repository. Note: My p2 ...
Con asked 1/8, 2013 at 17:1

2

Our company uses Maven. We use the Nexus repository manager in order to store our snapshots and releases. Currently, we are developing a product based on Eclipse. We use Tycho to do that. The p...
Tampon asked 3/12, 2010 at 11:13

1

Solved

I'm trying to build a p2 repository from Tycho feature artifacts which are deployed in a remote Maven repository, without having to install the artifacts into the local Maven repository first (as i...
Carbuncle asked 20/11, 2014 at 18:8

2

Solved

I've got two reactor builds: The first one builds some bundles and an according feature. After a successful clean install the feature is in my local Maven repo. Tycho has also generated p2 meta in...
Orford asked 8/9, 2011 at 9:12

2

Solved

I try to compile an Eclipse Indigo RCP application with Maven and Tycho. It works fine if I just build it for one platform but if I try to build it for more the build stops working. The Problem is...
Highness asked 21/11, 2012 at 15:18

1

Solved

We are writing SWTBot tests for our Eclipse RCP application. Our RCP application includes NatTable components and has authorization mechanism to enable/disable perspectives. The test suite is worki...
Copperas asked 7/8, 2014 at 19:4

2

Solved

I have changed the BREE from JavaSE-1.6 to JavaSE-1.7 in the manifest files of my application: Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Now I can not compile the application again. When ...
Claudine asked 13/10, 2014 at 20:39

© 2022 - 2024 — McMap. All rights reserved.