Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1015 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 1015 Bytes

JNITasks - Ant Tasks for JNI Projects

About

JNITasks are a set of simple Ant tasks to reliably build Java Native Interface (JNI) projects and their dependencies.

Supported Toolchains

  • GNU C Compiler
  • GNU C++ Compiler
  • LLVM CLANG Compiler
  • LLVM CLANG++ Compiler

Supported Build Systems

  • GNU Autotools
  • GNU Make

Need support for additional features, toolchains or build systems? Please file a feature request bug.

Usage

Simply add the following to your ant project:

<typedef resource="org/jnitasks/antlib.xml" classpath="path/to/JNITasks.jar" />

Available Tasks

The following are projects that currently use JNITasks that you may use as an example.

JNativeHook