Last time it was:
org.hackystat.kernel.installer.view.swing.main.TestHostKeyButtonPanel.xml

This time it is:
org.hackystat.kernel.installer.view.swing.main.TestMiddlePanel.xml

They failed the build for the same reason: 0 xml file size.

Both classes have testing methods, the xml file size should really not be zero. Changing JBlanketReport only hides the problem. I think the problem is with JBlanket itself. I am still suspecting JBlanket does not do IO flush and close FileStream itself (i.e. relying on underterministic java GC to do the job). I'll take a look at JBlanket this weekend. But, frankly, I am terrified to modify it because I think it's the most brittle part of the system.

Cheers,

Cedric




Philip Johnson wrote:
This is another instance of the JBlanket Report failing:

csdl.jblanket.JBlanketException: Unable to read file
c:\temp\jb\COVER-org.hackystat.kernel.installer.view.swing.main.TestMiddlePanel.xml

Cedric, could you investigate, please? Some things to do:

(a) check to see if this file is actually missing on hackydev. If it is,
why is it missing?  If it's not, why would the method not be able to
read it? Is there some problem with the contents?
(b) look through archives for other build failures related to JBlanket
report.  Is it always this same method?  What other commonalities can
you find?
(c) Depending upon what you discover, one approach might be to change
JBlanketReport to recover more gracefully in this situation; print a
warning or something and then continue processing. (Be careful with this
option, because it results in incorrect coverage data.  There needs to
be some way to make sure the developers know something bad happened.)

Cheers,
Philip

----- Original Message -----
From: Qin Zhang <[EMAIL PROTECTED]>
Date: Thursday, October 13, 2005 3:20 am
Subject: [HACKYSTAT-DEV-L] Hackystat-ALL Build Failed


Hackystat build (configuration Hackystat-ALL) failed.
Build report is available at

http://xenia.ics.hawaii.edu/hackyDevSite/configurationBuildReport.do?year=2005&month=10&day=13&configuration=Hackystat-ALL

Build Time Stamp: Thu Oct 13 03:20:05 HST 2005

Reply via email to