You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/05/29 21:39:46 UTC

[Lucene-java Wiki] Update of "RunningTests" by ShawnHeisey

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "RunningTests" page has been changed by ShawnHeisey:
https://wiki.apache.org/lucene-java/RunningTests?action=diff&rev1=11&rev2=12

Comment:
updated ant version info

  This page describes how to run Lucene/Solr tests and various options you can use.
  
  == Using Ant ==
+ Running the tests on trunk and branch_4x requires Ant version 1.8.2 or higher.  The 3.x releases would only work with Ant version 1.7 and would not work with 1.8 or later.
- Running the tests requires [[http://ant.apache.org|Apache Ant]] version 1.7.0 or 1.7.1.
- 
- Note: do '''not''' use higher versions (e.g. 1.8.1)
  
  Tests run using the [[http://labs.carrotsearch.com/randomizedtesting.html|RandomizedTesting library]].  For usage instructions, run {{{ant test-help}}}.