Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleJava Code location

The Java file should go into a lib folder and should be wrapped as a jar. The name does not matter.

While building a jar, the project should have the following dependencies: openBIS-API-dropbox-<version>.jar, lib-commonbase-<version>.jar and cisd-hotdeploy-13.01.0.jar. The first two are available in the distribution in the archives openBIS-API-commonbase-<version>.zip and openBIS-API-dropbox-<version>.zip, the third one is available in the Ivy repo.

Example path where the created jar should reside:

servers/core-plugins/illumina-ngs/2/dss/drop-boxes/register-cluster-alignment-java/lib

Create a jar from your java dropbox file:

jar cvf foo.jar foo.java

Restart the DSS

...