Both are in contents because working on webapp and put in the WEB-INF/classes folder as a class folder. But should pull up source before class in any case like 3.0 does.
Both are in contents because working on webapp and put in the
WEB-INF/classes folder as a class folder. >But should pull up source before class in any case like 3.0 does.
I've noticed that too. My workaround was simply to exclude the classes folder. Even for the syntax checking, it compared with the classes files rather than with the source code ! It's a bit annoying... but now that I exclude the folder with compiled classes, it's ok.
My workaround was simply to exclude the classes folder.
This is a known issue, that you have to explicitly exclude the output directory. The behaviour has been introduced after migrating to the new project structure. In Ariadna the output directory was excluded automatically.
--
Best regards, Eugene Zhuravlev JetBrains, Inc, http://www.intellij.com "Develop with pleasure!"
WEB-INF/classes folder as a class folder.
>But should pull up source before class in any case like 3.0 does.
I've noticed that too.
My workaround was simply to exclude the classes folder.
Even for the syntax checking, it compared with the classes files rather than
with the source code !
It's a bit annoying... but now that I exclude the folder with compiled
classes, it's ok.
Guillaume Laforge
add a bug-request to the tracker
This is a known issue, that you have to explicitly exclude the output directory. The behaviour has been introduced after migrating
to the new project structure. In Ariadna the output directory was excluded automatically.
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"