Re: build.xml and lucene test code

2010-03-26 Thread Mark Miller
Yeah, there are things we can do to improve some of this (uptodatetask  
or something?) - Uwe has some ideas the other day.


- Mark

http://www.lucidimagination.com (mobile)

On Mar 26, 2010, at 1:53 AM, Robert Muir rcm...@gmail.com wrote:


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


build.xml and lucene test code

2010-03-25 Thread Robert Muir
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