Page 1 of 1

Broken URL while building omero from source

PostPosted: Thu Nov 26, 2015 4:13 pm
by kverbist
Hello,

The build script tries to look for the following URL:

http://artifacts.openmicroscopy.org/art ... 2.0-ice35/

However, the following url is what I was able to find on your server, and should probably be used.

http://artifacts.openmicroscopy.org/art ... ice35-b12/

Right now this leads to a build error citing unresolved dependencies.

Regards,
KVerbist

Re: Broken URL while building omero from source

PostPosted: Thu Nov 26, 2015 7:49 pm
by sbesson
Hi KVerbist,

which build command have you been executing? The rendering component should be generated as part of the multi-component build system for the server when running the default target:

Code: Select all
$ ./build.py build-default


The various server components are pushed to Maven as part of the OMERO release process (with the release build number suffixed) but these Maven artifacts are currently not used by the OMERO build system directly although they can be consumed by clients.

Best,
Sebastien