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>