How to use this zip
- Extract it to a directory. (I assume you already have.)
- In Eclipse, go to
File>Import...>Git>Projects from Git
.
- Click
Next
. Select Existing local repository
.
- Click
Next
. Add
the extracted directory. (You may have to explicitly click on Search
.)
- Continue to
Finish
.
- Now you should have an
Exam
project in your workspace.
- Right click on the
Exam
project, then choose Team>Show in history
.
- The
History
tab now shows a series of 18 commits. The first one is called initial commit
.
- The tags
mark2
..mark5
indicate the commit where a new mark was earned.
- You can select any commit, and look at its details. The list of files changed in the commit are listed on the lower right corner. Right click on a file to bring up a menu. Some useful options are:
Compare with previous version
.
Open this version
: shows the file at the time of the commit.
Open workspace version
: shows the final version of the file. (You can also open it in Project explorer
.)
- You can run
MoonMain
and RunLoggerServerClient
.
RunLoggerServerClient
runs MoonLogServer
, MoonServer
and MoonClient
, you can run them separately, too.