ucsb-cs56-projects / cs56-utilities-password-generator

-
1 stars 5 forks source link

Project cannot test if not at CSIL #22

Closed arda- closed 8 years ago

arda- commented 9 years ago
TL;DR Soft-code JUnit path location + Automate installation of JUnit (with Maven?) so that testing can run when not at CSIL.

ant test will give an error if run anywhere outside of CSIL. This is because:

So, I created the following fix (commit 262e95a on Vince's fork of the repo) to this problem that differentiates compiling into two options:

This workaround allow the project to run anywhere outside of CSIL, but not test.

So, here are some suggested ways to make the project truly independent of CSIL:

Total estimated value: 100 points

PazZaitGivon commented 9 years ago

looks good

pconrad commented 8 years ago

@jhpenger and @EdieS Please consider doing this issue. It is a VERY easy issue, and it will make it much more convenient for folks to work with this code.