mirror of
https://github.com/apache/lucene.git
synced 2025-02-14 22:16:00 +00:00
should ban System.exit via the policy file. Unfortunately System.exit is used by the runner itself too (otherwise it wouldn't be able to exit the JVM in the presence of background threads) so the policy would need to be selective and either ban certain packages or revoke the grant for the runner. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380200 13f79535-47bb-0310-9956-ffa450edef68
The Solr test-framework products base classes and utility classes for writting JUnit tests excercising Solr functionality. This test framework replies on the lucene components found in in the ./lucene-libs/ directory, as well as the third-party libraries found in the ./lib directory.