The problem is in hackyTDD:
Invoking compile.
Compiling 47 source files to C:\CruiseControls\instance-UH\hacky\hackyBuild\build\war\WEB-INF\classes
C:\CruiseControls\instance-UH\hacky\hackyTDD\src\org\hackystat\stdext\tdd\v
iew\TDDViewer.java:46: cannot resolve symbol
symbol : class TDDRecognizer
location: class org.hackystat.stdext.tdd.view.TDDViewer
TDDRecognizer recognizer = new TDDRecognizer((Session) i.next());
^
I forgot to commit TDDRecognizer.java. The file name was changed from TDDRecognition to TDDRecognizer.java.
OK, so two questions:
* Why did this compilation error make it to the Daily Build? * How can this situation be used to help with Cedric's Build analysis?
Cheers, Philip
p.s. Cedric: you aren't purposely failing the build to get some data, are you? :-)
