-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bootstrap build and auto-fix JAR on Windows #11
Comments
Can you cut & paste the error message ? |
Here you go:
|
To reproduce, just add the line
If you remove the |
Ok, it seems to be a bug of the JDK, I will try to create a small reproducible test and log a bug into the OpenJDK jira. |
Alan Bateman wrote: http://mail.openjdk.java.net/pipermail/jigsaw-dev/2019-May/014228.html |
Hey Rémi, shall we close this issue or keep it open to have "external integration test" for JDK-8224794? |
Given that the bug is still there, i don't see the point to close it. |
When you drop an old JAR which needs to be fixed into ./deps folder and have code that refers to it already (like a new plugin), the
module-fixer
fails to transform the JAR into a module, as the compiler plugin(?) holds an handle to the JAR.Workaround:
./build
(fixes the JAR) // without this call, the next build will fail./build
The text was updated successfully, but these errors were encountered: