Running the Code
The main steps are:
- Create three DOS consoles in the top-level code folderuse the start command.
- Run the ant clean target to delete old folders.
- Run ant startdb to run the HSQL database manager.
- Run ant schemexport to create the database in HSQL.
- Run ant run to execute the code.
In the sections that follow, I describe some of these workflows.