Tagged Questions
Tycho is a set of Maven plugins and extensions for building Eclipse plugins and OSGI bundles with Maven.
5
votes
1answer
463 views
Tool for managing/hosting own p2 repositories?
Our company is a heavy-maven user. We use 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.
...
5
votes
3answers
329 views
usage of maven tycho-p2-plugin with SWT
how do I build a swt application using the eclipse p2 repository and the maven tycho-p2-plugin?
3
votes
2answers
724 views
Use maven tycho to build with a manifest entry Bundle-ClassPath that gets downloaded by the maven-dependency-plugin
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, ...
3
votes
1answer
778 views
Does Tycho work with Eclipse 3.5
I've finally got round to looking at Tycho (a bridge between Maven 3 and OSGi), but I am not getting very far. Following this tutorial I have downloaded Tycho 0.3.0-DEV-1819 and the tychodemo.zip and ...
2
votes
2answers
51 views
Disable refresh of target on build
I'm using tycho to build my rcp application. Sadly, today I have to release the first internal milestone, but one of the projects I'm using is down (The great LWJGL - http://www.lwjgl.org/) and ...
2
votes
2answers
173 views
Problems building Eclipse RCP application
I'm trying to build a Eclipse RCP application with Maven/Tycho based on features. My application is a simple language with an editor (built within help of Xtext) and a few other plugins which are ...
2
votes
1answer
305 views
How to reference mockito within tycho?
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 ...
2
votes
1answer
104 views
Is there a way to develop OSGi bundles without opening or importing the dependent bundles in Eclipse?
When you develop OSGi bundles using eclipse, there are many denpendent bundles to be imported and opened. When there're many bundles, setting up projects is time-comsuming and difficult, especially to ...
2
votes
1answer
238 views
Tycho & Eclipse-PlatformFilter
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 the ...
2
votes
1answer
1k views
Resolving dependencies with Tycho
I am trying to get a test feature project building with Tycho, but it fails to resolve dependencies listed in my pom from the Maven central repository that is listed in my parent pom. Here is the ...
2
votes
1answer
212 views
maven+tycho: change build folder for “eclipse-application” target from “eclipse” to something
I build my Eclipse RCP application with Maven 3 + Tycho plugin.
the build output structure is:
/target
/win32.win32.x86
/eclipse
/win32.win32.x86_64
/eclipse
/linux.gtk.x86_64
...
2
votes
1answer
223 views
How do I build latest Tycho
I've tried to build Tycho now for a couple of hours and just can't get it to work. I've followed these instructions:
https://docs.sonatype.org/display/TYCHO/BuildingTycho
So, I've downloaded Eclipse ...
2
votes
1answer
1k views
Uploading a directory using sftp with Maven
How can I upload a directory - Eclipse update site - using sftp with public key authentication in Maven?
For background information: I'm using tycho to build an Eclipse plugin and want to get the ...
1
vote
1answer
44 views
Generating p2 repository
I want to build an RCP Application with Maven and Tycho but then I should make my Target Platform wich is only a folder in the file-system to a p2 repository.
To generate the p2 I createt a new ...
1
vote
1answer
54 views
Beginning with Eclipse Tycho
I have a maven application that I'd like to convert to Eclipse RCP. My application has a large amount of dependencies that are currently specified in the POM.
I am not sure how to deal with this ...
1
vote
1answer
56 views
Use Maven's Dependency Management without the build functionality for RCP applications?
I want to build an Eclipse RCP application, and for ease of use also want to use Maven's Dependency Management, so that dependencies are automatically resolved.
I've tried Tycho, but to no avail (I ...
1
vote
1answer
151 views
Tycho target Platform
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: ...
1
vote
1answer
106 views
tycho & jar signing
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 that ...
1
vote
1answer
95 views
Which feature to include for bundle org.junit
I'm refactoring my RCP app, and I'm going to use tycho as building system.
In the process, I had to rewrite my target platform so to depend on online repositories. Currently, my target is something ...
1
vote
2answers
134 views
tycho + JUnit: Separate bundles?
I got an eclipse-plugin with some unit tests.
In maven I kept the unit tests in the same bundle and specified junit as testing dependency in the pom.xml.
Now I want to switch to tycho and I read that ...
1
vote
1answer
324 views
How to Copy Bundle-classpath jars and their dependencies from maven repo to my local lib folder?
We are developing an Eclipse RCP application. We decided to use SVN for revision control system. We could export an eclipse product in the eclipse environment. Everything worked fine.
But,
Some of ...
1
vote
2answers
204 views
Creating Eclipse plugins from existing jars in an automated build
I want to make the build process for my Eclipse RCP plugin fully automatic. It has some third-party jar dependencies (available from Maven repositories) which are not distributed as OSGi bundles, and ...
1
vote
1answer
369 views
How to keep plug-in manifest version and pom version in sync in Maven with Tycho
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 the ...
1
vote
3answers
493 views
Anyone who actually got Tycho to work?
I'm trying to get Tycho working with m2eclipse. Problem is that all I find are outdated sites and old versions to download. I've found my way to http://github.com/sonatype/sonatype-tycho and ...
1
vote
2answers
171 views
How do I get Tycho?
Tycho is supposed to be a plug-in for maven for building eclipse plug-ins.
I have found various blogs and other articles about it, but the contained links to Tycho are all dead or not accessible for ...
1
vote
1answer
542 views
How can automate generating update site?
In our project many eclipse plugins are prepared. I want use tycho to build eclipse plugins automatically. But while executing "mvn install" in an update site project tycho can not find required ...
0
votes
0answers
22 views
Order of maven multi module is not maintained for eclipse plugins
We have a bunch of eclipse plugin projects, features and update sites. We have created a master pom where we define the modules:
<modules>
<module>bundles/b1</module>
...
0
votes
1answer
34 views
Solution for building an offline “composite” Eclipse update site with categories
This is going to be a pretty long question, so bear with me. I'm looking for a solution to build custom update sites (or p2 repositories) for use in an offline development environment, with the ...
0
votes
2answers
47 views
How do I make Jenkins, Sonar and the JaCoCo plugin work together for Eclipse Tycho Plugin Projects (or maybe Cobertura)?
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 ...
0
votes
1answer
41 views
tycho-p2-director-plugin materialize-products execution fails because wants a directory but was .jar
I try to build product with tycho 0.13.0 but i get a following error while materialize-product execute.
An error occurred while installing the items session context
was:(profile=DefaultProfile,
...
0
votes
3answers
65 views
I can't get automatic unit testing to work with Jenkins and Sonar (and finally with Maven)
I don't know if I understand something wrong. I' trying to get automatic unit testing to work in my project.
I made a Eclipse Plugin Project and converted it into a Maven Project. I made a JUnit test ...
0
votes
1answer
20 views
tycho is ignoring my splash screen
in my app, i have define a splash screen via product file, and when I start the application, the splash is shown as expected.
but, after I generated a build with tycho (via hudson), the config.ini of ...
0
votes
1answer
64 views
RCP's exec launcher can't find companion shared library on launch, but starts with click on org.eclipse.equinox.launcher_1.2.0.v20110502.jar
I'm building an Eclipse RCP application against Eclipse 3.7.1 and Java 1.6.
I'm also using Tycho to build, and have set up my RCP according to the Tycho tutorial from the EclipseCon 2011, to which ...
0
votes
0answers
57 views
How do I integrate Eclipse, M2Eclipse and Tycho for Eclipse Plug-in development with Maven projects?
we develop a multi-module Eclipse plug-in project. Those plug-in projects were normal Eclipse projects once, and are still managed locally that way.
We installed Jenkins CI and managed the builds ...
0
votes
1answer
84 views
rename ZIP files created by tycho-p2-director-plugin
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
...
0
votes
3answers
77 views
Tycho puts “p2” folder in the product with eclipse-repository and tycho-p2-director-plugin plugins
I changed my Tycho+Maven build (RCP application) to use Tycho 0.13 and eclipse-repository plus tycho-p2-director-plugin (instead of my old "eclipse-application" in Tycho 0.10).
I managed to get the ...
0
votes
1answer
32 views
Tycho always looking up feature dependencies in the maven repository
I have an application containing several feature projects (f1, f2, f3). These features have a hierarchical structure:
f1 requires f2
f2 requires f3.
Example of the feature.xml from f2:
...
0
votes
0answers
31 views
'Could not resolve plugin error' while building Eclipse RCP
I'm trying to build a eclipse rcp application using maven/tycho. So, far my application consists of a parent pom.xml and multiple modules. Each module has set his packaging type (eclipse-application, ...
0
votes
4answers
68 views
How to set a java system property during testing phase
sorry for the dumb question, but I'm really new to maven and I cannot find any answer (I tried, I found something, but I did not understand it ;-) )
The problem is the following:
I'm building my ...
0
votes
2answers
115 views
How do I deploy the results of a tycho p2 repository build to a place on the local file system or a locally maintained p2 repository
I have a working Tycho build that produces a working p2 repository. My current work flow is to manually drag and drop the results of this build from the project's target dir to the web server that ...
0
votes
1answer
57 views
Target error when using RCP + P2
Following the guides, I defined a target including both RCP and P2 features:
<?pde version="3.6"?>
<target name="MyTarget" sequenceNumber="1">
<locations>
<location ...
0
votes
2answers
203 views
Tycho ignores p2 repository
I have an issue that is driving me mad: Tycho ignores all p2 repositories that I added to the POM. Here is the relevant part of the POM:
<properties>
...
0
votes
1answer
43 views
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 ...
0
votes
0answers
36 views
javadoc:aggregate deletes product target folder
I can "mvn clean install" to generate zip file of my multi-project application in target folder of my product project. I can run "mvn clean javadoc:aggregate" to generate javadocs.
no problem up to ...
0
votes
2answers
115 views
Maven 3: override command line in POM
We can override properties defined in POM using command line.
Can we somehow make the opposite effect? To override command line parameters in POM?
I have a Hudson with "-Dmaven.test.skip -DskipTests ...
0
votes
1answer
170 views
tycho: Can't resolve eclipse feature of another reactor build
I got 2 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 ...
0
votes
1answer
133 views
Why is my JUnit Plugin tests failing with unresolved bundles errors?
I'm trying to get my JUnit Plugin-Test launcher to run for my PDE projects. It was working before, but I changed some of the names of my OSGi bundles and now it's failing with the following:
!ENTRY ...
0
votes
2answers
219 views
How to build plugins having different versions from a single parent pom.xml?
I am trying to build several Eclipse plug-ins with Maven Tycho. All the plug-ins does not have the same version number.
Let's say the following pom architecture:
plugin1 (version 1.0.6.qualifier) / ...
0
votes
0answers
82 views
How to auto-update JAR filelist of bundle-classpath
How can I update jar filelist of bundle-classpath that my plugin transitively depends on?
In other words, let's say an eclipse plugin project P depends on A.jar. So in plugin's pom.xml I define a ...
0
votes
1answer
237 views
How to exclude eclipse-plugin dependencies when copy-dependencies?
This is my second question in StackOverflow. First one was a bit long. I hope this time I can cut right to the point :)
Say Eclipse plugin project P depends on plugin R via Require-Bundle. So we have ...