Generating XQuery documentation: processing a directory

Having trouble installing Oxygen? Got a bug to report? Post it all here.
gpm2a
Posts: 22
Joined: Thu Apr 27, 2006 5:39 pm

Generating XQuery documentation: processing a directory

Post by gpm2a »

I'm running oXygen 13.1 on Mac OS 10.6.8. I'm trying to run xqdoc using Tools --> Generate Documentation --> XQuery Documentation. In the dialog, under "Input" I want to use the "Folder" option to process a directory. When I click the folder icon to browse to a particular directory, the path to that directory is filled in as expected, for example:

/Users/me/myproject

But when I click the "Generate" button, I get the following error:

no protocol: /Users/me/myproject

If I then add "file:" as the protocol like so:

file:/Users/me/myproject

then I get this error:

The input directory does not exist or is not valid!
adrian
Posts: 2853
Joined: Tue May 17, 2005 4:01 pm

Re: Generating XQuery documentation: processing a directory

Post by adrian »

Hi,

I've tested and I can confirm that this is a bug.
I've logged this to our issue tracking tool and we'll fix it in v13.2, to be released in about a week.
We are still investigating if there's a way around this bug for v13.1.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
adrian
Posts: 2853
Joined: Tue May 17, 2005 4:01 pm

Re: Generating XQuery documentation: processing a directory

Post by adrian »

Hi,

v13.2 is already out and includes the bugfix for this. You can download it from our web site:
http://www.oxygenxml.com/download.html

Please let us know if you encounter further problems with this new version.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply