Hello and thanks for trying out OODT.
> Test set: org.apache.oodt.commons.util.XMLTest
> -------------------------------------------------------------------------------
> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
> <<< FAILURE!
You can skip the tests that are failing by running:
mvn install -DskipTests
> Not sure if this is important or not, but I am unable to find the location
> where all the compile artifacts (.class) are. Is there a location where the
> .class files are placed? I am unable to find them and I am wondering if the
> test failure is causing them to not be created.
Artifacts are created in "target" subdirectories in the build directory tree,
and are also placed into your Maven repository when you run "mvn install".
--k