There was an error while loading. Please reload this page.
To run the tests use:
./gradlew test
To run a specific test or subset of tests, use gradle's filtering support, for example:
./gradlew test --tests "*ArrayTest*"
To auto-format the Java source code run:
./gradlew format
to check Java source code formatting:
./gradlew checkFormat
For OSX swig is available using brew install swig
brew install swig
Installation instructions for other operating systems can be found here: http://www.swig.org/Doc3.0/Preface.html#Preface_installation
Set the ENV variable TILEDB_HOME to the install location of TileDB.
TILEDB_HOME
Generate the JNI code using
env TILEDB_HOME=/path/to/TileDB/dist ./gradlew generateJNI