How To Run Apache Ant Recursively From Any Sub-Folders如何运行的Apache蚂蚁递归从任何子文件夹
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.以下命令将递归搜索为蚂蚁在建立档案的目录,然后它的父目录中,直到它认为有;然后执行它。 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] 蚂蚁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 2.0 | |
Trackback Trackback跟踪 this Article |此文章|
Email this Article电子邮件此文章
You may also like to read您也可以想读 |



