ome / omero-ms-zarr

Experimental micro-service for implementing the Zarr spec over HTTP
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
17 stars 12 forks source link

Run `gradle init` to generate build.gradle from pom.xml #2

Closed manics closed 4 years ago

manics commented 4 years ago

Create build.gradle following https://medium.com/@jayanisumudini/convert-maven-project-to-gradle-project-d1a829d7637f

dominikl commented 4 years ago

Seems to work fine, thanks @manics 👍 Would be good to get this merged.

mtbc commented 4 years ago

Could update README.md with how to build and run?

dominikl commented 4 years ago

Sorry, have to correct myself, it doesn't work... used the previously jar generated from maven. Using the gradle one I get: no main manifest attribute, in build/libs/omero-ms-zarr-0.1.0-SNAPSHOT-all.jar

manics commented 4 years ago

@dominikl It should run now, see the updated README. Note the suggested /etc/omero.properties argument is just copied from the existing README, if it doesn't work it'll be best if someone else adds the correct invocation.

dominikl commented 4 years ago

👍 Indeed, works now.

joshmoore commented 4 years ago

Green. Merging.