You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

building.mkd 666B

Building from Source

Maven

You may use Maven to build the project:

mvn clean package

You may use Maven to run the test suite on the default database:

mvn clean test

Ant

You may use Ant to build this project:

ant clean build

You may execute the full test suite against all tested databases:

 ant testsuite

Contributing

Patches welcome in any form.

Contributions must be your own original work and must licensed under the Apache License, Version 2.0, the same license used by iciql.