我有一個問題,在ANT FTP任務1.9.1 這裏是我的FTP macrodef: <target name="checkAntCommons">
<!-- Test if ant commons-net jar is present -->
<echo message="checking for ${ant.library.dir}/commons-net-1.4.1
我從一些其他的目標(targetCaller)調用一個目標(targetCalled),具體如下: <target depends="local.init"
description="creating application jar file of the classes dir"
name="run_check_server_client_jar_gen">
<a