Asst: Ant (build manager)

This assignment will give you practice in writing ant build files.

In the prior assignment, you added unit tests to either a Java or C++ spreadsheet.

Working with the same program, design a build.xml file that compiles the project, compiles your tests, runs your tests and, if the test were successful, completes the packageing of the spreadsheet (Jar file if working with the Java version, library if working with C++).

Assume that your build file will reside in the cppSpreadsheet/model directory if you are working with the C++ version, in the javaSpreadsheet directory if you are working withthe Java version.

Your build file should work when invoked from the command line (on our Linux servers).

Submit your build file using the button below.