tycho
tycho copied to clipboard
Tycho project repository (tycho)
In some cases (e.g. org.eclipse.rcp) a bundle & feature can have the same ID & version. To avoid generate an invalid sigurature in theses cases check the artifact classifier before...
At the moment a lot of documention about Tycho-Pomless resides at this repos wiki at: https://github.com/eclipse-tycho/tycho/wiki/Tycho-Pomless I think that documentation would be better placed at [Tycho's documentation site](https://www.eclipse.org/tycho/sitedocs/). That's the...
- added provider classes and configuration for new Junit 5.9 Signed-off-by: lnavrat Change-Id: I3eff5b3f442a11a60f81b3b2e3386ec6343a7835
Hi all! I'm currently trying to understand why Tycho isn't working in IntelliJ IDEA, testing with https://www.eclipse.org/mat/. (see also issue https://youtrack.jetbrains.com/issue/IDEA-186628) I have managed to debug the IDEA Maven implementation,...
We have some SWTBot-based GUI tests. We often run these in [XVFB](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml), record video of the virtual screen and pipe all output to some log file for later analysis, however...
Mockito 4.7 depends not on JUnit 5.9. During prepare update of our TP I need add Junit 5.9 too and later test fall on unknow junit provider version.
In an `eclipse-test-plugin` built on a Windows system, the classpath of the test plugin fails to be read from the dev.properties file if the project path contains whitespace. The problem...
Example p2 repo which reproduces #1261, requested in PR #1268 Building this repo requires an environment already set up to PGP sign artifacts, the key name & password server ID...
When using tycho-gpg-plugin on a repository containing a feature with the same ID & version as a bundle, for example org.eclipse.rcp, a PGP signature for the bundle is attached to...