Re: java.lang.IncompatibleClassChangeError

2008-01-24 Thread Marcus Herou
Yep. I removed the "build" dir and rerun ant dist. Now it works silly me... Anyway here's the app http://search.tailsweep.com/searchfeeds.do?q=apple Kindly //Marcus On 1/24/08, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > make sure to run "ant clean" if you get funny compilation errors after >

Re: java.lang.IncompatibleClassChangeError

2008-01-24 Thread Ryan McKinley
make sure to run "ant clean" if you get funny compilation errors after an update. Marcus Herou wrote: Hi. I did a svn update in trunk and deployed new war on server and jars on client (after recompile) and got this. I read that the SolrServer changed from Abstract Class to interface. Does thi

Re: java.lang.IncompatibleClassChangeError

2008-01-24 Thread Yonik Seeley
On Jan 24, 2008 9:14 AM, Marcus Herou <[EMAIL PROTECTED]> wrote: > I did a svn update in trunk and deployed new war on server and jars on > client (after recompile) and got this. > I read that the SolrServer changed from Abstract Class to interface. Does > this have something to do with it perhaps?