I have thousands of Java files and the same JSP files in my project. I am compiling this project with Ant build script. The problem is when I compile this project and create WAR files for this project. Then at that time, if there is any error in the Java class, it will give me an error that there is a syntax error in the Java class, but what if I want to get a syntax error on JSP pages?
source share