Revision 997c24fdf322469f196b28c6781e94201c147cfa authored by Andreas Schwarte on 21 May 2019, 11:21:48 UTC, committed by Andreas Schwarte on 21 May 2019, 11:25:54 UTC
Fixes for CLI
* fix bundling of logging backend in binary distribution
* fix initialization of default prefix

Examples
* GettingStartedDemo: java example
* CLi: ./cli.sh -d examples/DBpediaWikidata.ttl @q
examples/q_gettingStarted.txt
1 parent 79ef7bf
Raw File
cli.bat
@echo off
java -Xmx1024m -cp bin;lib\*; com.fluidops.fedx.CLI %*
back to top