clear the old precompiled .java files (thanks duck!)

This commit is contained in:
jrandom
2005-02-18 16:56:46 +00:00
committed by zzz
parent 0d9efa17de
commit d27feabcb3

View File

@ -31,6 +31,9 @@
</war>
</target>
<target name="precompilejsp">
<delete dir="../jsp/WEB-INF/" />
<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 -->