<targetname="compileLib"depends="clean,junitValidation"description="Build all the classes of the ADQL library. This target is particularly usefull because it lets highlighting missing dependencies.">
<targetname="clean"depends="junitValidation"description="Delete the JARs for the library (classes) and for its sources for the set version.">
<targetname="clean"description="Delete the JARs for the library (classes) and for its sources for the set version.">
<deletefile="${libJarFile}"failonerror="false"/>
<deletefile="${srcJarFile}"failonerror="false"/>
<deletedir="${compileDir}"failonerror="false"/>
...
...
@@ -110,7 +110,7 @@
<targetname="compileLib"depends="clean,junitValidation"description="Build all the classes of the TAP library. This target is particularly usefull because it lets highlighting missing dependencies.">
<targetname="compileLib"depends="clean,junitValidation"description="Build all the classes of the UWS library. This target is particularly usefull because it lets highlighting missing dependencies.">