[ 
https://issues.apache.org/jira/browse/OODT-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14396128#comment-14396128
 ] 

Aditya Dhulipala commented on OODT-823:
---------------------------------------

tl;dr -- javdocs build without error.. but certain tests fail further in the 
build chain 

Hi Professor,

Making the modification to the core/pom.xml to ignore doclint ensures that the 
javadocs goal works correctly.

However, there is new error -- http://pastebin.com/kp9M6trK

This is what I found

The test org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository within 
oodt/resource/src/test/java/org/apache/oodt/cas/resource/queuerepo/TestXmlQueueRepository.java
 
fails

and this the surefire report result -- 
-------------------------------------------------------------------------------
Test set: org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec <<< 
FAILURE!
testMapping(org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository)  
Time elapsed: 0.182 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<[test-queue-1, quick]> but 
was:<[quick, test-queue-1]>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:280)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:71)
        at 
org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository.testMapping(TestXmlQueueRepository.java:64)

It looks like the ordering of the queue was reversed. I think this could some 
quirky JDK8 issue; not sure though, i could be wrong.

How do you think I should proceed?

> OODT JDK8 Maven3 build errors
> -----------------------------
>
>                 Key: OODT-823
>                 URL: https://issues.apache.org/jira/browse/OODT-823
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>    Affects Versions: 0.8
>         Environment: OS X Yosemite. maven 3 with JDK8
>            Reporter: Aditya Dhulipala
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>              Labels: beginner, build, maven
>             Fix For: 0.9
>
>
> OODT build fails when using maven 3 with jdk8. Specifically while generating 
> javadocs (the javadoc compiler that ships with JDK8 throws errors if the 
> javadoc does not conform to the format prescribed for javadocs under jdk8)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to