JNITasks - Ant Tasks for JNI Projects
Use this task to update configuration files generated by GNU Autotools.
Attribute | Type | Default | Description |
---|---|---|---|
force | Boolean | False | Unconditionally make all targets |
dir | Dir | ${basedir} | Folder to execute the task in |
debug | String | "" | Enable debug output with optional flags |
override | Boolean | False | Environment variables take precedence over makefile variables |
makefile | File | Use the specified file as a makefile | |
ignoreerrors | Boolean | False | Ignore errors in commands executed |
jobs | String | auto | Number of parallel jobs or auto for host cpu count |
keepgoing | Boolean | False | Continue for as long as possible after an error |
load | Float | System load threshold for starting new jobs | |
quiet | Boolean | False | Disable verbose output |
touch | Boolean | False | Mark files up-to-date without changing them |
printDirectory | Boolean | False | Print the working dir before and after processing |
target | String | Space separated list of targets to call |
MakeTask.Include extends CcTask.Include
<make dir="${dir.build}" jobs="4" target="compile install" />