-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No output generated, no error / reason / hint given #48
Comments
Hi Rene, thanks for the feedback. I will try to reproduce the error locally. On the meanwhile, could you try to execute it with the "-d" option a the end, so as to get a more verbose log. Best, |
Thanks for your reply, yes used |
Hi Rene, seems that you are missing the flags in your CLI call:
Try adding them (GV for example for getting the png file) and let me know if it works. It is working for me locally, producing a 4.7mb figure. Best, |
Thanks for pointing me to this, works like a charm! |
Hello,
not sure if bug or user error (I suppose the later), maybe you can give me a hint how to proceed.
What I did:
java -jar bin/ar2dtool.jar -i .schema.ttl -o schemaTax.png -t png -c bin/confTaxonomy.txt
andjava -jar bin/ar2dtool.jar -i .schema.ttl -o schemaER.png -t png -c bin/confER.txt
.schema.ttl
is same as at https://vocab.eccenca.com/semedi/Thanks in advance. Rene
The text was updated successfully, but these errors were encountered: