eXtensibleCatalog / NCIP2-Toolkit

Connect ILS circulation systems with XC
6 stars 6 forks source link

Maven can't make package #57

Open jlebonzec opened 8 years ago

jlebonzec commented 8 years ago

When I try to run a mvn package inside core/trunk, I get the following error:

Results :

Failed tests:   testSampleFiles(org.extensiblecatalog.ncip.v2.binding.ncipv2_02.jaxb.TestNCIPv2_02JAXBTranslator):
No files were found in src/test/data/sampleMessages.
Note: do not include a trailing slash in the path.Working directory: /home/ubuntu/xcncip2toolkit-GIT/core/trunk/binding/ncipv2_02

...

[INFO] NCIP V2.02 Binding ................................ FAILURE [2.863s]

By the way, what is the link with https://xcncip2toolkit.googlecode.com/svn ? The Subversion version runs well with maven, but there are files only present in Github and also files only present in Subversion...

Your documentation link with http://journal.code4lib.org/articles/5608 might be obsolete, as there are no more index.html file (not the only difference though).

Thank you for your time. :)

patrickzurek commented 8 years ago

Thanks for bringing this to our attention. I'll look into why the core is failing to build because of certain tests.

In the meantime, you can get the core to build by disabling tests like so: "mvn package -DskipTests"

Let me know if you need any other help getting it to compile.