Below are the EXACT submit instructions for the v3.0 skeleton. Say you have your work in a directory called agentsV3. 1) Cleaning the directory: Connect to agentsV3 and type: >ant clean This will get rid of the build directory. 2) Zipping the directory: >cd .. >zip -r v3skeleton.zip agentsV3 You should see the zip program putting everything into the zip file. 3) Submitting your zip file Cut and paste the following command, (or type it in exactly as shown below): >submit -tag v3skeletonspring2010 -user csci201 v3skeleton.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. Also include your design there if you have it in electronic form (otherwise turn the design in on class Monday).