CIS 422 Software Methodologies

Project 2 Submission Instructions

1. Make sure you have prapared a README.txt as described in the Project 2 Grading Criteria.

2. Create a new directory with all of the necessary source code and data files, the README.txt file, and all other necessary files. Remove all unecessary files from the directory.

3. Make a tar file of all of all of the files in that directory. Assuming you are in that directory (and that your program does not rely on any hidden files--files that start with a period), run the following command:

tar -cvf P2.tar *

4. One of your group members should submit the tar file before the due date and time by typing:

/cs/classes/www/06S/cis422/bin/turnin -s ix -p 4222 pa2 P2.tar

5. Confirm that your submission has arrived by going to

http://www.cs.uoregon.edu/classes/06S/cis422/turnin/pa2

and confirming that your tar file has been placed in a directory with the submitting group member's name.

You may resubmit and overwrite the previous submission. The timestamp on the tar file will be used to determine if the assignment was submitted on time, or if a penalty for late days has accrued. If you resubmit a finished project after the due date, the submission will be counted as late.