Last Build: 12/04/18 7:30pm

Project Setup

Summary

Below is a quick summary of the one-time setup needed for the project:

  1. Visit the Project 1a assignment in Canvas and click the Github Classroom link to setup a repository named project-username where username is your Github username.

  2. 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-tools to avoid build path problems.

  3. 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.

  4. Import the project-tests repository 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 example repos/project-username and repos/project-tests share the same parent directory repos.

  5. Verify you can run the Project1Test.java set of tests in the “Project Tests” project in Eclipse.

  6. Verify you can make, commit, and push changes to Driver.java in 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.


https://youtu.be/n3159AmZV2M

Please note this video was recorded for a previous semester. The Github organization and teacher assistants have changed since then.