Department of Computer
Science
CMSC131: Spring
2011
Project: Hello World
Due Date: Tuesday Feb 8, 6:00 pm
Assignment Type: Open (See
Policy)
This project will ensure that you have installed the course tools correctly, that you can "check out" a project, work on the project, and then submit the project. You will also learn how to see the results of your submission on our "submit server".
There is just one release tests which will be run on your project. If you pass this test, you will receive a grade of 100% on the project (and if you don't pass this test, your grade will be 0.)
Any clarifications or corrections associated with this project will be available at: Clarifications
The project's code distribution is available by checking out the project named HelloWorld. The code distribution provides you with the following:
To work on a class project, the first thing you must do is to "check out" the project from your CVS repository. This was demonstrated in class, and is also described in the Eclipse Tutorial.The basic steps are:
Once you are back in the Java perspective, you should see the project folder on the left, and you should be able to begin working on the project:
If you write the project from scratch, without checking out the "HelloWorld" files from your CVS repository, you will not be able to submit your work.