Problems compiling SHR modules

Hi everyone,

I’m trying to setup the SHR using instructions specified here-

https://wiki.ohie.org/display/documents/How+to+setup+and+configure+the+OpenHIE+reference+applications

I have cloned the most recent versions of the five modules listed on this page, and trying to compile them.

  1. When trying to compile, shr-cdahandler-0.0.0.omod gives test faliures

  2. If I skip tests and re-try, it builds shr-cdahandler-0.0.0.omod. However, the shr-odd module fails to build because its looking for v. 0.5.0 of the cdahandler, and not 0.0.0

  1. I cant seem to find org.dcm4che:dcm4che-audit:jar:3.3.5-SNAPSHOT on any repos online. I tried using https://oss.sonatype.org/ and http://dcm4che.org/maven2/, but nothing seems to have v 3.3.5. May I as what repos you have defined in your mvn settings file ?

Thanks and best regards,

Suranga

Hi Saranga,

I think you’re checking out master, I haven’t merged cdahandler code from the feature/ branch yet. I can also do a merge if we’re ok with that (I wasn’t the lead on the project when I took over so I didn’t want to overwrite anything) :slight_smile:

As for the DCM4CHE stuff, they don’t host the XDS modules on a maven repository so you’ll have to checkout the DCM4CHEE XDS stuff from GitHub and do a mvn install to get a local copy in your repository.

Cheers!

-Justin

···

On Friday, January 2, 2015 12:59:40 PM UTC-5, Suranga Kasthurirathne wrote:

Hi everyone,

I’m trying to setup the SHR using instructions specified here-

https://wiki.ohie.org/display/documents/How+to+setup+and+configure+the+OpenHIE+reference+applications

I have cloned the most recent versions of the five modules listed on this page, and trying to compile them.

  1. When trying to compile, shr-cdahandler-0.0.0.omod gives test faliures
  1. If I skip tests and re-try, it builds shr-cdahandler-0.0.0.omod. However, the shr-odd module fails to build because its looking for v. 0.5.0 of the cdahandler, and not 0.0.0
  1. I cant seem to find org.dcm4che:dcm4che-audit:jar:3.3.5-SNAPSHOT on any repos online. I tried using https://oss.sonatype.org/ and http://dcm4che.org/maven2/, but nothing seems to have v 3.3.5. May I as what repos you have defined in your mvn settings file ?

Thanks and best regards,

Suranga