mirror of https://github.com/apache/lucene.git
10 lines
172 B
Batchfile
10 lines
172 B
Batchfile
|
@echo off
|
||
|
|
||
|
for %%i in (.\lib\*.jar) do call cpappend.bat %%i
|
||
|
|
||
|
echo CLASSPATH="%_CP%"
|
||
|
|
||
|
java -classpath "%_CP%" org.apache.tools.ant.Main -Dant.home=%_AH% %1 %2 %3
|
||
|
|
||
|
SET _CP=
|