Christoph Läubrich

Results 1884 comments of Christoph Läubrich

@copilote this is for issue https://github.com/eclipse-tycho/tycho/issues/2896

@copilot this currently fails compilation with ``` Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:compile (default-compile) on project tycho-core: Compilation failure: Compilation failure: Error: /home/runner/work/tycho/tycho/tycho-core/src/main/java/org/eclipse/tycho/core/EcJLogFileEnhancer.java:[58,55] cannot find symbol Error: symbol: method stream()...

@waynebeaton as discussed in the EAC meeting this is one of a bigger PR about 500 LOC, so lots of lines changed and will likely require my attention to be...

I just realized there are two ways, need to first clarify what should be supported: - https://github.com/eclipse-jdt/eclipse.jdt.core/discussions/4582 we then also need to adjust the previous feature - https://github.com/eclipse-tycho/tycho/pull/5557 as it...

No that means these projects need to use JUnit5 vintage instead of "native" Junit4 to launch their test... but this is more currently to explore the impact (on platform and...

@carstenartur please don't hesitate to discussion the topic further here. This is actually to get confidence and an overview of the impact of such change, possible mitigations and so on....

The error says: > org.eclipse.shellwax.core 1.4.0.20251009-1048 requires 'osgi.ee; (osgi.ee=**UNKNOWN**) so one should look where this comes from (maybe P2? Or it could even be bndlib bug). You could try to...

@akurtakov can you test if using [`deriveHeaderFromSource=false`](https://tycho.eclipseprojects.io/doc/latest/tycho-packaging-plugin/package-plugin-mojo.html#deriveHeaderFromSource) fixes the issue for you?

This should be resolved once we update to the new bndlib here: - https://github.com/eclipse-tycho/tycho/pull/5736

@copilot we exclude p2-maven-plugin (41 files), tycho-packaging-plugin (10 files) and tycho-versions-plugin (12 files) for now to keep the workload managable here!