I'd rather not skip the tests altogether. Should we just check java.awt.headless=true and skip them then?
This does seem a bit of a limitation for Gump. On Wed, 08 Sep 2004 08:19:56 +0200, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > 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] > > -- http://www.multitask.com.au/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
