30 likes | 166 Vues
This guide outlines the process of building the Robocode-PMJ-DaCruzer project, a collaborative software development initiative at the University of Hawaii. Begin by downloading and installing Ant 1.8.2 and unzipping the Robocode-PMJ-DaCruzer package. Use Ant to compile the project and manage dependencies through Ivy, which will automatically download necessary libraries, including Robocode and JUnit. Follow additional build operations such as JUnit testing, Checkstyle, PMD, and FindBugs. Finally, import the project into Eclipse for further development and testing.
E N D
Demo: Building robocode-pmj-dacruzer Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University of Hawaii Honolulu HI 96822
How to build robocode-pmj-dacruzer • Download and install Ant 1.8.2 • Download and unzip robocode-pmj-dacruzer-<version>.zip • Invoke ‘ant’ • Downloads Ivy • Uses Ivy to download libraries needed for compilation: • robocode, junit • Compiles robocode-pmj-dacruzer • Invoke other build system operations: • JUnit, Checkstyle, PMD, FindBugs, Jar, Dist, etc. • Ivy will download additional libraries as needed. • Import into Eclipse • Always run Ant in advance so that libraries are installed.