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/06/07 05:43:54 UTC

svn commit: r188681 - /forrest/trunk/site-author/content/xdocs/docs/build.xml

Author: crossley
Date: Mon Jun  6 20:43:53 2005
New Revision: 188681

URL: http://svn.apache.org/viewcvs?rev=188681&view=rev
Log:
Make the warning more apparent about doing 'build clean'.

Modified:
    forrest/trunk/site-author/content/xdocs/docs/build.xml

Modified: forrest/trunk/site-author/content/xdocs/docs/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/build.xml?rev=188681&r1=188680&r2=188681&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/build.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/build.xml Mon Jun  6 20:43:53 2005
@@ -89,10 +89,11 @@
 [/svn/forrest]$ export FORREST_HOME=`pwd`
 [/svn/forrest]$ export PATH=$PATH:$FORREST_HOME/bin
      </source>
-     <p>
+     <warning>
        After updating the Forrest source from SVN, if there have been certain types of
-       updates (to the Java source for xml-forrest.jar), you will need to build forrest again.
-     </p>
+       updates (e.g. Java sources, supporting libraries, build system, etc.) you will
+       need to clean and build forrest again. Do 'cd forrest/main; build clean; build".
+     </warning>
     </section>
 
   <section id="run">