Versions Compared

Key

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

...

In order to build the components of the dcm4chee archive application you will need to download and install:

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/dcm4che14/trunk dcm4che14
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-audit/trunk dcm4chee-audit
svn co https://dcm4che.svn.sourceforge.net/svnroot/dcm4che/dcm4chee/dcm4chee-arc/trunk dcm4jboss-all

Build Dcm4che14

cd to the dcm4che14 checkout directory
ant

Build Dcm4chee-arr

cd to the dcm4chee-arr checkout directory
mvn install

...

The build scripts dcm4jboss-all/dcm4jboss-xxx/build.xml assumes following locations of XDoclet, JBoss, Apache FOP, Jakarta Cactus and Jakarta Cactusdcm4che14:

xdoclet.home=${user.home}/xdoclet-1.2.3

...

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

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.

Change to the working build directory:

No Format
cd dcm4jboss-all/dcm4jboss-build

...