Page 1 of 1

where is omero_client.jar for 5.0.2

PostPosted: Thu Jul 17, 2014 4:27 pm
by jwarren
Hi

Can someone point me in the direction of omero_client.jar for 5.0.2
I think i have the clients and server but can't find this jar anywhere on my system?
I also looked on a git clone from here: https://github.com/openmicroscopy/openmicroscopy

Thanks

Jonathan.

Re: where is omero_client.jar for 5.0.2

PostPosted: Thu Jul 17, 2014 6:34 pm
by jmoore
Hi Jonathan,

over the course of the 5.0 series, more and more dependencies have been added to the client-side making omero_client.jar less useful. We've been slowly deprecating it in favor of individual jars (which are now also available in a maven repository. See https://github.com/ome/pom-omero-client/blob/dev_5_0/pom.xml#L151). What are you trying to accomplish? Perhaps there's an easier way.

If you simply need the jar (no questions asked) you can find them oddly enough in the matlab bundles:
Code: Select all
omero/5.0.2/artifacts $ unzip -l OMERO.matlab-5.0.2-ice33-b26.zip | grep omero_client.jar
11965121  05-27-14 20:32   OMERO.matlab-5.0.2-ice33-b26/libs/omero_client.jar


Cheers,
~Josh.

Re: where is omero_client.jar for 5.0.2

PostPosted: Tue Jul 22, 2014 3:53 pm
by chriswood
Hi Josh,

The documentation (http://www.openmicroscopy.org/site/supp ... /Java.html) for using Java still lists omero_client.jar as the main jar file to use (in large bold font).

Also, if it isn't to much to ask, can a brief page be put into the documentation for using the maven repository. Just the stuff needed in a pom file. (Thanks for making these things available with maven)

Thanks,
Chris

Re: where is omero_client.jar for 5.0.2

PostPosted: Tue Jul 22, 2014 6:43 pm
by jmoore
Definitely. After my previous response, I grep'd through the code & docs and found the mention. Sorry for the confusion. A doc update will be part of the upcoming 5.0.3 release. I might pass it your way for a quick thumbsup.

Cheers,
~Josh.

Re: where is omero_client.jar for 5.0.2

PostPosted: Tue Jul 22, 2014 6:44 pm
by jmoore
NB: the maven docs will undoubtedly point to https://github.com/ome/minimal-omero-cl ... _0/pom.xml in some shape or form. ~J.