You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2008/03/04 22:19:43 UTC

svn commit: r633649 - /forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml

Author: thorsten
Date: Tue Mar  4 13:19:40 2008
New Revision: 633649

URL: http://svn.apache.org/viewvc?rev=633649&view=rev
Log:
Describing all alternative to get rid of the warning. FOR-1071

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml?rev=633649&r1=633648&r2=633649&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml Tue Mar  4 13:19:40 2008
@@ -32,16 +32,23 @@
       </note>
       <p>This is a placeholder document for the new version.</p>
     </section>
-    <section id="Headsup">
-      <title>Headsup</title>
+    <section id="entities">
+      <title>Entities</title>
       <p>Due to
-        <strong>FOR-1071</strong> you need to add
+        <strong>FOR-1071</strong> you need to either add
         <code>src/documentation/resources/schema/symbols-project-v10.ent</code>
-        to your custom project. See
+        to your custom project or comment a section in your project <code>catalog.xcat</code>. See
         <a href="site:v0.90//faq/sitemap-entities">
-          faq.html#sitemap-entities</a> for more information.</p>
+        faq.html#sitemap-entities</a> for more information and the benefits using entities in your project.</p>
       <source>cd $YOUR_PROJECT
-cp $FORREST_HOME/main/webapp/symbols-project-v10.ent src/documentation/resources/schema/</source>
+# The following is either or. 
+# a) copy an empty entity file:  
+cp $FORREST_HOME/main/webapp/symbols-project-v10.ent src/documentation/resources/schema/
+# b) OR comment a section in src/documentation/resources/schema/catalog.xcat
+vi src/documentation/resources/schema/catalog.xcat
+# comment the following 
+<![CDATA[<!--public publicId="-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
+  uri="symbols-project-v10.ent"/-->]]></source>
     </section>
 <!-- FIXME: need to bring back some sections from the 0.8 version, temporarily removed -->
   </body>