I noticed that for whatever reason, solr's build.xml doesnt detect if lucene's test code is out of date.
(I am fooling around with LUCENE-1709 where we will try to do the same parallel test execution for Lucene, as in Solr, and was moving the special formatter to lucene when i noticed this). Don't have any ideas how to fix, but just wanted to mention it so its not forgotten. worst case, if/when we resolve LUCENE-1709, you will have to run ant clean first... but I am sure there is some better ant trickery to detect this situation, maybe just another task dependency. -- Robert Muir rcm...@gmail.com