Sebastian Ratz
Sebastian Ratz
I somehow missed this issue earlier-on and just noticed this after the removal got merged. This would be causing considerable issues in our workflows. We currently have ~800 artifacts in...
Thank you! > you help us by documenting it as you seem to be a person using it extensively. Sure. I will provide a pull-request.
> This should be fixed in the Tycho 3.0.0 SNAPSHOT now! We are using Tycho 3.0.0 release and are still seeing such errors in multithreaded builds: ``` [ERROR] The type...
maven / Tycho build is run with SapMachine 17.0.4.1 (openJDK). tycho-compiler-plugin is set to to `SYSTEM` and `11`. Toolchains should not be relevant in this case but looks as follows:...
Oh, my bad. In this particular build Tycho 2.7.5 is still used. Sorry for the noise.
Hmm, I think this is one more situation where `Import-Package` is preferable over `Require-Bundle`: In this example, `com.foo:com.foo.platformindependentbundle` was using `Require-Bundle: org.eclipse.swt`. If I use `Import-Package: org.eclipse.swt.internal.win32` I get the...
This is handled by versioned request and response content types. In ADT, the general rule is: - There is always one latest client version compatible with all supported backend versions....
Would this make workarounds such as https://github.com/eclipse-tycho/tycho/blob/fd3e5f87eeb430750bb33f3877818a698661bbfc/demo/justj/product/pom.xml#L40 https://github.com/eclipse-embed-cdt/org.eclipse.epp.packages/blob/60afb0e0dd98aba881f2fe6d656c67e448c492ef/packages/org.eclipse.epp.package.cpp.product/pom.xml#L38 obsolete?
Bumping this. We would also like migrate to the latest version of handy-uri-templates, but with joda-time this is not an option.
Any update here?