| ||||||
clean
|
+--check
Cleans the compiled classes and temporary files.
Deletes the temporary build files, not the distributed target Java archive files and the generated documentation and reports.
<target depends="check" description="Cleans the compiled classes and temporary files." name="clean" > <delete dir="${bin.dir}"/> <delete dir="${tmp.dir}"/> <delete file="${basedir}/cobertura.ser"/> </target> |
| ||||||
org.apache.xalan.processor.TransformerFactoryImpl