23 Nov
2017
23 Nov
'17
4:49 p.m.
Both fixed. Thank you. On Thu, Nov 23, 2017 at 11:35 AM, Andy Bunce <bunce.andy@gmail.com> wrote:
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