hackyPerf: sdt and reduction function only (depends on hackyTelemetry)
hackyLoadTest: __standalone__ module offering an ant task performing load test and generates xml report.
hackyAnt: It contains a sub-module which parses hackyLoadTest xml report and sends sensor data to public server. (This portion should not be dependent on hackyTelemetry, but I am not sure about other sub modules in hackyAnt).
Thanks.. for some reason when I update hackyPerf the old LoadTest files weren't deleted. So, I deleted and checked out hackyPerf.
However, your diagnosis isn't entirely true..
If someone wants to build hackyAnt. I assume that they want to provide sensors that will send information to their server. If that is the case, when building hackyAnt you must build hackyPerf as well to be sure that you have the Perf SensorDataType. Since hackyPerf requires hackyTelemetry, you have to build hackyAnt, hackyPerf, and hackyTelemetry..
See the problem?
thanks, aaron
