Difference between revisions of "How To Submit"

From CMSC 420
(additional instructions)
Line 2: Line 2:
  
 
Spec Draft 1.1 is wrong; we are using the submit server, not GRACE.
 
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:
 +
<code><pre>
 +
java -classpath cmsc420util.jar :. Main < primary.input.xml > primary.output.xml
 +
</pre></code>

Revision as of 03:50, 21 March 2007

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