Group Charlie Project Workspace =============================== This filespace is laid out in the following fashion. public_html contains all group documents, minutes, source code documentation and similar material. This is best viewed with a web browser -- all pages are linked from the highest index.html page. classes contains a final build of the group project application. These files are for reference and recompilation -- actual running of the product should be by means of the JAR file. dist contains a release JAR file that contains all classes required to run the application. To other files, one, an DOS batch file, the other a UNIX shell script are also provided to simplify the running of the application. demos contains a set of example terrains and routes. These can be loaded into the application for demonstration purposes. src contains all source code actually present in the application. It is arranged hierarchiacally into the logical modules defined in the project specification. Compilation would go as follows java -d ../classes -classpath ../classes common/*.java or similar. testdata contains the full set of test harnesses and sample data used for the project. Their use was outlined in the progress report. apo23 060300