tycho
tycho copied to clipboard
Tycho project repository (tycho)
Tycho Version: 2.3.0 Maven Version: 3.6.3 Java Version: 11 I change the http-based P2 repository to a file-based P2 repository in the `repository` section in the POM ```xml main file:${basedir}/../target-platform...
It is usual to configure the source/output folder in eclipse as - src - bin while maven uses - main/java - target/classes that currently leads to the situation, that in...
As discussed below, the `RemoteAgentCompositeLoadingTest` is currently disabled (ad2b1b2184f7318bff03ba2da8f5c9da6731c97b) because it only fails on Jenkins. We should enable it again if we find a way to reproduce the failure locally......
Hello, I'm facing these errors while trying to compile my maven project with the plugin `tycho-p2-extras-plugin` on Tycho v. 3.0.0: ```Java Execution default of goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:3.0.0:publish-features-and-bundles failed: Unable to load...
Currently the Maven prerequisites is only stated in https://github.com/eclipse-tycho/tycho/blob/ac83caac1d94c795d5c62ee9d84f538549048bb9/pom.xml#L61. This is not inherited to child modules though: > By default, every model field is inherited as-is from parent, with a...
Test Build for: - https://github.com/EnricoMi/publish-unit-test-result-action/issues/359
One can change the root of the bundle (for example) `BUNDLE_ROOT_PATH=src/main/resources` in `org.eclipse.pde.core.prefs` but then Tycho fails as it search for the manifest always at the root.
We develop an Eclipse plugin that depends on the `org.eclipse.swt` bundle in Eclipse and build it with Tycho (version `3.0.0`). In this plugin, we make use of some internal API...
Integration test illustrating issue #1512.