bdd0a41aed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
9 lines
172 B
Batchfile
Executable file
9 lines
172 B
Batchfile
Executable file
@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=
|