it is indeed is missing. if you compile sdk manually, you will find this class in build/util/com/splunk/ folder. You have two options here:
move the source code file and rebuild.
modify the build.xml to include command file.
just copy class into the jar
... View more