Closed 108498asdf closed 10 years ago
PROJ1 MOD REVIEW DONE
Good job deleting the unnecessary stuff from the build.xml. However, you didn't refactor some of the targets to use the new classpath format -- see step four of these guidelines. You can replace code blocks like this:
<classpath>
<pathelement location="build"/>
<pathelement location="/cs/faculty/pconrad/public_html/cs56/lib/junit-4.8.2.jar"/>
</classpath>
with just this one line
<classpath refid="project.class.path" />
@jcneally I finished Project #1, issue #3,4,5. For issue #5, there are no error checking implemented(because it wasn't assigned), so please don't input special characters for min/max or have a max that is less than min.
~requested: 500