AKSW / RDFUnit

An RDF Unit Testing Suite
http://RDFUnit.aksw.org
Apache License 2.0
150 stars 42 forks source link

CLI startup needs too long #10

Closed kurzum closed 10 years ago

kurzum commented 10 years ago

I assume, that CLI needs so much initial time, because it loads a lot of data from lov.okfn.org

This is annoying for dev mode, i.e. I make many small changes to the ontology schema and then I want to rerun the CLI to check the result.

an option to disable caching on file would also be nice. so I don't need to do "rm data/tests" all the time

jimkont commented 10 years ago

reposting this here (where it should be, instead of #8 )

the delay is because of mvn install step. We discussed this some time ago but didn't get to fix it :)

https://github.com/AKSW/RDFUnit/blob/master/bin/rdfunit#L22