Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

...

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

jsch.home=${user.home}/jsch-0.1.49

jcifs.home=${user.home}/jcifs-1.3.17

castor.home=${user.home}/castor-1.3.1

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

...

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.

Info

Castor is a commercial SDK that that is not readily downloadable. If you are not going to use the Castor HSM module, you will need to remove the code and deployment descriptors for that module before compiling.

TODO:  HSM plugins should be broken up into separate, optional modules. 

 
Change to the working build directory:

...