FYI: The current build failure is related to DIH tests failing (from Exceptions actually) but Hudson can't give details because it generates the Test Reports based on "trunk/build/test-results/*.xml" ... by the looks of it we have the same issue with static HTML generate by "ant test-reports"
Do we want to change the main build.xml and Hudson configs to look in contribs, or do we want to change contribs to putting all of their build/test artifacts in subdirs under the "core" artifact directories (ala lucene-Java contribs) ? : [junit] Running org.apache.solr.handler.dataimport.TestDataConfig : [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.123 sec ... -Hoss