How To Run Apache Ant Recursively From Any Sub-Folders Como a correr Apache Ant recursivamente a partir de qualquer sub-pastas
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
Filed under Arquivado em How To How To , De Java Software Java Software , De Tech Note Nota Tech | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artigo |
Email this Article E-mail este artigo
You may also like to read Você pode também gosta de ler |



