jmartin 01/02/05 15:01:49
Added: src/scripts alexandria.bat
Log:
Added windows batch file to run alexandria
Revision Changes Path
1.1 jakarta-alexandria/src/scripts/alexandria.bat
Index: alexandria.bat
===================================================================
@echo off
setlocal
if defined %ALEX_HOME% goto RUN
set ALEX_HOME=.
:RUN
set
CLASSPATH=%ALEX_HOME%\Alexandria.jar;%ALEX_HOME%\lib\castor-0.8.11.jar;%ALEX_HOME%\lib\xalan.jar;%ALEX_HOME%\lib\xerces.jar
ant -Dbasedir=%ALEX_HOME% -buildfile %ALEX_HOME%\xml\alexandria.xml %*
endlocal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]