RMLio / RML-Mapper

Generate High Quality Linked Data from multiple originally (semi-)structured data (legacy)
http://RML.io
52 stars 20 forks source link

problem with exec script #39

Closed m1ci closed 6 years ago

m1ci commented 6 years ago

The line

if [ ! -d "RML-Mapper.jar" ]; then

should be fixed to if [ ! -d "RML-Processor-3.0.2.jar" ]; then

otherwise it says: Error: Unable to access jarfile RML-Mapper.jar

vemonet commented 5 years ago

It has not been fixed apparently. Now it is

if [ ! -d "RML-Mapper-v3.0.2.jar" ]; then

When it should be RML-Processor

if [ ! -d "RML-Processor-v3.0.2.jar" ]; then
pheyvaer commented 5 years ago

@vemonet If you have no real need for this specific version of the mapper, we suggest to use the latest version which you can find at a new repo.