-
Notifications
You must be signed in to change notification settings - Fork 274
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
Exception java.nio.file.FileAlreadyExistsException: instrumentCode/classpath.index
#998
Comments
Thanks, Joachim! I didn't run into such a problem so far. Could you please provide a minimal reproducible example? |
Unfortunately I don't have the time at the moment to prepare that, but I hope to provide one at some point. Hopefully another project with a simpler build structure will run into it before ;) |
Faced this thing with IdeaVim plugin. I got it when I started a test twice, but can't reproduce it anymore at the moment. |
Sorry, I also don't have a straight-forward reproduction, however I thought I ought to point out that deleting I'm having to wipe out the entire |
I saw this same problem after upgrading to 1.6.0: https://github.com/intellij-dlanguage/intellij-dlanguage/runs/6666318499?check_suite_focus=true
not sure it if makes a difference but intellij-dlanguage is a multi-module project |
@SingingBush In the linked build you get:
Do you have any build that emits the |
I just clicked that link to check and it scrolls down to the section that I pasted in the code block which has the line:
|
I faced the same issue. My workaround is to delete |
I saw it too so backed off to 1.5.3 for now. |
I updated to gradle-intellij 1.6.0.
The first build worked fine, but further executions of Gradle fail with
FileAlreadyExistsException
. I'm using a multi-module project setup with several intellij-enabled Gradle modules. Please let me know if you need anything else to debug this.The text was updated successfully, but these errors were encountered: