CNGL-repo / r2rml

R2RML Implementation
MIT License
1 stars 2 forks source link

build failure #1

Open SIRINEM opened 7 years ago

SIRINEM commented 7 years ago

Hi, Im trying to use r2rml, but when i execute the command mvn package i got this, could you help me please. thank you. build failure

chrdebru commented 7 years ago

Hello,

Thanks for letting me know. I was surprised to see a ticket for that issue on this repo, as we have moved the development of R2RML to https://opengogs.adaptcentre.ie/debruync/r2rml (our centre's repot), but now I see that one cannot create an issue without an account over there. I'll look into that.

The problem will be documented. This is due to the Oracle jar not being available in the Maven repository, but has to be installed manually. To resolve this issue, either remove the dependencies on Oracle from the pom, or execute $ mvn clean which will install the Oracle jar for your. So:

$ mvn clean $ mvn package $ mvn dependency:copy-dependencies

We'll move the install script to a more appropriate place later on.

With my best regards,

Christophe

SIRINEM commented 7 years ago

Thank you, now it works, i want to know if the repository in GitHub is still working.

chrdebru commented 7 years ago

This "version" works, but is not maintained anymore. My affiliation with ADAPT required me to migrate the repository to our on Git repository. However, I think you should be able to mirror the repository.