Subject: IMPORTANT! Submit instructions for Phase 5 Hello, everyone, Here are the instructions on how you should prepare your electronic submission at ECF, for Phase 5. 1. Create a directory called "application-AAAAA", where "AAAAA" is your team name. 2. Put the following files into this directory: 2.1. Your Java source files; 2.2. A set of sample graph definitions, and the data that you used for testing. 2.3. The makefile and/or the shell script that *compiles* and *runs* your Java project. 3. Archive this directory using either TAR+GZIP, or ZIP (your choice) 3.1. If you prefer to use TAR and GZIP, type: tar -cvf AAAAA.tar application-AAAAA/ gzip -9 AAAAA.tar *OR* 3.2. If you prefer to use ZIP, type: zip -9r AAAAA.zip application-AAAAA/ 4. Submit the archive (.tar.gz, or .zip) using the following command: submitcsc444f 5 AAAAA.tar.gz OR submitcsc444f 5 AAAAA.zip (whichever applies) Note: the parameter "5" indicates "assignment 5". By typing submitcsc444f -l 5 you will see the archive that you have submitted so far for this assignment. ** CAUTION: make sure that you include all the files that are necessary to perform a clean build and a proper execution. For example, if the makefile tries to compile an inexistent Java module, or tries to run an inexistent data test, you might lose important points. It is strongly recommended that you expand (UNTAR or UNZIP) the submission archive into a private, empty directory, and TEST if your submitted files and scripts do their job as you would expect. ** The submission deadline is Wednesday Dec 3 at 12:00 NOON. If you have trouble using the "submitcsc444f" command, please email me ASAP at ** If you submitted your assignment once and made modifications since, you can resubmit the whole archive by running the same "submitcsc444f" command again. You cannot "unsubmit" a submission, but you can resubmit it again. CAUTION: when you resubmit the archive, the previously-submitted one will be lost. The only submission that counts is the LAST submission. Furthermore, if you make a submission in due time, then you make another one after the deadline, BEWARE: the in-time submission will be lost. So if you resubmit anything after the deadline, be advised that the late submission penalty will apply, even if you had submitted something else before, in time. ** Good luck! Cosmin