Versions Compared

Key

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

...

In addition, you'll need the dcm4chee source code. In order to create the dcm4chee source directories, check out dcm4jboss-all from SVN:

No Format

svn co https://dcm4che.svn.sourceforge.net/svnroot/dcm4che/dcm4chee/dcm4chee-arr/trunk dcm4chee-arr
svn co https://dcm4che.svn.sourceforge.net/svnroot/dcm4che/dcm4chee/dcm4chee-arc/trunk dcm4jboss-all

Build Dcm4chee-arr

cd to the dcm4chee-arr checkout directory
mvn install

Build Instructions

Create an environment variable pointing to the Ant home directory (ANT_HOME) and add the $ANT_HOME/bin directory to your PATH.

...

m2.repos=${user.home}/.m2/repository

{{dcm4che14.home=${user.home}/dcm4che14/build/dcm4che-1.4.15

Note

Instead of modifying the build script directly, you should adjust the dependency paths to suit your environment by copying one of the files dcm4jboss-all/dcm4jboss-XXXX/build.properties.default to dcm4jboss-all/build.properties and edit just that file.

...