<target name="clean">
...
<ant dir="clustering-carrot2" target="deploy"/>
<ant dir="ontology" target="deploy"/>
</target>Should be "clean" instead "deploy"
<target name="clean">
...
<ant dir="clustering-carrot2" target="deploy"/>
<ant dir="ontology" target="deploy"/>
</target>Should be "clean" instead "deploy"