tycho Questions
4
Solved
Here is my configuration:
We are developing an OSGi application and want to include logging. I decided to use slf4j + logback.
We are using Eclipse as an IDE and Tycho to benefit from the Eclipse...
1
Solved
I have an implementation bundle and fragment bundle dependent on it (Fragment-Host in MANIFEST). Moreover, there is a bundle with some tests.
Now I want to test my implementation and use the tycho...
Chlordane asked 19/11, 2012 at 13:20
1
Solved
I wonder is there any way to tell the osgi console in eclipse not to exit after running tests with tycho-surefire-plugin?
I have tried out <argLine>-Dosgi.noShutdown=true</argLine> and...
3
Solved
I am building an RCP application that will be made up of several Features.
My RCP application is configured to check for updates each time it starts. My current problem is that I need one of my F...
Pentobarbital asked 27/4, 2012 at 14:0
2
Solved
I'm just starting out with Tycho, and I'm stumped at an early stage. Maybe I'm misunderstanding something, so just in case, here's what I'm expecting: I define my bundle's needs in OSGi style (i.e....
1
Solved
Is it possible to use the same .target file for every maven subproject?
Snippet from the parent .pom file
<groupId>root.server</groupId>
<artifactId>root.server</artifactId...
2
Solved
Is it possible to use Tycho without using p2 to download dependencies or publish the resulting artifacts in?
I already have a Maven repository with all the dependencies and I don't want to have a ...
2
Solved
I switched the build of our Eclipse RCP product from PDE-build to Maven Tycho. In addition to the main (branded) launcher executable, the product now includes the "eclipsec.exe" file. We would like...
Pentha asked 6/8, 2012 at 14:0
2
I want to build an RCP-Application with a target platform which is a directory with Maven/Tycho.
Now I have some troubles that the dependencies could not be resolved.
Internal error: java.lang.Run...
Altair asked 25/11, 2011 at 10:2
2
Solved
I am trying to build a p2 repository using Tycho and the tycho-p2-repository-plugin in an eclipse-repository packaging type. When I run the build, it is giving me the following exception:
Failed...
3
Solved
There are two main approaches when developing an OSGi application with Maven: POM-first and MANIFEST first.
I'm looking for an answer that is in a form of a table that shows pros and cons of each ...
Floria asked 7/7, 2012 at 7:4
1
Solved
We're currently setting up maven and tycho to build eclipse plugins. Following the examples and documentations, we added some repositories with layout p2 like this:
<repository>
<id>e...
2
Solved
When using Tycho to build a project, the test cases are run in a new process using the equinox launcher to run -application org.eclipse.tycho.surefire.osgibooter.headlesstest.
How can I debug the ...
Spectator asked 15/3, 2012 at 12:56
3
my setup is:
Jenkins 1.448
Sonar 2.13
Jenkins Sonar Plugin 1.72
a MySql database for Sonar
I have the following project:
Eclipse Plugin Project
using Maven
multiple modules (parent maven proj...
3
Solved
1
Solved
I'm currently trying to get my build (~30 bundles) done by tycho.
I faced some confusing problems when using Mockito in my unit tests.
I created an eclipse-test-plugin as fragment project to the te...
1
Solved
Possible Duplicate:
How to reference mockito within tycho?
I am trying to get a test feature project building with Tycho, but it fails to resolve dependencies listed in my pom from th...
1
Solved
I'm using tycho to automatically build my RCP application (actually, I've adopted the structure reported in one of the examples). I have to say that it works very well and I'm able to support all t...
2
Solved
I have an eclipse plugin with this manifest:
...
Bundle-ClassPath: .,
lib/drools-api.jar,
lib/drools-core.jar,
...
Now we don't want to put drools-api.jar and drools-core.jar in source control...
© 2022 - 2024 — McMap. All rights reserved.