Author: nick
Date: Mon Sep 24 19:22:55 2018
New Revision: 1841887

URL: http://svn.apache.org/viewvc?rev=1841887&view=rev
Log:
Partial update on generating the site

Modified:
    poi/site/README.txt

Modified: poi/site/README.txt
URL: 
http://svn.apache.org/viewvc/poi/site/README.txt?rev=1841887&r1=1841886&r2=1841887&view=diff
==============================================================================
--- poi/site/README.txt (original)
+++ poi/site/README.txt Mon Sep 24 19:22:55 2018
@@ -12,20 +12,23 @@ To generate the site for POI:
 1. check out the sources:
        svn co https://svn.apache.org/repos/asf/poi/site 
 
-2. make sure you're using Forrest 0.5.x and set the FORREST_HOME environment 
variable
+2. make sure you're using Forrest 0.9.x and set the FORREST_HOME environment 
variable
 
 3. set the POI_HOME environment variable to point to POI trunk. You will need 
it to build javadocs
 
 4. modify documentation files in ./src
 
-5. run "ant site" - it will generate the complete web site
+5. fetch the changelog from Bugzilla
+   TODO More details on how to do this!
+
+6. run "ant site" - it will generate the complete web site
 To build only javadocs run "ant javadocs"
 To build only from Forrest run "ant docs"
        
-6. make sure you svn add any new files
+7. make sure you svn add any new files
        svn status
        svn add ...
 
-7. check in changes in src and publish
+8. check in changes in src and publish
        svn ci
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to