Date: 07/26/06 (Java Web) Keywords: no keywords 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 [...] Source: http://blog.taragana.com/index.php/archive/how-to-run-apache-ant-recursively-from-any-sub-folders/
|