Open attached project, Make, delete classes directory Make again, result:
Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
D:\work\projects\compiledeptest\web\src\foo\Hello.java
Error:Error:line (26)cannot find symbol class Demo
However, this works fine if there is no Servlet in the web module.
Description
Open attached project, Make, delete classes directory Make again, result:
Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
D:\work\projects\compiledeptest\web\src\foo\Hello.java
Error:Error:line (26)cannot find symbol class Demo
However, this works fine if there is no Servlet in the web module.