On 17/05/11 12:22, Tim Harsch wrote:
I just downloaded the new Fuseki and was trying to start it in the usual way.
C:\apps\fuseki\Fuseki-0.2.0>java -jar fuseki-sys.jar --update --loc=DB /dataset
04:17:41 INFO Fuseki :: TDB dataset: directory=DB
Directory not found: DB
The docs still say "Use an existing TDB database. Create an empty one if it
does not exist." for --loc parameter.
Tim
The directory must exist but it need not have a database in it.
It was too easy to get the directory name wrong and create a new
directory with an empty database.
Andy