JSP compilation should fail if any JSP fails to compile.

This commit is contained in:
j2blake 2011-04-27 20:21:24 +00:00
parent 98d79b3072
commit 95a8c99bc5

View file

@ -69,7 +69,7 @@
webXmlFragment="${build.jsp.dir}generated_web.xml" webXmlFragment="${build.jsp.dir}generated_web.xml"
outputDir="${build.jsp.dir}/src" outputDir="${build.jsp.dir}/src"
trimSpaces="true" trimSpaces="true"
failOnError="false" /> failOnError="true" />
</target> </target>
<target name="compile" depends="jspc"> <target name="compile" depends="jspc">