You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/16 07:44:50 UTC

svn commit: r289388 - /forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml

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 @@
       <p>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.</p>
-    <fixme author="AB">This seems backwards since the properties are dependent 
+    <fixme author="open">This seems backwards since the properties are dependent 
 on the implementations - no?</fixme>
 
       <p>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.</p>
-    <fixme author="AB">Is "default workstage target" the correct term for 
+    <fixme author="open">Is "default workstage target" the correct term for 
 default="main"?</fixme>
 
       <source>&lt;project name="mysampleproject" default="main"&gt;
@@ -163,7 +163,7 @@
       name="main" depends="getsrc, build, deploy, notify"/&gt;</code>, create
       your own implementation of a workstage, or use any other ant tasks to do
       additional work.</p>
-    <fixme author="AB">How do you create your own implementation?  Can you 
+    <fixme author="open">How do you create your own implementation?  Can you 
 create a different default target than main - how do you override the 
 default?</fixme>
       <p></p>
@@ -815,7 +815,7 @@
 
       <p>Your buildfile can specify which workstages you want to use, set
       properties for them, and do any additional pre- and post-processing.</p>
-    <fixme author="AB">Which of these (Your buildfile/workstage buildfile) is 
+    <fixme author="open">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?</fixme>
     </section>