You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2005/06/22 11:55:41 UTC

svn commit: r191787 - /xerces/c/trunk/createDocs.sh

Author: gareth
Date: Wed Jun 22 02:55:39 2005
New Revision: 191787

URL: http://svn.apache.org/viewcvs?rev=191787&view=rev
Log:
Added -Djava.awt.headless=true so that we can run it via a shell

Modified:
    xerces/c/trunk/createDocs.sh

Modified: xerces/c/trunk/createDocs.sh
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/createDocs.sh?rev=191787&r1=191786&r2=191787&view=diff
==============================================================================
--- xerces/c/trunk/createDocs.sh (original)
+++ xerces/c/trunk/createDocs.sh Wed Jun 22 02:55:39 2005
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-java -classpath "tools/jars/stylebook-1.0-b2.jar:tools/jars/xalan.jar:tools/jars/xerces.jar" org.apache.stylebook.StyleBook "targetDirectory=doc/html" doc/xerces-c_book.xml doc/style
+java -Djava.awt.headless=true -classpath "tools/jars/stylebook-1.0-b2.jar:tools/jars/xalan.jar:tools/jars/xerces.jar" org.apache.stylebook.StyleBook "targetDirectory=doc/html" doc/xerces-c_book.xml doc/style



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