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. Il seguente comando la ricerca ricorsivamente per costruire ant file nella directory e quindi la sua directory madre, fino a che ritenga, e poi esegue. In short you can use this command to manage your project from any subdirectory of the project. In breve si può usare questo comando per gestire il tuo progetto da qualsiasi sottodirectory di progetto.

ant -s [build file name] ant-s [costruire il nome del file]

If you are specifying a target on the commandline then you should specify it as follows: Se siete specificando un obiettivo sul comando allora si dovrebbe specificare come segue:

ant target_name -s [build file name] ant target_name-s [costruire il nome del file]

Note: build file name is optional; default is build.xml Nota: costruire il nome del file è opzionale; impostazione predefinita è build.xml