Re: [continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread Brett Porter
I just had to install it - it's not running. On 01/09/2007, James Carman <[EMAIL PROTECTED]> wrote: > So, we're using xvfb? > > On 8/31/07, Brett Porter <[EMAIL PROTECTED]> wrote: > > yep, there was a couple more libraries it needed - it's all working now. > > > > On 31/08/2007, James Carman <[EMA

Re: [continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread James Carman
So, we're using xvfb? On 8/31/07, Brett Porter <[EMAIL PROTECTED]> wrote: > yep, there was a couple more libraries it needed - it's all working now. > > On 31/08/2007, James Carman <[EMAIL PROTECTED]> wrote: > > The headless option won't fix all problems. It depends on what you're > > doing. Can

Re: [continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread Brett Porter
yep, there was a couple more libraries it needed - it's all working now. On 31/08/2007, James Carman <[EMAIL PROTECTED]> wrote: > The headless option won't fix all problems. It depends on what you're > doing. Can we install the X Virtual Frame Buffer (xvfb) on the linux > box? That usually fixe

[continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=3105&projectId=161 Build statistics: State: Failed Previous State: Failed Started at: Fri 31 Aug 2007 06:48:27 -0700 Finished at: Fri 31 Aug 2007 06:49:00 -0700 Total time: 33s Build Trigger: Forced Build Numbe

[continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=3104&projectId=161 Build statistics: State: Failed Previous State: Failed Started at: Fri 31 Aug 2007 06:42:16 -0700 Finished at: Fri 31 Aug 2007 06:43:14 -0700 Total time: 58s Build Trigger: Forced Build Numbe

Re: [continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread James Carman
The headless option won't fix all problems. It depends on what you're doing. Can we install the X Virtual Frame Buffer (xvfb) on the linux box? That usually fixes my builds/servers when they need a graphics environment, because it tricks the operating system into thinking there is one. On 8/31/

[EMAIL PROTECTED]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2007-08-31 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jaxme has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2007-08-31 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

Re: [continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread Brett Porter
Well, we're building with: Operating system : Linux(unknown) Java Home version : java version "1.4.2_15" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02) Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode) I'm not sure why it's not working

RE: [continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread Jörg Schaible
Jörg Schaible wrote on Friday, August 31, 2007 9:00 AM: > Brett Porter wrote on Friday, August 31, 2007 2:54 AM: > >> It actually works under Java 5 or Java 6 - I thought the headless >> property was available in 1.4, but I don't see it in the API docs. > > Since 1.4.2: > http://java.sun.com/j2s

RE: [continuum] BUILD FAILURE: Commons Configuration

2007-08-31 Thread Jörg Schaible
Brett Porter wrote on Friday, August 31, 2007 2:54 AM: > It actually works under Java 5 or Java 6 - I thought the headless > property was available in 1.4, but I don't see it in the API docs. Since 1.4.2: http://java.sun.com/j2se/1.4.2/docs/guide/awt/AWTChanges.html#headless - Jörg