JNITasks - Ant Tasks for JNI Projects
JNITasks are a set of simple Ant tasks to reliably build Java Native Interface (JNI) projects and their dependencies.
- GNU C Compiler
- GNU C++ Compiler
- LLVM CLANG Compiler
- LLVM CLANG++ Compiler
- GNU Autotools
- GNU Make
Need support for additional features, toolchains or build systems? Please file a feature request bug.
Simply add the following to your ant project:
<typedef resource="org/jnitasks/antlib.xml" classpath="path/to/JNITasks.jar" />
The following are projects that currently use JNITasks that you may use as an example.