2002-10-31 14:34:11 UTC
Since build script is not available for windows platforms this is my build.bat that builded leo succesfully.
This is a succesfull build.bat for windows xp but it will compile on other windows platform anyway:
set LOCALCLASSPATH=.\lib\ant.jar;.\lib\jakarta-ant-optional.jar;.\lib\jaxp.jar;.\lib\crimson.jar;%JAVA_HOME%\lib\tools.jar;.\lib\jdom.jar;.\lib\antlr-all.jar;.\lib\gnu-regexp.jar
set ANT_HOME=.\lib
%JAVA_HOME%\bin\java -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH% org.apache.tools.ant.Main %1
Good luck,
Nellios