Help Submitting Assignments Using SUBMIT
To submit an assignment using you should:
Setup the local computer (i.e., the computer you are sitting in front of).
- Log into the computer you are using.
-
Mount your Novell drive. (How you
do this depends on the operating system you are using and your
location.)
- Make your folder/directory your current folder/directory.
(Each assignment must be in its own folder/directory.)
- Create a folder/directory for the assignment. (Each assignment
must be in its own folder/directory.)
- Put the files for the assignment in the assignment's
folder. (Either create them
there or copy them there.)
Setup stu.cs.jmu.edu
:
- Login to
stu.cs.jmu.edu
. (On a Windows machine: start
PuTTY, enter stu.cs.jmu.edu
as the "Host Name", select
SSH, and click Open. On a Linux/Unix machine,
open a terminal window and enter ssh stu.cs.jmu.edu
.)
Enter your EID and password.
- Mount your Novell drive on
stu.cs.jmu.edu
using the
command mount-n
. Enter your Novell password when
prompted for it.
- Verify that your Novell drive has been mounted using the command
ls
. It should appear as the folder/directory
n-drive
.
- Change the current folder/directory to the folder/directory containing
your assignment with the command
cd n-drive/assignment
(where assignment
denotes the folder/directory you created for the assignment).
Run SUBMIT on stu.cs.jmu.edu
:
- Enter the command
submit
- Select your course.
- Select the appropriate assignment.
- Enter the file or files that constitute the assignment.
(Multiple files should be delimited by commas. You may use
the wildcard character -- for eample,
*.java
will submit all .java
files.)
- Submit creates two reports, one in text format (.txt) and one
in PDF format (.pdf). If your submission "failed", you should
review one or the other to determine the source of the
problem(s).
NOTE: You have not submitted your assignment
until the word "SUCCESS" appears next to each test.
To finish working on stu.cs.jmu.edu
:
- Change the directory to your home directory (using the command
cd ~
).
- Logout using the command
exit
.