- Compress your old CMC folder and name it CMC_Backup (zip)
- Delete old CMC folder
- In Eclipse, right click on CMC project and click Delete, and check "Delete project contents on disk"
- Go to "File" > "Import..."
- Under "General", select "Existing Projects into Workspace"
- Click "Next" button
- Choose "Select archive file:" and click "Browse..." button
- Open CMC.zip (from Jordan's email) and click "Finish"
- Close Eclipse
- Go to /HOME/eclipse-workspace/CMC
- Click on the "View" menu and check "Show Hidden Files"
- Copy ".project" and ".classpath" files
- Paste them outside CMC folder
- Delete CMC folder from /HOME/eclipse-workspace
- Open terminal, cd to /HOME/eclipse-workspace
- Run command: git clone https://github.com/jtholen001/CMC
- cd to /HOME/eclipse-workspace/CMC
- Run command: git remote add upstream https://github.com/jtholen001/CMC
- Open Eclipse and the project should be there.
TO ADD PROJECT TO ECLIPSE:
- Download our latest stable release as a zip file
- Open Eclipse 3.. Go to "File" > "Import..."
- Under "General", select "Existing Projects into Workspace"
- Click "Next" button
- Choose "Select archive file:" and click "Browse..." button
- Open CMC-main.zip
- Click "Finish" button
TESTING INSTRUCTIONS
- Open AllTests.java located in CMC/test
- Run