[ http://issues.apache.org/jira/browse/LUCENE-631?page=comments#action_12423431 ] Simon Willnauer commented on LUCENE-631: ----------------------------------------
Hey Yonik, this exception will be catched and is alright (not nice I will remove it!) but this is not the cause of the test failure. I guess you don't have db4o jar in your classpath, right? That might cause the problem. I did alter the build file to omitt the db4o dependent classes but that does not work for junit. Junit seems to look up the classes in the source folder and not from the compiled classes. I couldn't find a way to exclude this. There should be a way to set a ${junit.exclude} property in the top level build file. I will attach the build file diffs to the issue. If the test still fails I would appreciate if you could attach the ant junit output as XML to the issue. I tried it on 4 different machines with is not an excuse ;). Thanks Simon > GData Server - Milestone 3 Patch, Bugfixes, Documentation > --------------------------------------------------------- > > Key: LUCENE-631 > URL: http://issues.apache.org/jira/browse/LUCENE-631 > Project: Lucene - Java > Issue Type: New Feature > Components: Other > Reporter: Simon Willnauer > Attachments: gdata_06_07_23.diff, gdata_06_07_23.diff, > gdata_06_07_25.diff > > > For Milestone 3 added Features: > - Update Delete Concurrency > - Version control > - Second storage impl. based on Db4o. (Distributed Storage) > - moved all configuration in one single config file. > - removed dependencies in testcases. > - added schema validation for and all xml files in the project > (Configuration etc.) > - added JavaDoc > - much better Performance after reusing some resources > - added recovering component to lucene based storage to recover entries after > a server crash or OOM Error (very simple) > - solved test case fail on hyperthread / multi core machines (@ hossman: give > it a go) > @Yonik && Doug could you get that stuff in the svn please > regards simon -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]