Hi Mike, On Sat, Mar 15, 2014 at 10:10 PM, Mike Vogel <[email protected]>wrote:
> To see if there is something about the what the filemgr jar file is built > that is causing the failures I tried building CAS File Manager project > directly as describe at: > http://oodt.apache.org/components/maven/filemgr/user/basic.html on > windows 7 64 bit using Cygwin. It fails in the following ways. Any > suggestions? I'm going to try switching to using a CentOS virtual box but > I'd like to be able to run under windows as well so I could easily > integrate with some windows projects I already have working. > > > > Running 'mvn clean install' fails on the XMLTest, stack trace below. > > > > testDOM(org.apache.oodt.commons.util.XMLTest) Time elapsed: 0.1 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:62) > Personally, if you are trying to use RADiX I would either comment out this test (if you are using source) and try to reinstall the code. This is a trivial test which has little to do with using RADiX. > > > Running 'mvn install -DskipTests' fails on a connection timeout to > http://projects.iplantcollaborative.org. I tried it several times and > will try again later tonight or tomorrow. > This has been fixed in 0.7-SNAPSHOT and is due to the repository at the above URL no longer being active/maintained/available. Are you familiar with patching up source code? I can send you a patch which you can apply which will solve this problem for you. This will at least enable you to progress with using RADiX. Lewis
