The following command will recursively search for ant build file in the directories and then its parent directories, till it finds it; and then executes it.は、次のコマンドは、再帰的に検索するためのディレクトリでAntのビルドファイルと入力し、その親ディレクトリ、それが見つかるまで;と入力し、実行してください。 In short you can use this command to manage your project from any subdirectory of the project.要するに、このコマンドを使用することができますから、プロジェクトを管理するすべてのサブディレクトリには、プロジェクトを作成します。

ant -s [build file name] アリ-秒[ビルドファイル名]

If you are specifying a target on the commandline then you should specify it as follows:ターゲットを指定する場合には、コマンドラインを入力し、それを指定する必要が以下のとおり:

ant target_name -s [build file name] Antのtarget_name -秒[ビルドファイル名]

Note: build file name is optional; default is build.xml注:ビルドのファイル名は任意;デフォルトではのbuild.xml