compiler problem???
I use build 1080 on winxp.
When I compile with Idea, even
no classes were modified since last build,
Idea still finds a few (5-6) modified classes
and says that it's compiling them.
Is this a kown bug or should I file one?
Thanks,
Daniel
Please sign in to leave a comment.
Another build issue.
Idea makes the build process 2 time.
Extra info - my project contains only a web module.
Daniel Moldovan wrote:
Please check that these 5-6 java files really contain class description. Empty java files will be always passed to javac because no
class file is generated when compiling empty file and thus IDEA thinks that the file is not compiled.
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Daniel Moldovan" <d.moldovan@level7.ro> wrote in message news:btmqjt$fcr$1@is.intellij.net...
>
>
>
>
>
OK, thanks for explanation.
But what about the fact that
when I use Run to run my web app(tomcat)
Idea is running the build process 2 times.
It's really annoying. :(
Daniel
Eugene Zhuravlev (JetBrains) wrote: