You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2011/12/10 20:48:05 UTC

svn commit: r1212858 - /xerces/java/trunk/build.xml

Author: mrglavas
Date: Sat Dec 10 19:48:05 2011
New Revision: 1212858

URL: http://svn.apache.org/viewvc?rev=1212858&view=rev
Log:
Fixing JIRA Issue #1545: http://issues.apache.org/jira/browse/XERCESJ-1545. Allow docs to be built on Mac OS X and other Unix environments by running in AWT headless mode. Solution thanks to Joshua Root, slightly different than his suggested patch but does the same thing.

Modified:
    xerces/java/trunk/build.xml

Modified: xerces/java/trunk/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?rev=1212858&r1=1212857&r2=1212858&view=diff
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Sat Dec 10 19:48:05 2011
@@ -427,6 +427,7 @@ Authors:
           classpath="${java.class.path}:${doc.generator.package}:./tools/xalan.jar"
           classname="${doc.generator}"
           failOnError="yes">
+      <sysproperty key="java.awt.headless" value="true"/>
       <arg value="targetDirectory=${build.docs}"/>
       <arg value="${build.dir}/xdocs/docs-book.xml"/>
       <arg value="${build.dir}/xdocs/style"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org