Re: Failure in maven install of OODT

2012-08-07 Thread Michael Joyce
Hi Chris, To iterate on what Dr. Mattmann mentioned, if you have the incorrect version of Maven installed you can easily install the correct version via "homebrew" with the instructions provided here ( http://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula). Find t

Re: Failure in maven install of OODT

2012-08-07 Thread Mattmann, Chris A (388J)
Hi Chris, What version of Maven and Java are you using? It looks like you have some class on your classpath that is overriding the XML parser (and its methods) that that particular test is expecting. Let me know the Maven/Java version and we can go from there. You can also get past this if you

Failure in maven install of OODT

2012-08-07 Thread Lynnes, Christopher S. (GSFC-6102)
I wanted to take OODT out for a test drive on my Mac, running Lion, but the mvn install produces a failure: > --- > Test set: org.apache.oodt.profile.EnumeratedProfileElementTest >