Below are the EXACT submit instructions for the v4.2 submittal. Say you have your work in a directory called agentsV4.2 1) Cleaning the directory: Connect to agentsV4.2 and type: >ant clean This will get rid of the build directory. 2) Zipping the directory: >cd .. >zip -r v4-2.zip agentsV4.2 You should see the zip program putting everything into the zip file. 3) Submitting your zip file Cut and paste the following command at the prompt, (or type it in exactly as shown below): submit -tag v4-2Spring2012 -user csci201 v4-2.zip You should get feedback that the submit succeeded. Make sure there is a readme.txt in the doc directory detailing what you think works and what doesn't and how to run every scenario. Though you should always have up-to-date design docs, they are NOT required for this submission.