EHRI / ehri-rest

Web service and business logic for managing EHRI collection metadata.
European Union Public License 1.2
3 stars 7 forks source link

Doesn't compile #32

Closed PonteIneptique closed 10 years ago

PonteIneptique commented 10 years ago

Since 76e132efe41dd0b52f7c45e34590541d54b557a0 for EHRI-CMDLINE and last one

mikesname commented 10 years ago

Have you done an mvn clean? Seems to work here...

PonteIneptique commented 10 years ago

You should me on holidays mate. Let's see that next week On 9 Apr 2014 20:41, "Mike Bryant" notifications@github.com wrote:

Have you done an mvn clean? Seems to work here...

Reply to this email directly or view it on GitHubhttps://github.com/mikesname/ehri-rest/issues/32#issuecomment-40007524 .

PonteIneptique commented 10 years ago

Ok so here is the final result of a mvn clean :

Tests run: 67, Failures: 1, Errors: 0, Skipped: 4

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Neo4j EHRI Project ................................ SUCCESS [0.875s]
[INFO] ehri-definitions .................................. SUCCESS [2.197s]
[INFO] ehri-frames ....................................... SUCCESS [22.058s]
[INFO] ehri-extension .................................... SUCCESS [22.124s]
[INFO] ehri-importers .................................... FAILURE [24.769s]
[INFO] ehri-cmdline ...................................... SKIPPED
[INFO] assembly .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:12.251s
[INFO] Finished at: Mon Apr 14 12:27:07 BST 2014
[INFO] Final Memory: 26M/81M
[INFO] -------------------------------------------------

Full Logs

mikesname commented 10 years ago

Tests are currently failing for one of the import classes. Just skip the tests, i.e:

mvn clean install -DskipTests