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.

-David

> Stefan
> 
> [1] http://ant.apache.org/manual/clonevm.html

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

Reply via email to