David Crossley wrote:
> Stefan Bodewig wrote:
> > 
> > I haven't looked at forrest's build file but I assume the <java> task
> > you use to start Cocoon forks a new VM which does not see the system
> > properties set for the VM used by Ant.
> 
> Ah, i wondered about that. Yes it does.
> 
> > You could explicitly set the headless property in your <java> task or
> > you can try to set the system property ant.build.clonevm[1] to true from
> > inside your Gump descriptor (I'll do so shortly) which should copy over
> > the system properties from Ant's VM including the headless one.
> 
> The latter would be better. Thanks.

That got past the hang on adam now thanks.

Some new strangeness. We now need to require "jakarta-regexp"
(on vmgump and zone too).
We must have been getting this for free, prior to adding
the "clonevm".

Anyway, added now in r1056590.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

Reply via email to