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

Re: Ozone Doc Project



Per Nyfelt wrote:
> > Eric wrote: 
> > Okay, the ant build file should work okay and the XLST paths I think are
> > all unix like so I think it should work since it is all Java. If not,
> > I'm sure we can tweak some things. The ant file is very simple for one
> > file so we have to decide how we want to do it for more than one doc as
> > the tools take a long time to transform DocBook to HTML/FO and FOP to
> > PDF.
> >
> > Let me know if that download works and if it does we can decide how to
> > organize it to put it in CVS. We can then put together a documentation
> > How-To.
> 
> I'm almost there, pdf works fine but I have issues when building html. Below
> is the ant output. Any ideas what might be wrong?
> 
> 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
> 

This looks like you perhaps have a different TRAX API in your classpath.
Perhaps try to set CLASSPATH="" and then try the tools. The download was
designed so you wouldn't have to have any libs in your classpath prior
to running the transforms.


> Total time: 40 seconds
Fast box.
> 
> > We might be even able to put in SVG from the UML tool as well. I haven't
> > looked at ArgoUML yet so I don't know if it can spit out SVG yet.
> 
> ArgoUML looks promising from what I've read on their site. I'll play with it
> next week and see if it'll work.
Great!
> 
> > By in charge I just meant some to be the focal point and serve as sort
> > of leader and tie breaker. That's it.
> 
> I figured that's what you meant. I'm there for you, this is gonna be fun :)
Yep!

Eric