You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by de...@apache.org on 2005/11/08 01:58:19 UTC

svn commit: r331652 - /xmlgraphics/batik/branches/svg11/build.xml

Author: deweese
Date: Mon Nov  7 16:58:12 2005
New Revision: 331652

URL: http://svn.apache.org/viewcvs?rev=331652&view=rev
Log:
Set headless mode true for generating docs.
PR: 35977

Modified:
    xmlgraphics/batik/branches/svg11/build.xml

Modified: xmlgraphics/batik/branches/svg11/build.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/batik/branches/svg11/build.xml?rev=331652&r1=331651&r2=331652&view=diff
==============================================================================
--- xmlgraphics/batik/branches/svg11/build.xml (original)
+++ xmlgraphics/batik/branches/svg11/build.xml Mon Nov  7 16:58:12 2005
@@ -1248,6 +1248,7 @@
     <java classname="${stylebook-class}" fork="yes">
       <classpath refid="libs-build-classpath"/>
       <arg line="targetDirectory=${docs} ${xdocs}/book.xml ${site-skin}"/>
+      <jvmarg value="-Djava.awt.headless=true"/>
     </java>
   </target>