Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 38950 invoked from network); 11 Feb 2004 11:09:20 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Feb 2004 11:09:20 -0000 Received: (qmail 68899 invoked by uid 500); 11 Feb 2004 11:08:53 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 68838 invoked by uid 500); 11 Feb 2004 11:08:52 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 68784 invoked from network); 11 Feb 2004 11:08:51 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 11 Feb 2004 11:08:51 -0000 Received: (qmail 38930 invoked by uid 1464); 11 Feb 2004 11:09:17 -0000 Date: 11 Feb 2004 11:09:17 -0000 Message-ID: <20040211110917.38928.qmail@minotaur.apache.org> From: nicolaken@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/scratchpad/forrestdoc README.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nicolaken 2004/02/11 03:09:17 Modified: scratchpad/forrestdoc README.txt Log: better instructions Revision Changes Path 1.2 +15 -3 xml-forrest/scratchpad/forrestdoc/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/xml-forrest/scratchpad/forrestdoc/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.txt 9 Feb 2004 11:11:02 -0000 1.1 +++ README.txt 11 Feb 2004 11:09:17 -0000 1.2 @@ -1,5 +1,17 @@ -Not much to say, other than do - build all + build project -and see Forrestdoc generate documentation for itself in build/project. \ No newline at end of file +and see Forrestdoc generate documentation for itself in build/project + + build ws + +and see Forrestdoc generate documentation for the workspace it's put in +(workspace/xml-forrest/scratchpad/forrestdoc -> generate for all projects in workspace/) + +to set a workspace dir manually: + + -Dws.dir= + +to set a project dir manually: + + -Dproject.dir= \ No newline at end of file