ビルド スクリプトで ant-contrib を使用しています
<taskdef resource="net/sf/antcontrib/antcontrib.properties">
<classpath>
<pathelement location="ant/ant-contrib-0.6.jar"/>
</classpath>
</taskdef>
できます。しかし、ant
タスクを使用して別の ant ファイルからこのスクリプトのターゲットを呼び出すと、エラーが発生します。
<ant antfile="build.xml" target="make" dir="${client.project.location}/ant"/>
問題を解決するのを手伝ってください。ありがとう