From svn-return-3686-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Fri Sep 16 05:44:53 2005 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 89318 invoked from network); 16 Sep 2005 05:44:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Sep 2005 05:44:53 -0000 Received: (qmail 41204 invoked by uid 500); 16 Sep 2005 05:44:52 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 41146 invoked by uid 500); 16 Sep 2005 05:44:52 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 41128 invoked by uid 99); 16 Sep 2005 05:44:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2005 22:44:52 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Sep 2005 22:45:02 -0700 Received: (qmail 89287 invoked by uid 65534); 16 Sep 2005 05:44:51 -0000 Message-ID: <20050916054451.89286.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r289388 - /forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml Date: Fri, 16 Sep 2005 05:44:50 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Thu Sep 15 22:44:47 2005 New Revision: 289388 URL: http://svn.apache.org/viewcvs?rev=289388&view=rev Log: Anyone can address these fixme things, so only claim it if you are actually doing it. Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml?rev=289388&r1=289387&r2=289388&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml (original) +++ forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml Thu Sep 15 22:44:47 2005 @@ -56,7 +56,7 @@

Within the new buildfile you need to first set properties needed by the workstages you are going to use and then specify what implementations will be used by each workstage.

- This seems backwards since the properties are dependent + This seems backwards since the properties are dependent on the implementations - no?

This sample buildfile can be used as a base from which to customize @@ -65,7 +65,7 @@ the source, set up notification and indicate the deploy location. It then specifies which implementations we will use and finishes up with importing the forrestbot.xml file.

- Is "default workstage target" the correct term for + Is "default workstage target" the correct term for default="main"? <project name="mysampleproject" default="main"> @@ -163,7 +163,7 @@ name="main" depends="getsrc, build, deploy, notify"/>, create your own implementation of a workstage, or use any other ant tasks to do additional work.

- How do you create your own implementation? Can you + How do you create your own implementation? Can you create a different default target than main - how do you override the default?

@@ -815,7 +815,7 @@

Your buildfile can specify which workstages you want to use, set properties for them, and do any additional pre- and post-processing.

- Which of these (Your buildfile/workstage buildfile) is + Which of these (Your buildfile/workstage buildfile) is the "project buildfile" referred to elsewhere on this page, if any? If it is "Your buildfile" can I also create workstage buildfiles? If so, how?