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/02/09 07:30:38 UTC

svn commit: r153031 - in forrest/trunk/docs-author: content/xdocs/build.xml status.xml

Author: crossley
Date: Tue Feb  8 22:30:35 2005
New Revision: 153031

URL: http://svn.apache.org/viewcvs?view=rev&rev=153031
Log:
Java 1.4 is required starting with Forrest-0.7-dev

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

Modified: forrest/trunk/docs-author/content/xdocs/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/build.xml?view=diff&r1=153030&r2=153031
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/build.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/build.xml Tue Feb  8 22:30:35 2005
@@ -61,7 +61,8 @@
      <p>
        To build Forrest, change directory to '<code>forrest/main</code>', and
        then type '<code>build</code>' on Windows or '<code>./build.sh</code>' on
-       Unix. If everything is successful, you should see a message similar to:
+       Unix. (Requires Java 1.4)
+       If everything is successful, you should see a message similar to:
      </p>
      <source>
   *-----------------------------------------------------------------

Modified: forrest/trunk/docs-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/status.xml?view=diff&r1=153030&r2=153031
==============================================================================
--- forrest/trunk/docs-author/status.xml (original)
+++ forrest/trunk/docs-author/status.xml Tue Feb  8 22:30:35 2005
@@ -166,6 +166,9 @@
         <link href="site:pdf-tab">How to create a PDF document for each
         tab</link> to create subject-specific aggregated documents.
       </action>
+      <action dev="DC" type="update" context="core">
+        Java 1.4 is required starting with Forrest-0.7-dev
+      </action>
     </release>
     <release version="0.6" date="2004-10-15">
       <action dev="DC" type="add" context="docs">