Excluding target from module settings not persisting in Diana-8995
I'm using the latest EAP and am running into some problems. Specifically I'm trying to exclude the "target" directory via the module settings and it persisted across windows, however, once I try to run a test/re-compile, it is no longer excluded. Has anyone else run into this? This is working as expected in IntelliJ 7.0.4.
Specifically, this is causing a problem for my groovy project. If I do not exclude the target directory, it will show duplicated classes between the actual classes and the generated groovy-stubs in the target directory, so to avoid this, I exclude the target directory.
请先登录再写评论。
Hello M,
Are you using Maven?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Yes, I am using maven (specifically version 2.0.9)
There is a corresponding issue http://www.jetbrains.net/jira/browse/IDEADEV-31529.
The fix will be available in 8.0.1 bugfix release.
Thanks,
Anton Makeev