Difference between revisions of "How To Start the Project"

From CMSC 420
m (Add project starter files)
(Add detailed instructions for getting XML Compare plugin)
Line 8: Line 8:
 
# Add the project starter files: Right click your project, choose Import, then Archive File, browse to the starter archive, select everyting (OK, maybe not the META-INF directory), Finish.
 
# Add the project starter files: Right click your project, choose Import, then Archive File, browse to the starter archive, select everyting (OK, maybe not the META-INF directory), Finish.
 
# Download [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/samples/samples.html XmlCompare] plugin for Eclipse.
 
# Download [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/samples/samples.html XmlCompare] plugin for Eclipse.
 +
## In Eclipse, Help->Software Updates->Find and Install
 +
## Search for new features to install
 +
## Check Eclipse Project Updates, Finish
 +
## Under Eclipse Project Updates, find the version you are running (Help|About), check Eclipse SDK Examples
 +
## Next, accept, Next, Finish, (wait), Install All
 +
## Restart Eclipse
 +
## (Note: this installs lots of unwanted crud; update with how to get rid of it)

Revision as of 20:21, 28 March 2007

  1. Download the JAR file: cmsc420util.jar
  2. Download all given input and output files:
  3. Read the spec (several times if necessary)
  4. Start a new project in Eclipse
  5. Add the external JAR file in Eclipse: Right-click on your new project->Properties->Java Build Path->Libraries tab->Add External JAR. To add the source and javadoc, click the plus sign and attach them.
  6. Download the project starter files from the submit server.
  7. Add the project starter files: Right click your project, choose Import, then Archive File, browse to the starter archive, select everyting (OK, maybe not the META-INF directory), Finish.
  8. Download XmlCompare plugin for Eclipse.
    1. In Eclipse, Help->Software Updates->Find and Install
    2. Search for new features to install
    3. Check Eclipse Project Updates, Finish
    4. Under Eclipse Project Updates, find the version you are running (Help|About), check Eclipse SDK Examples
    5. Next, accept, Next, Finish, (wait), Install All
    6. Restart Eclipse
    7. (Note: this installs lots of unwanted crud; update with how to get rid of it)