tycho
tycho copied to clipboard
Tycho project repository (tycho)
With commit https://github.com/eclipse-jdt/eclipse.jdt.ui/commit/dc19a3bca7474410f9bb86adbb8b262eaa30d77b JDT changed how the JUnit container behaves. We need to adjust this for Tycho, at best in a way that is backward compatible to older releases.
Demonstration of the problem reported in issue #230
Bumps [maven-verifier](https://github.com/apache/maven-verifier) from 1.7.2 to 1.8.0. Release notes Sourced from maven-verifier's releases. 1.8.0 β οΈ Deprecated [MSHARED-1043] - Deprecate methods leveraging JUnit4 assertions (#9) @βkwin π New features and improvements [MSHARED-1010]...
Bumps `surefire-version` from 3.0.0-M5 to 3.0.0-M7. Updates `maven-surefire-plugin` from 3.0.0-M5 to 3.0.0-M7 Release notes Sourced from maven-surefire-plugin's releases. 3.0.0-M7 π New features and improvements [[SUREFIRE-2086] Management of temporary files (#535)...
This is a first draft to fix https://github.com/eclipse/tycho/issues/926 but currently misses an integration test to verify the functionality. How it works: 1. Let the slicer do its job 2. Generate...
2.7.2 and 2.7.3 seem to fail when building some of my features and doc plug-ins, assuming that they should have compiled classes in a folder. Building with 2.7.1 succeeds. Full...
with the current nightly i am getting ``` Error: Internal error: java.lang.ClassCastException: class org.eclipse.equinox.internal.p2.metadata.InstallableUnit cannot be cast to class org.eclipse.equinox.p2.metadata.IInstallableUnit (org.eclipse.equinox.internal.p2.metadata.InstallableUnit is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @5fc3333f; org.eclipse.equinox.p2.metadata.IInstallableUnit...
This may sometimes be necessary, e.g., when facing bugs in a repository manager like Nexus (cf. [NEXUS-34538](https://issues.sonatype.org/browse/NEXUS-34538)). Likely, [`target-platform-configuration`](https://www.eclipse.org/tycho/sitedocs/target-platform-configuration/target-platform-configuration-mojo.html) will need to learn a new option. (A global switch is...
Currently we use Equinox internal directly, but OSGi provides an [Resolver Service](http://docs.osgi.org/specification/osgi.core/7.0.0/service.resolver.html) abstraction that might be better suited and would probably give better ways to Tycho to give feedback to...