You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by es...@apache.org on 2008/03/27 03:11:49 UTC

svn commit: r641688 - in /portals/pluto/trunk/pluto-site/src/site: fml/faq.fml site.xml xdoc/download.xml xdoc/v11/getting-started.xml

Author: esm
Date: Wed Mar 26 19:11:47 2008
New Revision: 641688

URL: http://svn.apache.org/viewvc?rev=641688&view=rev
Log:
Updating faq, adding link to JIRA in menu sidebar, and a couple editoral tweaks.

Modified:
    portals/pluto/trunk/pluto-site/src/site/fml/faq.fml
    portals/pluto/trunk/pluto-site/src/site/site.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml

Modified: portals/pluto/trunk/pluto-site/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/fml/faq.fml?rev=641688&r1=641687&r2=641688&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/fml/faq.fml (original)
+++ portals/pluto/trunk/pluto-site/src/site/fml/faq.fml Wed Mar 26 19:11:47 2008
@@ -155,5 +155,21 @@
             </textarea>
         </answer>
     </faq>
+      
+    <faq id="xml-parsing">
+        <question>
+            Do I need to have xml parsers in an endorsed classloader? (e.g.in
+            Tomcat's 5.5 common/endorsed directory)
+        </question>
+        <answer>
+            <p>If you have installed Pluto 1.1.5 or greater, and are running on
+            Java 5 or greater, then you do not need to endorse any XML
+            libraries.  Pluto will use JAXP.</p>
+            <p>The Pluto 1.1.x codebase targets Java 1.4, and so the bundled
+            distribution of Pluto includes Tomcat with XML libraries in
+            <code>common/endorsed</code>.  Simply remove the XML libraries
+            from <code>common/endorsed</code> if you meet the above requirements.</p>
+        </answer>
+    </faq>
   </part>
 </faqs>

Modified: portals/pluto/trunk/pluto-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/site.xml?rev=641688&r1=641687&r2=641688&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/site.xml Wed Mar 26 19:11:47 2008
@@ -49,6 +49,7 @@
       <item name="News" href="/news.html"/>
       <item name="FAQ" href="/faq.html"/>
       <item name="Wiki" href="http://wiki.apache.org/portals/Pluto"/>
+      <item name="Issue Tracker (JIRA)" href="https://issues.apache.org/jira/browse/PLUTO"/>
       <item name="Powered By Pluto" href="/powered.html"/>
       <item name="Get Involved" href="/helping.html"/>
     </menu>

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml?rev=641688&r1=641687&r2=641688&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/download.xml Wed Mar 26 19:11:47 2008
@@ -50,15 +50,6 @@
         <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">a Pluto
         distribution mirror</a>.
       </p>
-      <br/>
-      <br/>
-      <p>
-        <strong>Please note:</strong> It was discovered during the 1.1.4 release process 
-        that Pluto 1.1.<em>3</em> was not binary compatible with Pluto 1.1.<em>2</em>. The <em>1.1.4</em>  release 
-        maintains binary compatability with <em>1.1.3.</em>
-      </p>
-      <br/>
-      <br/>
       <p>
         <strong>Please note:</strong> Pluto 1.1.<em>3</em> is not binary compatible with Pluto 1.1.<em>2</em>. 
         The <em>1.1.x</em> releases maintain binary compatability with <em>1.1.3.</em>

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml?rev=641688&r1=641687&r2=641688&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v11/getting-started.xml Wed Mar 26 19:11:47 2008
@@ -106,8 +106,9 @@
 		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/trunk/ pluto</pre>
 		</p>
 
-		<p>To check out Pluto 1.1.4 source to the 'pluto' directory use this command:
-		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/tags/pluto-1.1.4 pluto</pre>
+		<p>To check out Pluto 1.1.<code>x</code> source to the 'pluto' directory use this command (substituting '<code>x</code>' for the 
+        current release number, e.g. 1.1.<code>5</code>):
+		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/tags/pluto-1.1.x pluto</pre>
 		</p>
 
         <p>