CMSC 433, Spring 2004

Programming Language Technologies and Paradigms

Programming Assignment Submission Instructions

You should have received an email with a file Submit.jar that contains the project submission program. To submit a project using this program, use the command

java -jar ~/Submit.jar n file1 ... filek

where n is the assignment number and file1 through filek are all the files for the assignment.

For example, for project one, after cd'ing into your project directory, you could use the command

java -jar ~/Submit.jar 1 *.c *.h *.l *.y Makefile

to submit your project, or perhaps just

java -jar ~/Submit.jar 1 *

You should be able to run the submission program from any machine that supports java. Please contact the instructor if you have any problems with the submission process. Each time you submit, your files will be stored on the submission server, without overwriting any of your previous submissions. If you need to recover files you submitted, send an email to any of the course staff, but do not depend on us to respond quickly. When it runs, the project submission program will give you information about what it is doing, including whether your submission is considered on-time or late. A successful submission will list the files submitted and their size as received on the submit server, and then exit. An unsuccessful submission will die with a message SUBMIT NOT SUCCESSFUL.

General guidelines:

Valid HTML 4.01!