"Carlos Villela" <[EMAIL PROTECTED]> wrote on 12/03/2007 12:56:46:
> Hi Liz, > > That's the classical "works for me, doesn't work on the Cruise box" > Java problem when doing anything to do with Swing: you need to start > the JVM in headless mode. More info here: > > http://java.sun.com/developer/technicalArticles/J2SE/Desktop/headless/ > > Hope that helps! > > - Carlos > The behaviours already work in headless mode (and throw a PendingException when they require a head). I ran the build with -Djava.awt.headless=true, and I can still see the little Swing boxes popping up. That tells me that our build isn't passing the system properties on to the tasks, or more likely that the tasks aren't passing them to the forked commands they run. That's the thing which I think needs to be fixed. Cheers, Liz. -- Elizabeth Keogh [EMAIL PROTECTED] http://www.livejournal.com/users/sirenian
