Generate Docfails: the input file does not exist or is not v

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Radu3000
Posts: 11
Joined: Mon Jul 30, 2007 6:19 pm
Location: Charlotte, NC USA

Generate Docfails: the input file does not exist or is not v

Post by Radu3000 »

Version 8.2

Got an xquery file - somewhat complex - imports a couple mudules.

Steps to reproduce:
1. Select xq file
2. Go to menu: XQuery | Generate Documentation
3. Re-select the xq file (reduntant step)
4. Generate Documentation.

Get a error dialog saying:
The input file does not exist or is not valid!

any ideas?

Thanks,
Radu.
Radu3000
Posts: 11
Joined: Mon Jul 30, 2007 6:19 pm
Location: Charlotte, NC USA

works in standalone 8.2 but fails in eclipse

Post by Radu3000 »

Was able to generate documentation using 8.2 standalone, but still fails in eclipse plugin.

P.S. works too using xqdoc separately.

Hope this helps,
Radu
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Generate Docfails: the input file does not exist or is n

Post by sorin_ristache »

Hello,
Radu3000 wrote: Get a error dialog saying:
The input file does not exist or is not valid!

any ideas?
It seems the XQuery is not valid. Did you validate the XQuery document with the action Validate Document before running the action for XQuery documentation? If it is valid can you send us sample files for reproducing the problem?


Regards,
Sorin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: works in standalone 8.2 but fails in eclipse

Post by sorin_ristache »

Radu3000 wrote:Was able to generate documentation using 8.2 standalone, but still fails in eclipse plugin.
What is the error message? Is it the same message The input file does not exist or is not valid? Can you send us sample files for reproducing the problem?


Regards,
Sorin
Radu3000
Posts: 11
Joined: Mon Jul 30, 2007 6:19 pm
Location: Charlotte, NC USA

Post by Radu3000 »

Eclipse always produces - The input file does not exist or is not valid.

When I validate document - Indeed - I am getting a:

Message:XQuery module validation/execution is not supported. Please validate/execute the main XQuery file.]

But transformation works just fine from Java/saxon in eclipse. And oxygen standalone - produces good xqdoc results.

It maybe difficult to come up with sample xq ... let me know -

Regards,
Radu
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

I generated the documentation for an XQuery document in the Eclipse plugin and I got no error. This is why some sample files are needed for reproducing the error.


Regards,
Sorin
Post Reply