I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d27feabc authored by jrandom's avatar jrandom Committed by zzz
Browse files

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

parent 0d9efa17
No related branches found
No related tags found
No related merge requests found
......@@ -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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment