properly clean up the temp files (thanks oOo)
This commit is contained in:
@ -33,8 +33,8 @@
|
|||||||
</target>
|
</target>
|
||||||
<target name="precompilejsp">
|
<target name="precompilejsp">
|
||||||
<delete dir="../jsp/WEB-INF/" />
|
<delete dir="../jsp/WEB-INF/" />
|
||||||
<delete dir="../jsp/web-fragment.xml" />
|
<delete file="../jsp/web-fragment.xml" />
|
||||||
<delete dir="../jsp/web-out.xml" />
|
<delete file="../jsp/web-out.xml" />
|
||||||
<mkdir dir="../jsp/WEB-INF/" />
|
<mkdir dir="../jsp/WEB-INF/" />
|
||||||
<mkdir dir="../jsp/WEB-INF/classes" />
|
<mkdir dir="../jsp/WEB-INF/classes" />
|
||||||
<!-- there are various jspc ant tasks, but they all seem a bit flakey -->
|
<!-- there are various jspc ant tasks, but they all seem a bit flakey -->
|
||||||
|
Reference in New Issue
Block a user