Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find error in JSP page while compiling

I have thousands of Java files and same JSP files in my project. I am compiling that project with an Ant build script. The problem is when I compile that project and generate the WAR files of that project. Then at that time, if there is any error in a 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 the syntax error of the JSP pages?

like image 258
Bhavik Ambani Avatar asked Oct 09 '22 21:10

Bhavik Ambani


1 Answers

For Ant, see Ant JSPC. For Maven, see Maven JSPC.

like image 107
ichaki5748 Avatar answered Oct 13 '22 10:10

ichaki5748