1
0
-1

When trying to build aai-common (mvn clean install), I get a ton of errors when it gets to aai-core regarding tests failing.  
I couldn't glean anything useful from the log other than they're Java errors.  I find it odd that I would be the only one experiencing this, but I'm hoping someone here can give me some guidance.  I've attached a log of the errors.

log-error.txt

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      I just pulled commit b2d56c3929923a6cba040083279feaf7d80bea34 of aai-common from master branch and did "mvn install" and got these results:

      [INFO] ------------------------------------------------------------------------
      [INFO] Reactor Summary:
      [INFO]
      [INFO] aai-aai-common ..................................... SUCCESS [ 45.367 s]
      [INFO] aai-schema-ingest .................................. SUCCESS [ 26.546 s]
      [INFO] aai-annotations .................................... SUCCESS [ 3.776 s]
      [INFO] aai-core ........................................... SUCCESS [05:45 min]
      [INFO] aai-schema ......................................... SUCCESS [ 59.365 s]
      [INFO] aai-auth ........................................... SUCCESS [ 1.352 s]
      [INFO] aai-utils .......................................... SUCCESS [ 12.956 s]
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESS
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 08:17 min
      [INFO] Finished at: 2018-11-10T23:26:41+11:00
      [INFO] Final Memory: 204M/915M
      [INFO] ------------------------------------------------------------------------

      So, as far as I can see, it's all working as expected.


        CommentAdd your comment...
      1.  
        1
        0
        -1

        Alex Hooper - I'm unable to get any log output from that link you posted.  The tests should work, are you seeing a lot of check style errors?  I use -Dcheckstyle.skip=true to suppress that output.


          CommentAdd your comment...