Hey guys, I found a bug.
I am hacking on some Ant code installing the Build Sensor in some projects. I wrote the Ant code, ensured that sensor.build.jar wasn't installed (i have sensorshell and sensor.locc.jar installed in Ant/lib), and executed Ant to be sure that I wouldn't send Build Data. Well, the bug is that I did send build data. Here's why: 1) sensorshell.jar contains all the classes in Hackystat, so I don't really need to have sensor.build.jar in my Ant/lib directory. thats another bug. 2) hackyInstaller seems to enable all sensors in sensor.proerties even though they are not installed. So, when I opened hackyInstaller.jar I found that my build sensor was not installed. When I checked my sensor.properties I saw that my build sensor was enabled. So, you should be able to see the problem when 1) and 2) are combined. hackyInstaller thinks a sensor isn't installed and so does the user. But, still I send data. thanks, aaron
