</checkstyle>
</target>
<target name="compile" depends="init,check-duplication,checkstyle">
<target name="compile" depends="init,check-duplication">
<javac srcdir="${src}" destdir="${classes}" debug="true">
<classpath>
<pathelement location="${lib}/servlet.jar"/>