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

Re: DocBook with ozonedoc.zip (was: Ozone Doc Project)



Per Nyfelt wrote:
> 
> >Hi Per,
> >please check out the ozoneDoc module from CVS. This module is based on
> >Eric's DocBook package but addtionally contains build scripts and the
> >Ant build environment. With this you can use this ozoneDoc module without
> >dependencies on other modules like the Ozone core package.
> 
> OK, checked it out and ran build.bat with the same error as before:
> 
> ozoneDoc Build System
> ---------------------
> 
> Starting Ant...
> Buildfile: build.xml
> 
> prepare:
> 
> htmldocs:
>      [java]
>      [java] XSLT Error
> (javax.xml.transform.TransformerConfigurationException):
> javax.xml.transform.TransformerException: javax.xml.transform.Transfor
> merException: method can not be multiply defined at the same import level!
> Old value = xml; New value = html
>      [java] Java Result: -1
> 
> BUILD SUCCESSFUL
> 
> Total time: 7 seconds
> Press any key to continue . . .
> 
> I hope someone else can try this out on windows so we can get a second
> opinion.
> 
> >Btw. Do you have an internet connection on Windows? XSL/XSLT tries to
> >download the proper DTDs from www.oasis-group.org and it seems that
> >DocBook is not able to connect to this host or at least resolve the host
> >name. (UnknownHostException) But I'm not sure how important this DTD
> >really is.
> 
> Oh, thanks after trying again is see that building when I'm in the office
> (with InternetConnection) works but trying from home (disconnected) doesn't.

Okay, we may be able to bundle the docbook DTD and use a local url to
point to it. I'll look into it.

Also could you check one other thing. jdk 1.3 comes with some extensions
in the ext directory that could conflict. The one you are getting errors
for is TRAX and I'm not sure any of the current xalan or fop is even
using this library. Which JDK are you using?

Eric