1 This directory contains some initial code for a software engineering
2 project codenamed 'Panther'.
4 In a Debian-based environment, panther requires (if I haven't forgotten
7 java jdk - (I'm using openjdk-7-jdk)
8 ant - java based build tool similar to make
9 libmysql-java - MySQL Connector for java
12 To build run ant in the project directory:
16 and run by using the included 'run' bash script:
22 the 'localdata' directory contains data for the test database I'm
23 running on my own machine. These files are loaded into my test database
24 once and not used again. I'm not sure why I included them other than for
25 a sense of 'completeness'.