Christoph Läubrich

Results 1600 comments of Christoph Läubrich

> However, the source JAR multi-release-sample-1.0-sources.jar contains no Java 9-specific version. I expect that the source jar should add Java 9 source version under the path META-INF/versions/9/com/example/DefaultVersion.java This sounds reasonable...

> All IDEs need to agree on this (IDEA, NetBeans, VSCode and Eclipse), so I will put it on the mailing list. I don't think so, an IDE should support...

As discussed here, Tycho will now start to implement the proposed pattern of `META-INF/versions//...` for source jars: - https://github.com/eclipse-tycho/tycho/pull/5631

@timothyjward thanks for summarize this, **for option 1:** I think the problem would mostly be if you "lookup by id" but the resolver will filter out anything else anyways as...

@timothyjward I know you are not very convinced about my proposed solution (option 3), but given your feedback for the other two one and the fact that you also thing...

Repacking the jar would defeats the purpose of building a MRjar and also possibly break things, just assume you install a bundle in a Java 11 framework and later on...

> Each BundleRevision is a Resource so when a MR bundle is installed in the framework what should we see in that resource? I think for an installed bundle it...

> This doesn’t work (I tried it last week part of attempting to work around the equals issue). A file URI is not permitted to have queries or fragments. If...

> This requires the user to start chopping up the URI if it's a file URI, which pretty much negates the value of the URI as a simple means to...