ajack 2003/09/05 16:15:19
Modified: python/gump document.py
Log:
Forrest seems to like the two arguments content and xdocs..
INFO:gump:Executing: forrest -Djava.awt.headless=true -Dproject.content-dir=\dat
a\gump\forrest\content -Dproject.xdocs-dir=\data\gump\forrest\content\xdocs (Ou
tput to F:\data\OSS\jakarta-gump\tmp\forrest.txt)
Revision Changes Path
1.7 +2 -2 jakarta-gump/python/gump/document.py
Index: document.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- document.py 5 Sep 2003 23:08:49 -0000 1.6
+++ document.py 5 Sep 2003 23:15:19 -0000 1.7
@@ -194,8 +194,8 @@
forrest.addPrefixedParameter('-D','java.awt.headless','true','=')
forrest.addPrefixedParameter('-D','project.content-dir', \
content, '=')
- #forrest.addPrefixedParameter('-D','project.xdocs-dir', \
- # xdocs, '=')
+ forrest.addPrefixedParameter('-D','project.xdocs-dir', \
+ xdocs, '=')
#forrest.addPrefixedParameter('-D','project.sitemap-dir', \
# docroot, '=')
#forrest.addPrefixedParameter('-D','project.stylesheets-dir', \
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]