atextor / owl-cli

Command line tool for ontology engineering
Apache License 2.0
14 stars 2 forks source link

`location-mapping.ttl` missing #16

Open VladimirAlexiev opened 2 weeks ago

VladimirAlexiev commented 2 weeks ago

https://github.com/atextor/owl-cli/releases/download/snapshot/owl-cli-snapshot.jar gives this warning on every run:

DEBUG org.apache.jena.riot.system.stream.JenaIOEnvironment -- Failed to find configuration: location-mapping.ttl;location-mapping.rdf;etc/location-mapping.rdf;etc/location-mapping.ttl

It is annoying, and also mangles STDOUT output: https://github.com/atextor/owl-cli/issues/14

VladimirAlexiev commented 2 weeks ago

@atextor Sorry, wrong project! Can you move this to https://github.com/atextor/owl-cli, or I should recreate it there?

atextor commented 2 weeks ago

I have moved the issue to owl-cli. Yes, this should not happen, DEBUG messages should only be displayed with the -vvv switch.