If you want to build Checksum Checker from source code you need to make sure your directory structure includes the dprclient.jar.
1. Place the Checksum Checker directory in the same location as the DPR directory.
Result: Your directory structure should look like this:
root
-dpr/dpr/
-checksumchecker/
The dpr directory should contain the dprclient.jar and the checksumchecker directory should contain a build.xml file.
Note: The current master branch of Checksum Checker (tag cc-3.0.0) is compatible with the current master branch of DPR (DPR 6.0.0 release) only if you are using the DPR Server. If you are using the local read\write mounts with DPR 6.0.0 or if you are using any earlier versions of DPR, use the Checksum Checker release 2.0.5 (tag cc-2.0.5).
2. From the command line, change to the checksumchecker directory and run the following command:
ant
Result: The checksumchecker.jar file is built and placed in the checksumchecker/dist directory.
3. Move the checksumchecker.jar file to the same location as the dprclient.jar file (the dpr/dpr/ directory).