http://java.sun.com/products/javamail/から Java Mail ライブラリをダウンロードします。http://java.sun.com/products/javabeans/glasgow/jaf.htmlも必要です。
Ant のオプション タスクに必要なすべての外部依存関係のリストは、http://ant.apache.org/manual/index.htmlで概説されています。
Ant の依存関係を非常に簡単に取得する別の方法は、次を実行することです。
ant -f fetch all
$ANT_HOMEから。-projecthelp を実行して、ターゲットの完全なリストを表示することもできます。
all load all the libraries
antlr load antlr libraries
bcel load bcel libraries
beanshell load beanshell support
bsf load bsf libraries
debugging internal ant debugging
get-m2 Download the Maven2 Ant tasks
jdepend load jdepend libraries
jruby load jruby
junit load junit libraries
jython load jython
logging load logging libraries
networking load networking libraries (commons-net; jsch)
regexp load regexp libraries
rhino load rhino
script load script languages
xerces load an updated version of Xerces
xml load full XML libraries (xalan, resolver)