integrated oOo's memory usage patch (the % shown is unfortunately % of peak, not % of max) [thanks oOo!]

cleaned up build script to make sure we always build fresh JSPs and xml [thanks oOo^2!]
This commit is contained in:
jrandom
2004-08-11 22:23:48 +00:00
committed by zzz
parent d524c77560
commit 2f28a635a9
3 changed files with 16 additions and 1 deletions

View File

@@ -28,10 +28,13 @@
</target>
<target name="war" depends="precompilejsp">
<war destfile="build/routerconsole.war" webxml="../jsp/web-out.xml"
basedir="../jsp/" excludes="web.xml, *.java, *.jsp">
basedir="../jsp/" excludes="web.xml, *.java, *.jsp, web-fragment.xml">
</war>
</target>
<target name="precompilejsp">
<delete dir="../jsp/WEB-INF/" />
<delete dir="../jsp/web-fragment.xml" />
<delete dir="../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 -->