Versions Compared

Key

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

...

fop.home=${user.home}/fop-0.20.595

cactus.home=${user.home}/cactus-1.8.01-bin

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

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

Tip
title3rd Party Dependency Paths

Each of the dcm4chee projects contains a file called build.properties.default in its root directory. These files contain the paths to dependencies to third party libraries that the projects need in order to compile. Copy each build.properties.default file to build.properties in the same directory. Edit these files and put in the necessary path information so that the compilation process can find the dependencies. The build scripts will automatically look for the build.properties files.

Alternatively, you may combine all of the build.properties entries into a single build.properties file in the root dcm4jboss-all directory in order to avoid editing so many files.

...

to build all components and pack them in binary distribution packages:

target/dcm4chee-%version%-db2-%version%.zip

target/dcm4chee-%version%-firebird-%version%.zip

target/dcm4chee-%version%-hsql-%version%.zip

target/dcm4chee-%version%-mssql-%version%.zip

target/dcm4chee-%version%-mysql-%version%.zip

target/dcm4chee-%version%-oracle-%version%.zip

target/dcm4chee-%version%-psql-%version%.zip