Also seems to be a scambling of xquery and sql modules.
Code and doc http://docs.basex.org/wiki/XQuery_Module
/Andy

On 22 November 2017 at 18:45, Andy Bunce <bunce.andy@gmail.com> wrote:

Hi,

Bat files for reecent builds are not running for me and contain a line like:
set CP=%MAIN%\target\classes;%MAIN%\lib\*;%MAIN%\lib\custom\*

Looks like a substition is not happening somewhere. I think should be:

set CP=%MAIN%\BaseX.jar;%MAIN%\lib\*;%MAIN%\lib\custom\*

/Andy