How To Submit

From CMSC 420
Revision as of 03:50, 21 March 2007 by Ben Zoller (talk | contribs) (additional instructions)

You can submit from Eclipse using the submit plugin.

Spec Draft 1.1 is wrong; we are using the submit server, not GRACE.

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

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