JSP compilation should fail if any JSP fails to compile.
This commit is contained in:
parent
98d79b3072
commit
95a8c99bc5
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue