Hi Carl,
yes, I think we introduced a bug in our command line scripts. I just sent a pull request which should fix the issue (https://github.com/BaseXdb/basex/pull/1024).
Cheers, Dirk
On 11/09/2014 05:10 PM, Carl Leitner wrote:
Hi, Is anyone experiencing difficulties in the Nov 6 snapshot with running commands like: basex -Vc “create database junk" where I get output like: Stopped at , 1/7: Syntax: CREATE [BACKUP|DATABASE|EVENT|INDEX|USER] [...] Create database, index, user, backup or event.
Creates a new database, index, user, backup or event:
- BACKUP [name]: creates a backup of the database [name]
- DATABASE [name] ([input]): creates the database [name] with an optional [input]
- EVENT [name]: creates the event
- INDEX [TEXT|ATTRIBUTE|FULLTEXT]: creates the specified index
- USER [name] ([password]): creates the specified user
This has been tried on a couple of machine (Ubuntu, Mac OS X, CentOS) including clean installs.
It does not happen with the Oct 28 snapshot.
Cheers. -carl