COMP 303 Software Development - Fall 2011: Milestone 0


Due: 18:00, Monday, September 19, 2011

Requirements

  1. Form a project group of 3-4 students. Post a message in the Groups formed forum of moodle, listing all group members by name. Do not include student numbers.
  2. Install/setup Eclipse (or other Java development IDE if your team agrees; in the below I assume you are using Eclipse).
  3. Install/setup the Subversive Eclipse plug-in to Eclipse. Note that a subversion directory private to each group will be created/assigned once the groups are formed.
  4. Install/setup the checkstyle Eclipse plug-in. You should define a configuration that matches your individual preferred style, then choose one for the group and use it to enforce a programming style within your group.
  5. Import the project stub and reformat it to fit your preferred style. (note: this code will be supplied soon, but is not available yet)

What to hand in

There is no specific deliverable for this milestone (other than to announce your group membership in the forum). Note that knowledge of the material will be assumed in subsequent milestones and in testing.