Project Setup
Summary
Below is a quick summary of the one-time setup needed for the project:
-
Visit the Project 1a assignment in Canvas and click the Github Classroom link to setup a repository named
project-usernamewhereusernameis your Github username. -
Setup the Apache OpenNLP user library in Eclipse. See the Adding User Libraries in Eclipse guide for steps. Make sure to name the library
opennlp-toolsto avoid build path problems. -
Import the repository as a Java Project in Eclipse. See the Importing Eclipse Projects from Github guide for steps. This is where you will add your own code for the project.
-
Import the
project-testsrepository at https://github.com/usf-cs212-fall2018/project-tests as a Java Project in Eclipse. This is where you will find all of the test code and data files. These two projects must be located in the same parent directory! For examplerepos/project-usernameandrepos/project-testsshare the same parent directoryrepos. -
Verify you can run the
Project1Test.javaset of tests in the “Project Tests” project in Eclipse. -
Verify you can make, commit, and push changes to
Driver.javain the “Project” project in Eclipse.
Once setup, you do not need to go through these steps again.
Detailed Walkthrough
Pending
Video Walkthrough
This video walkthrough will illustrate this entire process on a Mac OSX system.
Please note this video was recorded for a previous semester. The Github organization and teacher assistants have changed since then.