Christopher Elkins wrote:
>
> > Rafal Krzewski wrote:
> > >
> > > I just tried to build the docs (./build_turbine.sh docs) and I got a really
> > > funny error:
> > >
> > > build-turbine.xml:313: java.lang.InternalError: Can't connect to X11 window
> server using ':0.0' as the value of the DISPLAY variable
> > >
> > > My bet is that something is trynig to use AWT for image manipulation... This
> is obviously bad, because
> > > you need an X11 on your Linux box, remote X Server to connect, or build the
> docs on a Windoze machine.
> > >
> > > I hope this can be avoided...
> >
> > I had a similar problem with the HTTPClient.jar used in Noodle. GUI
> > should *not* be involved in building any part of Turbine. Anyone know
> > what the culprit is? Let's fix it.
> > --
> It's the image-rendering code in Stylebook. Basically, any tag like
> <create source="{$source}" target="graphics/{$id}-header.jpg"
> producer="parser" printer="image">
> (in book2project.xsl) is using AWT calls to generate JPGs dynamically. These
> calls require a GDI context, which is always available under Windows. AFAIK,
> that's just the way Stylebook works. :-(
Okay, who wants to volunteer to fix it? Perhaps Pier could be
convinced... ;)
Jon, would you ask him?
--
Daniel Rall <[EMAIL PROTECTED]>
http://collab.net/ | open source | do the right thing
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]