Return-Path: Mailing-List: contact gump-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list gump@jakarta.apache.org Received: (qmail 14268 invoked by uid 500); 5 Sep 2003 23:15:16 -0000 Received: (qmail 14237 invoked from network); 5 Sep 2003 23:15:16 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 5 Sep 2003 23:15:16 -0000 Received: (qmail 86679 invoked by uid 1728); 5 Sep 2003 23:15:19 -0000 Date: 5 Sep 2003 23:15:19 -0000 Message-ID: <20030905231519.86678.qmail@minotaur.apache.org> From: ajack@apache.org To: jakarta-gump-cvs@apache.org Subject: cvs commit: jakarta-gump/python/gump document.py X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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', \