source: gs3-extensions/solr/trunk/src/test/RUN-TEST.bat

Last change on this file was 24644, checked in by davidb, 13 years ago

Some standalone test code to try out a built solr index

  • Property svn:executable set to *
File size: 282 bytes
Line 
1@echo on
2
3setlocal enabledelayedexpansion
4
5set classpath=.
6
7for %%J in (..\lib\java\*.jar) do set classpath=!classpath!;%%J
8
9set classpath=%classpath%\;..\lib\servlet-api-2.5-20081211.jar
10
11java -Djava.util.logging.config.file=logging.properties -cp %classpath% QueryTest
12
13endlocal
14
Note: See TracBrowser for help on using the repository browser.