How To Submit

From CMSC 420
Revision as of 20:31, 27 March 2007 by Jk (talk | contribs) (Updated with public tests)

You can submit from Eclipse using the submit plugin. You will need the .submit file from the public tests.

Spec Draft 1.1 is wrong; we are using the submit server, not GRACE. It should be accepting submissions shortly.

The old submission requirements are very similar though. You still need to have a Main class in the default package. Your program will be tested with a command similar to:

java -classpath cmsc420util.jar:. Main < primary.input.xml > primary.output.xml

You can see exactly how your code will be tested by downloading the public tests.