-
Notifications
You must be signed in to change notification settings - Fork 2
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
How do you build it? #17
Comments
I was able to build it by adding some extra |
Does this need to be fixed? Do you want me to submit a PR? |
Hi, this is a bug in Java 11 as well despite its LTS label it isn't as stable as sugested, especially with Jigsaw and Multi-Release-JARs. I cannot say for sure, what is the other issue, because it seems to fail even in Java 14 while Multi-Release-JAR problems we saw in the past no longer showed in |
If you found additional imports in the module-info that work above Java 11, please do, the issue you saw first ist a known problem in the JDK. |
Thank you for your reply. I have created a PR to fix the build but I now have a new question. I add the
I get a |
Oops - closed by mistake |
But why reopen it, wasn't it fixed by your PR #18? |
@keilw any chance you could do a release with that fix? 🙏 Thank you! |
We are quite flexible here so I guess together with #16 this justifies a 2.1 release any time soon. |
There is however a possible alignment with issues like unitsofmeasurement/uom-systems#177 but it could be done in a 2.1.1 release. So far this library seems independent of uom-systems, it may change in the future. |
I want to test it before I close the issue. However I don't know how to use the new units. From above:
|
As of now there is no |
But what would be the right approach - provide one with the module, or let the customer create his own. If you opt for the first one I can create a PR |
Maybe similar to https://github.com/unitsofmeasurement/uom-domain/tree/master/health/health/src/main/java/tech/uom/domain/health/unit in "health" this might help, but note even in "health" there is no full integration with the SPI yet, but unless you go all the way of adding a custom formatter, check out https://github.com/unitsofmeasurement/uom-systems/blob/master/unicode/src/main/java/systems/uom/unicode/CLDR.java and see how |
Imaging has a dependency already, so we should not release a 2.1 of this module before systems-uom 2.1 was released first. |
Please specify in the README instructions to build this project.
I tried with:
but I got
Then I found out this one:
codehaus-plexus/plexus-languages#32
and it seems a bug in plexus-languages. So I upgraded the java version to 12, but now I get this:
The text was updated successfully, but these errors were encountered: