Hello,
I am new to OODT and am having trouble getting started.
I have downloaded the source code by downloading the
"apache-oodt-0.2-src.tar.gz" file and extracting the contents. I have also
downloaded maven 2.2.1 and installed it. I then proceeded to compile OODT by
typing "mvn install" at the top level OODT directory. It ran for a long
while then it states that Build failed. The only failure is see is the
following: "Running org.apache.oodt.commons.util.
XMLTest Test run: 9 Failures: 1". In the report it states:
-------------------------------------------------------------------------------
Test set: org.apache.oodt.commons.util.XMLTest
-------------------------------------------------------------------------------
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
<<< FAILURE!
testDOM(org.apache.oodt.commons.util.XMLTest) Time elapsed: 0.094 sec <<<
FAILURE!
junit.framework.AssertionFailedError: Stringified DOM document CRC mismatch,
got value = 3750466362
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.apache.oodt.commons.util.XMLTest.testDOM(XMLTest.java:63)
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.
Thanks,
Fernando Arreola