On Wed, 8 Sep 2004, Dion Gillard <[EMAIL PROTECTED]> wrote: > What can we do about this?
Seems you are running unit tests that really need to have a graphics environment around which in general is not available to Gump. We once used Xvfb for the Linux boxes but had problems to solve the issue on MacOS X, so we simply run with java.awt.headless being set. Is there a way to either disable the specific tests or skip the tests completely? Simply picking another target/goal (yes, Gump can use Maven directly now)? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
