tycho icon indicating copy to clipboard operation
tycho copied to clipboard

Tycho project repository (tycho)

Results 295 tycho issues
Sort by recently updated
recently updated
newest added

See https://github.com/eclipse-tycho/tycho/issues/879 and https://github.com/eclipse-tycho/tycho/pull/1321. It makes no sense to update to surefire as long as it still has this bug not fixed https://issues.apache.org/jira/browse/SUREFIRE-2072

`CustomBundle` only has a very short description: https://github.com/eclipse-tycho/tycho/blob/72747e79e8ad9bc6ee556cac11bdc2e262ce6db2/tycho-extras/tycho-custom-bundle-plugin/src/main/java/org/eclipse/tycho/extras/custombundle/CustomBundleMojo.java#L44-L48 It would be good to better document this and as well have some integrationtests that show its usage, see also: - #1296

`CustomBundle` uses maven-invoker test that are hard to understand and debug... It would be good to convert these to a regular integration test in the `tycho-its` module.

As far as I understood, Tycho works by reading the MANIFEST/feature files, and it tries to match the dependencies found with the Target Platform, which in turn is calculated through...

Currently the implementation hard codes the version to 1.0.0 when parsing advice from a p2.inf. This can result in an IAE if the version is used in a range such...

I use the `tycho-p2-extras-plugin` to convert an old style update site into a p2 update site by first mirroring it, removing the metadata and then recreating the metadata (see [here](https://github.com/howlger/IDEalized/blob/master/mirror-non-p2/pom.xml))....

The `tycho-versions:set-version` Mojo does not change MANIFEST.MF when executed in a project with pom.xml and `` is set by property. # not working Running `mvn tycho-versions:set-version -DnewVersion=1.2.5.qualifier` with this pom.xml...

Currently there are only two options, while both are sometimes bad: - `tycho.localArtifacts=ignore` does not allow to install one project of the reactor and then run a submodule standalone -...