Grader Tool Prototype
The prototype executable is a manifested jar file named grader.jar. It can be launched by double clicking on its desktop icon. From the command line, it is executed using the "-jar" argument, i.e., "java -jar grader.jar".
The top-level source files are
GraderAppMain.java
and
GraderUI.java
.
To compile and run our prototype, please refer to README.txt.
UNIX Makefile to build our prototype is here (Makefile).
The individual component source files are listed below:
(This is not an exhaustive list. To see all files, please see src directory.)
Further discussion of this prototype is in 308 Lecture Notes Week 8