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 2004/07/21 10:13:43 UTC

svn commit: rev 23118 - forrest/trunk/src/documentation/content/xdocs/docs

Author: crossley
Date: Wed Jul 21 01:13:43 2004
New Revision: 23118

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml
Log:
Minor text tweaks, nothing important.


Modified: forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml	Wed Jul 21 01:13:43 2004
@@ -55,7 +55,9 @@
     <section>
       <title>Run a clean target after upgrade</title>
       <p>To avoid any issue with old classes being loaded, run a
-       '<code>forrest clean</code>' just after you upgraded to this version.</p>
+        '<code>forrest clean</code>' in your project directory, after you
+        upgraded to this version.
+      </p>
     </section>
 
     <section id="copyless">
@@ -68,8 +70,8 @@
       </p>
 
       <p>
-      To use the new Forrest, launch "build" as you always have done,
-      and then change FORREST_HOME to point to [forrest]/src/core instead of 
+      To use the new Forrest, run 'build.sh' or 'build.bat' as you always have done,
+      and then change FORREST_HOME to point to forrest/src/core instead of 
       .../build/dist/shbat. Also make sure PATH gets updated to use the new 
       $FORREST_HOME/bin
       </p>
@@ -90,27 +92,34 @@
     <section id="antproxy">
       <title>forrest.antproxy.xml is obsolete in favor of Ant's &lt;import&gt; task</title>
       <p>
-      Ant projects that use <code>forrest.antproxy.xml</code> to invoke Forrest will recieve
-      an error message directing them to this document.  Please see the <link href="site:your-project/invoking_from_ant">Invoking
-      Forrest from Ant</link> documentation for instructions on how to use the &lt;import&gt; task.
+      Projects that use <code>forrest.antproxy.xml</code> via and Ant build
+      task to invoke Forrest, will receive
+      an error message directing them to this document.
+      Please see the <link href="site:your-project/invoking_from_ant">Invoking
+      Forrest from Ant</link> documentation for instructions on how to use
+      the &lt;import&gt; task.
       </p>
     </section>
     
     <section id="ehtml">
       <title>Deprecation of .ehtml</title>
       <p>
-      The .ehtml input file format has been deprecated and will likely be removed in the next release.
+      The .ehtml input file format has been deprecated and will likely be
+      removed in the next release.
       Please convert all .ehtml files to .ihtml.
-      If you do <code>forrest seed</code> there is a sample ihtml file.
+      If you do '<code>forrest seed</code>' there is a sample ihtml file.
       </p>
     </section>
     
     <section id="forrestbot">
       <title>New forrestbot</title>
       <p>
-      The forrestbot and the forrestbot web interface have been completely rewritten.  There is no
-      direct way to convert old configurations to new configurations.  Please see the <link href="site:forrestbot">forrestbot
-      documentation</link> for instructions to create buildfiles that work with the new forrestbot.
+      The forrestbot and the forrestbot web interface have been completely
+      rewritten.  There is no
+      direct way to convert old configurations to new configurations.
+      Please see the <link href="site:forrestbot">forrestbot
+      documentation</link> for instructions to create buildfiles that work
+      with the new forrestbot.
       </p>
     </section>