KISimulators README.TXT file The contents of this directory and its subdirectories form the KISimulators java project. KISimulator is designed to provide a simple foundation class, allowing the the development of Java IHE Actor simulators which can be controlled by the IHE Gazelle TestManager (TM) and Test Engine (TE) in as simple a manner as possible. The KISimulator Utilities project augments this base with helper classes which provide commonly needed functionality integrated into the KISimulator foundation. This project, KISimulators, contains working simulators built on the KISImulator and KISimulator Utilities foundation, along with additional documentation designed to help them serve as examples for developers. Documentation - for the IHE Gazelle project and for the KISimulator and its sister projects, KISimulator Utilities and KISimulators, can be found at the IHE wiki: http://ihewiki.wustl.edu/wiki/index.php/Gazelle http://ihewiki.wustl.edu/wiki/index.php/KISimulator http://ihewiki.wustl.edu/wiki/index.php/KISimulator_Utilities http://ihewiki.wustl.edu/wiki/index.php/KISimulators Javadoc - for the KISimulator family of projects can be found in the javadoc subdirectory when the project is built. Needed software: KISimulator project. KISimulator Utilities project. Java SDK - We used Sun java 1.6.19 Ant - We used 1.8.1 jar files - in the lib subdirectory. Install - the software by unzipping the zip file into a directory Build - the project by entering the command "ant build" in this directory. The command "ant help" will list all the ant targets. Run - Instructions for running the KISimulators from the command line or as an ant task are provided in the KISimulators wiki page.