How To Run Apache Ant Recursively From Any Sub-Folders Apache Antのを実行する方法を再帰的に任意のサブフォルダ
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
Filed under提出されて How Toどのように , 、 Java Software Javaソフトウェア , 、 Tech Note技術のノート | |
| |
RSS 2.0 RSS 2.0を | |
Trackbackトラックバック this Article |この記事|
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |




































