Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 688 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 688 Bytes

-PathFinder -==========

USAGE NOTES:

  1. Build Pre-requisites: ANT_HOME must be set

To run full regression test, use: ant run-full-regression-test

  1. Runtime Pre-requisites: JAVA_HOME must be set *Compatible with JDK1.2 *for obvious reasons(Multichoice compatibility :-)), thus I did not use the List functionality of newer JDK's

  2. CONFIGURATION: A map configuration file must be defined.
    See example property file, terrain.properties, in dist/config folder.

  3. Run on commandline by using command: .\run.bat on windows or .\run.sh on unix

eg .\run.bat large_map.txt

  1. LOGGING: is configured in log4j.properties is done to logs/log4j/PathFinder.log