IDEA tries to read deleted class
When doing a "Rebuild Project" from IDEA I get a compile error:
Error: : cannot read: /Users/ronny/Library/Caches/IntelliJIDEA80/compiler/enka.enkaf44105f6/.generated/Groovy_to_java_source_code_generator/enka-web
.8b1b4b41/production/no/arrive/enka/action/HenstillingsplassAction.java
HenstillingsplassAction used to be a Groovy class, but is now deleted. No other code use this class (I can build from maven).
If I simply create an empty HenstillingsplassAction.groovy then everything is fine.
Why do IDEA still try to read this file? Do I need to clean my cache to get rid of the error?
Ronny
请先登录再写评论。
Which IDEA version do you use? Please try the latest 8.1 EAP, it should
work fine there.
I use 8.0.1 on OS X.
I tried with the latest EAP (9572), but there the JetGroovy plugin fails with an exception when I try to build.
(stacktrace attached)
Attachment(s):
stacktrace.txt
This is a core IDEA problem. Try to exit IDEA, clean your system
directory and restart it.
Thanks, it worked