properly clean up the temp files (thanks oOo)

This commit is contained in:
jrandom
2004-08-19 23:46:56 +00:00
committed by zzz
parent 687ca781ab
commit 0234fb62fb

View File

@ -33,8 +33,8 @@
</target>
<target name="precompilejsp">
<delete dir="../jsp/WEB-INF/" />
<delete dir="../jsp/web-fragment.xml" />
<delete dir="../jsp/web-out.xml" />
<delete file="../jsp/web-fragment.xml" />
<delete file="../jsp/web-out.xml" />
<mkdir dir="../jsp/WEB-INF/" />
<mkdir dir="../jsp/WEB-INF/classes" />
<!-- there are various jspc ant tasks, but they all seem a bit flakey -->