I just got back from paying my dues in vegas yet again *sigh*. One day I'll be in those billboards signs saying I won 10 million dollars. Anyways, in regards to question 2:
> 2) I've been getting this error when running the XmlDataSensor:
> sendSclcDataToHackystat:
> [hacky-xmldata] Bad level "info"
It was from an API change in ServerProperties I believe. If you update your sensorshell you'll be right as rain. Initially I thought it was due to incompatiability issue between java 1.4 and 1.5, but it just turned out to be a string constant issue: 'info' vs. 'INFO'.
> 3) When the XmlDataSensor does work, I don't think its sending all
> my data. For example, I have three .xml files that are generated by
> SCLC, but I think only two of them is sending data via the
> XmlDataSensor.
Could you send me the files and tell me the method you use to invoke the XmlDataSensor?
Cheers,
austen
On 5/30/06, Julie Ann Sakuda <[EMAIL PROTECTED]> wrote:
> 1) Is there a way to run SCLC on a single file? I want to be able
> to run SCLC on the build.xml file I have at the root of a
> directory. But, I also don't want to run SCLC on
> the .project, .classpath or build folder.
Something like "perl sclc build.xml" should work. You can make some
regex to exclude files I think. Its been a while I better go back
and review my documentation heh.
>
> 2) I've been getting this error when running the XmlDataSensor:
> sendSclcDataToHackystat:
> [hacky-xmldata] Bad level "info"
>
> Austen or Julie do you know anything about this?
Austen said it was something in the Hackystat API that Philip changed
that was causing XmlDataSensor to do that. I got that too. I think
it does it with Java 1.5. However, Austen said he fixed it. It
should have gone onto the public server already.
>
> 3) When the XmlDataSensor does work, I don't think its sending all
> my data. For example, I have three .xml files that are generated by
> SCLC, but I think only two of them is sending data via the
> XmlDataSensor.
Interesting. Let me know what version of the sensor you are running
and also what version of SCLC and let me tinker around with it.
