-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish some property with the IU to support automatic filtering #10
Comments
JustJ doesn't provide JDKs.
You can query for the iu with .stripped appended.
I think there is already enough information to build an IU ID which can be used as the basis for a query:
It seems to me that the setup for this is already very minimal, just using standard existing things: The "confusing" steps in the documentation is to a large extent because one has to do it several different ways depending on which version of Tycho is involved. In any case, I expect that what's available via the current simple naming conventions ought to be sufficient. |
I don't know that anything concrete beyond what's already available is needed. |
@merks I finally was able to actually implement the feature that would using it here: As you can see Tycho creates a requirement to JustJ JRE here
Similar might b e useful for the |
From my limited understanding something like this is what I want: that makes it possible to create a query in P2 that filters for a specific JustJ variant, e.g. like
|
I'm currently think about a feature where Tycho automatically select a JusJ:
Tycho can already filter quite good what will suite a product, but some things must be supplied by the user:
it would therefore be good if the IUs of a JRE can either:
java.jdk
,java.jre
orjava.debug
)The text was updated successfully, but these errors were encountered: