Hi,

I just checked hackyVCS SensorSehllManager. It instantiates sensor shells using:

   SensorProperties sensorProps =
       new SensorProperties(this.hackystatServer, hackystatUserKey);
   shell = new SensorShell(sensorProps, false, "CvsSensor");

If you check SensorShell.java code, offline data is enabled.

The issue is that sensorshell seems to be designed with the assumption there is only one hackystat user for one windows account. So I am not sure what will happen if Hackystat server is not available.

Even if all offlines data are lost, this is not an issue for cvs sensor since it only works on cvs repository (i.e. data are available at any time).

This might be a problem for Burt, since Jira sensor sends data in real time.

Cheer

Cedric



Reply via email to