Hi, On Fri, Mar 13, 2009 at 9:20 PM, Brian Carrier <[email protected]> wrote: > Can we modify the automated build system to perform the textextract > regression test and report any failures?
Our Hudson build does an "ant dist" whenever changes are committed to the trunk. We could either change the Hudson configuration to run "ant test dist", or include "test" as a dependency to the "dist" target. I'd prefer the latter option, as that forces more people to run the tests during normal development. In any case, the "test" target doesn't seem to make the build fail even when there are test failures. That should probably also be changed. BR, Jukka Zitting
