fix up susidns build file so it will work with gcj
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
<echo message="Ignore any warning about /WEB-INF/web.xml not found" />
|
<echo message="Ignore any warning about /WEB-INF/web.xml not found" />
|
||||||
<java classname="org.apache.jasper.JspC" fork="true" classpathref="cp">
|
<java classname="org.apache.jasper.JspC" fork="true" classpathref="cp">
|
||||||
<arg value="-d" />
|
<arg value="-d" />
|
||||||
<arg value="WEB-INF/classes" />
|
<arg value="${tmp}" />
|
||||||
<arg value="-v" />
|
<arg value="-v" />
|
||||||
<arg value="-p" />
|
<arg value="-p" />
|
||||||
<arg value="i2p.susi.dns.jsp" />
|
<arg value="i2p.susi.dns.jsp" />
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<arg value="./jsp" />
|
<arg value="./jsp" />
|
||||||
</java>
|
</java>
|
||||||
<javac debug="true" deprecation="on" source="1.5" target="1.5"
|
<javac debug="true" deprecation="on" source="1.5" target="1.5"
|
||||||
destdir="${bin}" srcdir="./WEB-INF/classes" includes="**/*.java" classpathref="cp">
|
destdir="${bin}" srcdir="${tmp}" includes="**/*.java" classpathref="cp">
|
||||||
<compilerarg line="${javac.compilerargs}" />
|
<compilerarg line="${javac.compilerargs}" />
|
||||||
</javac>
|
</javac>
|
||||||
<copy file="WEB-INF/web-template.xml" tofile="WEB-INF/web-out.xml" />
|
<copy file="WEB-INF/web-template.xml" tofile="WEB-INF/web-out.xml" />
|
||||||
@ -85,6 +85,7 @@
|
|||||||
<fileset dir="WEB-INF" includes="web-fragment.xml, web-out.xml" />
|
<fileset dir="WEB-INF" includes="web-fragment.xml, web-out.xml" />
|
||||||
</delete>
|
</delete>
|
||||||
<delete dir="${bin}" />
|
<delete dir="${bin}" />
|
||||||
|
<delete dir="${tmp}" />
|
||||||
</target>
|
</target>
|
||||||
<target name="distclean" depends="clean" />
|
<target name="distclean" depends="clean" />
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user