[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ozone doc project



Falko Braeutigam wrote:
> 
> 
> Unfortunately I have no success compiling the docs. Below is the output. Any
> ideas?
> 
> ozoneDoc Build System
> ---------------------
> 
> Starting Ant...
> Buildfile: build.xml
> 
> example.html:
> 
> prepare:
> 
> html:
>      [java] ========= Parsing file:/mnt/sheepy/daniela/ozone-modules/ozoneDoc/dr
> ivers/xhtmldriver.xsl ==========
>      [java] file:/mnt/sheepy/daniela/ozone-modules/ozoneDoc/drivers/../docbook-x
> sl/xhtml/docbook.xsl; Line 0; Column 0
>      [java] XSL Error: Could not parse file:/mnt/sheepy/daniela/ozone-modules/oz
> oneDoc/drivers/xhtmldriver.xsl document!
>      [java] XSL Error: processStylesheet not successful!
>      [java] XSLT: File "file:/mnt/sheepy/daniela/ozone-modules/ozoneDoc/drivers/
> ../docbook-xsl/xhtml/docbook.xsl" not found.
>      [java] Xalan: was not successful.
>      [java] XSLProcessor: done
>      [java] Java Result: -1
> 
> ozone-dev-guide.html:
> 
> prepare:
> 
> html:
>      [java] ========= Parsing file:/mnt/sheepy/daniela/ozone-modules/ozoneDoc/dr
> ivers/xhtmldriver.xsl ==========
>      [java] file:/mnt/sheepy/daniela/ozone-modules/ozoneDoc/drivers/../docbook-x
> sl/xhtml/docbook.xsl; Line 0; Column 0
>      [java] XSL Error: Could not parse file:/mnt/sheepy/daniela/ozone-modules/oz
> oneDoc/drivers/xhtmldriver.xsl document!
>      [java] XSL Error: processStylesheet not successful!
>      [java] XSLT: File "file:/mnt/sheepy/daniela/ozone-modules/ozoneDoc/drivers/
> ../docbook-xsl/xhtml/docbook.xsl" not found.
>      [java] Xalan: was not successful.
>      [java] XSLProcessor: done
>      [java] Java Result: -1
> 
This seems to work fine for me. Here are some things to try. 

1. Do a CVS update. 
The output above looks okay. The driver files changed which directory
they look in based on 2 below.

2. build.sh/bat install
This unpacks the 
docbook-xsl-1.39.zip and
docbkx412.zip into the docbook-xsl and docbook-dtd directories
respectively.

3. The only other thing I can think of is that there is another XML
parser being found in the classpath that can't parse the XSL file.

I ran the following with no problems.
build.sh example.html

This takes the src/example.xml file and generates the file 
build/doc/html/example/example.html

Hopefully this will help.
Eric

----------------------------------------------------------------------
Post a message:         mailto:ozone-dev@ozone-db.org
Unsubscribe:            mailto:ozone-dev-request@ozone-db.org?body=unsubscribe
Contact adminstrator:   mailto:ozone-dev-owner@ozone-db.org
Read archived messages: http://www.ozone-db.org/
----------------------------------------------------------------------