CIS 422/522 Software Methodologies

Project 2 Submission Instructions

Your program should compile and run on a CIS workstation in 100 Deschutes. You should end up with a directory that includes a number of source code files and data files.

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. Go through one final time making sure that the program compiles and runs by compiling and executing (assuming it is a java program) with

rm *.class
javac *.java
java <yourApplicationName>

Please do not submit any extra unnecessary files or .java files that do not compile.

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/cis422/www/hornof/bin/turnin -s cybernetix -p 4221 pa2 P2.tar

5. Confirm that your submission has arrived by going to

http://www.cs.uoregon.edu/classes/cis422/hornof/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.