You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by se...@apache.org on 2003/12/13 14:58:24 UTC

cvs commit: jakarta-gump cocoondev.xml

sebb        2003/12/13 05:58:24

  Modified:    .        cocoondev.xml
  Log:
  Add java.awt.headless as ant property
  
  Revision  Changes    Path
  1.3       +4 -1      jakarta-gump/cocoondev.xml
  
  Index: cocoondev.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/cocoondev.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cocoondev.xml	16 Mar 2003 15:23:28 -0000	1.2
  +++ cocoondev.xml	13 Dec 2003 13:58:24 -0000	1.3
  @@ -5,7 +5,10 @@
              version="0.3">
   
     <property name="build.sysclasspath" value="only"/>
  -
  +  
  +  <!-- Not sure if Coocoon supports sysproperty. If so, can change the next line -->
  +  <property name="java.awt.headless" value="true"/>
  +  
     <profile href="profile/gump.xml"/>
   
     <!-- After the bootstrap -->
  
  
  

Re: cvs commit: jakarta-gump cocoondev.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 13 Dec 2003, <se...@apache.org> wrote:

>   Add java.awt.headless as ant property

I think it needs to be a system property to have the desired effect.

Stefan