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. O comando a seguir irá recursivamente busca de formiga construir arquivos nos diretórios e, depois, sua mãe diretórios, até que encontra-lo, e então executa-lo. In short you can use this command to manage your project from any subdirectory of the project. Em breve você poderá usar esse comando para gerenciar o projeto a partir de qualquer subdiretório do projeto.

ant -s [build file name] ant-s [construir nome do arquivo]

If you are specifying a target on the commandline then you should specify it as follows: Se você estiver especificando um alvo sobre o comando, então você deve especificá-lo como se segue:

ant target_name -s [build file name] formiga target_name-s [construir nome do arquivo]

Note: build file name is optional; default is build.xml Nota: O nome do arquivo de construir é opcional; padrão é build.xml