-
Notifications
You must be signed in to change notification settings - Fork 194
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
Compilation failure with parallel builds - java.nio.file.ClosedFileSystemException #1401
Comments
What version of |
2.5.14-02 I don't see any newer version beyond these two |
Current for 2.5 is 2.5.18-01 and for 3.0 it's 3.0.13-02 -- https://groovy.jfrog.io/ui/native/plugins-release-local/org/codehaus/groovy/groovy-eclipse-batch |
Maven central and maven respository aren't update Ok... our code base have some years, and we graved groovy-eclipse-compile from maven central. Simply, we didn't know that groovy-eclipse-compiler mirrored on maven central, isn't being update that we should use another maven repository to grab it. |
I had a path to Maven Central though Bintray. When that was shut down, I was left with roll-your-own from Artifactory. To date I have not taken on that work. #1359 |
With version 3.0.13-0 this problem is fixed. However with 2.5.18-01 keeps happening. |
Is that "3.0.13-02"? "01" is built against Eclipse 4.19 (for Java 8 compat) and "02" is build against latest release at the time, which is 4.25 for 3.0.13. You can check this in the manifest of the jar. I'll see about backporting the |
Yes
Thanks! |
Looks that groorvy-eclipse-compiler isn't thread safe when maven it's being launched with Java 11 (or more modern version of java. Weirdly with Java 8, this not happens)
Executing this :
mvn clean verify -Dmaven.javadoc.skip=true -T2
withGives this error ALWAYS on nearly all multi-module projects that I try:
Looks that it's related to this issue on Tycho #/tycho/issues/183 and on JDT compiler, that (If I read correctly) was fixed. Ithink that groovy-eclipse-compiler should update Tycho ASAP to fix this annoying problem :
The text was updated successfully, but these errors were encountered: