> -----Original Message----- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: 08 December 2003 14:08 > To: [EMAIL PROTECTED] > Subject: Re: java.awt.headless needed for current Gump builds > > > On Mon, 08 Dec 2003, Sebastian BAZLEY > <[EMAIL PROTECTED]> wrote: > > > Thanks - an Ant property would be fine, for the time being at least. > > nit-picking. It has to be a system property to actually work. > "traditional" Gump only supports Ant properties right now, I'll look > into fixing that. >
Agreed. But JMeter runs its tests in a separate JVM, so the "system" attribute of the property is "lost". So the script has to use <sysproperty> as part of the <java> task that runs the tests. I need to check further whether Ant can propagate system properties to a forked JVM automatically, but at present the build script "hack" works fine on LSD, and would/should work on the others once the property is set. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
