Removing unit tests from the GWT hosted mode path
Does anyone know how to get IDEA to remove unit tests from the hosted mode path. I have all my unit tests in a directory marked as a test path, but it is still included in the classpath. Since the tests are in the same package, the hosted browser attempts to analyze them and spits out all sorts of nasty red messages because my unit tests use annotations, junit and jmock.
Daniel
Please sign in to leave a comment.
I, too, have been wondering about this. Could anyone from JetBrains please comment on this? Thanks
The problem should be fixed in the last EAP build (see http://jetbrains.net/jira/browse/IDEADEV-30757). Did you try it?
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I can confirm that the errors are no longer reported in Diana build #8890. Thanks!