Brilliant! That does help, wonderfully.
On Thu, Aug 14, 2008 at 2:23 AM, Mark Hindess <[EMAIL PROTECTED]> wrote: > > In message <[EMAIL PROTECTED]>, > "Nathan Beyer" writes: >> >> It's running under CruiseControl, like the howto suggested, how do you >> do an X-connection with that? > > Nathan, I tend to use the X virtual frame buffer server when testing. > So something like: > > # pick a display that isn't in use :0 or :1 if :0 is already active > export DISPLAY=:0 > Xvfb $DISPLAY & > ant run-cc > > HTH, > -Mark > >
