Build Status

This is a java library for accessing Diamonds ISPyB database.

Examples

For example usage, see the integration tests, e.g. PlateInterationTest

Tests

To build and test the jars:

mvn -Dispyb.url={jdbc_url} -Dispyb.user={user} -Dispyb.pw={password} -Dispyb.host={host} package

Release

To release, use the script release.sh. You need to supply this with major, minor or bugfix and ths script will handle updating the version. The result will be added to Github as a release by Travis.