How to use the uuidchecker?

Tested on the following configuration :
Java 1.6.0_16
ANT 1.8.1
Windows 7


1. Unzip uuidchecker.zip
2. Change build.properties, and specify the location where the xdp-files are located
3. Run ANT-script with the command "ant"

When there are duplicates found you will see the following output :

execute:
     [echo]  Checking UUIDs ...
     [java] ERROR: Found duplicate uuid 324b5d64-7aff-4beb-88a5-3ded2dde1819 in
File1.xdp and File2.xdp

Where there are no duplicates found you will see the following output :

execute:
     [echo]  Checking UUIDs ...
     [java] No duplicates found.

BUILD SUCCESSFUL

When there are no xdp-files found you will see the following output :

execute:
     [echo]  Checking UUIDs ...
     [java] No UUID found. Please make sure the directory specified contains .xdp files