dbpedia / ontology-tracker

Here we keep track of modification requests in the DBpedia Ontology
35 stars 11 forks source link

Check output of Maven #24

Closed kurzum closed 6 years ago

kurzum commented 7 years ago

Hi @gcpdev and @joernhees , the output looks still weird: https://travis-ci.org/dbpedia/ontology-tracker

the most irritating thing is the FileNotFoundException java.io.FileNotFoundException: /dbo.tests.shapes.ttl (No such file or directory) java.io.FileNotFoundException: Manual/nulldummy/dummy.tests.Manual.ttl (No such file or directory)

Also there are unneccessary Java exception traces java.lang.AssertionError: Each owl:Class should not have two or more superclasses:

I understand that these tests should fail, but printing the stacktrace is not necessary.

Could you fix that? @gcpdev could you remove all code you are experimenting on from master and move it in a dev branch like the dummy.test.Manual.ttl

@joernhees invited you as a DBpedia maintainer. Congratulations.

Thanks, Sebastian

joernhees commented 7 years ago

yupp, that's why i tried to collapse the unimportant stuff as much as possible, so one can see the actual problems...

@kurzum 👍 thanks

kurzum commented 7 years ago

I saw the commits and it makes total sense. We are just not there yet due to the stacktraces

gcpdev commented 6 years ago

Solved with commit dcfb7535