The ROTT (Ringtone/OTT) parser performs three basic functions:
	Validating RTTL/RTX files. Example:
		java -jar dist/rott.jar -parse knightrider.rtttl
	Validating OTT files. Example:
		java -jar dist/rott.jar -decode knightrider.ott
	Converting RTTTL/RTX files to OTT. Example:
		java -jar dist/rott.jar -convert knightrider.rtttl knightrider.ott

The parser can be built simply by running Ant with no arguments in the base directory.
