description="Build four JARs: the library (classes), the runnable ADQL parser, its sources and its Javadoc. Then, except the JAR, all the compiled javadoc files are deleted.">
<antcalltarget="cleanJavadocBuild"/>
</target>
<targetname="cleanAll"depends="clean,cleanJavadoc"description="Delete all files generated by this ANT file for the set version."/>
<!-- LIB & SOURCES -->
<targetname="clean"description="Delete the JARs for the library (classes), the runnable ADQL parser and for its sources for the set version.">
<targetname="compileLib"depends="clean"description="Build all the classes of the ADQL library. This target is particularly usefull because it lets highlighting missing dependencies.">
<failmessage="Missing property: CATALINA ! It provides the path toward a directory or a JAR which contains the following class: org.apache.catalina.connector.ClientAbortException.">
<failmessage="The property SERVLET-API must be set! It provides the path toward a directory or a JAR which contains all classes inside javax.servlet.">
description="Build three JARs: the library (classes), its sources and its Javadoc. Then, except the JAR, all the compiled javadoc files are deleted.">
<antcalltarget="cleanJavadocBuild"/>
</target>
<targetname="cleanAll"depends="clean,cleanJavadoc"description="Delete all files generated by this ANT file for the set version."/>
<!-- LIB & SOURCES -->
<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"/>
</target>
<targetname="compileLib"depends="clean"description="Build all the classes of the TAP library. This target is particularly usefull because it lets highlighting missing dependencies.">
<failmessage="Missing property: CATALINA ! It provides the path toward a directory or a JAR which contains the following class: org.apache.catalina.connector.ClientAbortException.">
<failmessage="The property SERVLET-API must be set! It provides the path toward a directory or a JAR which contains all classes inside javax.servlet.">
description="Build three JARs: the library (classes), its sources and its Javadoc. Then, except the JAR, all the compiled javadoc files are deleted.">
<antcalltarget="cleanJavadocBuild"/>
</target>
<targetname="cleanAll"depends="clean,cleanJavadoc"description="Delete all files generated by this ANT file for the set version."/>
<!-- LIB & SOURCES -->
<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"/>
</target>
<targetname="compileLib"depends="clean"description="Build all the classes of the UWS library. This target is particularly usefull because it lets highlighting missing dependencies.">