RMLio / rmlmapper-java

The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources
http://rml.io
MIT License
147 stars 61 forks source link

Docker build error #106

Closed nleguillarme closed 3 years ago

nleguillarme commented 3 years ago

Building the docker image using docker build -t rmlmapper:latest . throws the following error :

Step 6/8 : RUN mv `find target/ -iname rmlmapper*.jar;` /rmlmapper.jar
 ---> Running in 440a9ea427f8
mv: can't rename 'target/rmlmapper-4.9.2-all.jar': No such file or directory
mv: can't rename 'target/rmlmapper-4.9.2-r349.jar': No such file or directory
The command '/bin/sh -c mv `find target/ -iname rmlmapper*.jar;` /rmlmapper.jar' returned a non-zero code: 1
pheyvaer commented 3 years ago

Hi @nleguillarme

Thanks for the issue! We are aware of this and are looking into a fix.

DylanVanAssche commented 3 years ago

We fixed this issue in v4.9.3! Thanks for using RML and our tools!