Christoph Läubrich

Results 279 issues of Christoph Läubrich

It currently fails with ``` [DEBUG] In…/tycho/tycho-bundles-external/3.0.0-SNAPSHOT/tycho-bundles-external-3.0.0-SNAPSHOT.zip!/, -installIU, tycho-bundles-external, -destination, D:\a\tycho\tycho\tycho-its\target\projects\MetaRequirementsTest\testProductInstallationWithCustomTouchpoint\product.metaRequirements\product\target\director, -profile, director, -profileProperties, org.eclipse.update.install.features=false, -roaming, -p2.os, linux, -p2.ws, gtk, -p2.arch, x86_64] Installing tycho-bundles-external 3.0.0.202208030905. [DEBUG] [c2f44880-af7b-48f2-a54d-83916ff37756][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] Overall install request...

It fails with ``` Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.029 s

WHile looking into a JDT issue I noticed that we are passing man duplicate entries in org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.getClasspathElements() more specifically one per target environment. We should really filter this here to...

Currently the P2ArtifactRepositoryLayout only provides a disabled repository. This implement it that way that it is possible to resolve p2. prefixed artifacts e.g in the form of: p2.eclipse.plugin org.eclipse.osgi 3.17.0.v20210823-1805...

We have https://www.eclipse.org/justj/ that offers some pre-build java-packages and we already distribute it as part of the Eclipse-Packages. What cam into my mind is, why not have something in Tycho...

currently there is a "p2" resolver and a "local" resolver. The local resolver uses deprecated code, and is only used for `-Dtycho.targetPlatform` described as: > tycho.targetPlatform is deprecated and WILL...

The classpath contains an entry of the JRE that is actually used by eclipse: ``` ``` there should be an option for tycho to use this. Actually `CLASSPATH` should be...

Currently we support P2 mirrors, but given that an artifact has proper P2 metat-data we could also query maven-central (or any maven repository configured) for the artifact as well. I...

currently the `P2ArtifactRepositoryLayout` only provides a disabled repository. We should implement it that way that it is possible to resolve `p2.` prefixed artifacts e.g in the form of: ``` p2.eclipse.plugin...

future ideas