Junit tests are forked by Maven, so Continuum can't really set that property itself. I think it's best for the project to configure it if it requires AWT but doesn't require a display so that anyone that builds it on a headless machine doesn't need to do so.
I expect that setting -Djava.awt.headless=true in the surefire system properties will work, but if not I can help look into the best way to get this working in CI. Though I've no idea why configuration actually needs AWT in the first place :) - Brett On 29/08/2007, Michiel Kalkman <[EMAIL PROTECTED]> wrote: > Maybe Continuum should be running headless, as other projects might > also try to use awt code in the future. > > Michiel > > On 8/29/07, Jörg Schaible <[EMAIL PROTECTED]> wrote: > > Hi Oliver, > > > > Oliver Heger wrote on Tuesday, August 28, 2007 6:32 PM: > > > > > Henri Yandell wrote: > > >> We can change CI to use a JDK 1.6 if that's what Configuration's > > >> target is. > > > > > > This doesn't seem to be the problem. We get errors like the > > > one below. > > > Is there anything wrong with the JDK on the build machine? > > > > > > Oliver > > > > > > testGetConfiguration(org.apache.commons.configuration.TestData > > > Configuration) Time elapsed: 0.052 sec <<< ERROR! > > > java.lang.UnsatisfiedLinkError: > > > /usr/lib/jvm/j2sdk1.4.2_15/jre/lib/i386/libawt.so: libXp.so.6: cannot > > > open shared object file: No such file or directory > > > > This might simply be a headless installation ... so no X on the machine at > > all. Try to define for surefire the awt.headless system property. > > > > [snip] > > > > - Jörg > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Brett Porter Blog: http://www.devzuz.org/blogs/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]