This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Description
Hi. I have downloaded the 0.1 package, and installed it in c:/apps/ through the graphical installer. I opened a command prompt, went to c:/.../my-lib/, which contains *.xqy files with xqDoc comments, and launched xquerydoc through the batch file:
C:\...\my-lib> c:/apps/xquerydoc-0.1/xquerydoc.bat
C:\...\my-lib>echo off
xquerydoc 0.1, generates xquery api documentation
Copyright (c) 2011, 2012 Jim Fuller, John Snelson
see https://github.com/xquery/xquerydoc
ECHO is off.
xquery dir: C:\...\my-lib
output dir: C:\...\my-lib\xqdoc
format: html
ECHO is off.
generating documentation ...
Error: Unable to access jarfile deps\xmlcalabash\calabash.jar
C:\...\my-lib>
Any idea?