You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/06/21 23:53:52 UTC

svn commit: r191732 - /myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml

Author: schof
Date: Tue Jun 21 14:53:52 2005
New Revision: 191732

URL: http://svn.apache.org/viewcvs?rev=191732&view=rev
Log:
updated documentation

Modified:
    myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml

Modified: myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml?rev=191732&r1=191731&r2=191732&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml Tue Jun 21 14:53:52 2005
@@ -39,6 +39,9 @@
             and copy to <code>$ANT_HOME/lib</code>.  This is necessary to allow ant to use SVN to retrieve the source code.
         </li>
     </ul>    
+    
+    
+    
     <ul>
         <li>
             Install  
@@ -87,13 +90,19 @@
     <ul>
         <li>
             A cron job also needs to be added to the machine performing the nightly build <br/>
-            <code>00 23 * * * ant -buildfile bootstrap.xml clean nightly >/dev/null 2>&amp;1</code>
+            <code>00 23 * * * ant -buildfile /home/sjs4/bootstrap/bootstrap.xml -logger org.apache.tools.ant.listener.MailLogger clean nightly >/dev/null 2>&amp;1</code>
         </li>
     </ul>        
     <ul>
         <li>
+            A cron job also needs to be added to the machine performing the preiodic website build <br/>
+            <code>45 0-23/4 * * * ant -buildfile /home/sjs4/bootstrap/bootstrap.xml -logger org.apache.tools.ant.listener.MailLogger clean publish-site >/dev/null</code>
+        </li>
+    </ul>            
+    <ul>
+        <li>
             A cron job is also needed on the desitnation server to make sure the website is updated from SVN <br/>
-            <code>00 23 * * * ant -buildfile bootstrap.xml clean nightly >/dev/null 2>&amp;1</code>
+            <code>15 * * * * /home/schof/site-update.sh >/dev/null</code>
         </li>
     </ul>