Class with "x" in symbol.
I'm not sure why but one of my classes shows an 'x' and when I compile my project from them menu IntelliJ doesn't see the class so the compile fails.
The file looks fine - it's in the same package with the other java files.. Here's how it looks in the IDE. (see pic)
When I build my project with my ant script it compiles fine. This is version 5.1.2.
Any ideas?
TIA
Attachment(s):
Manager.gif
请先登录再写评论。
Hello Dan,
You have excluded this class from compilation. You can go to Settings | Compiler
to remove it from the "Exclude from compile" list.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks. :)