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

Last change on this file since 24644 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
RevLine 
[24644]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.