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 cd...@apache.org on 2007/09/01 13:54:34 UTC

svn commit: r571771 - in /portals/pluto/branches/1.1-286-trunk-merge: assembly/src/main/assembly/ pluto-site/src/site/ pluto-site/src/site/xdoc/ pluto-site/src/site/xdoc/v11/

Author: cdoremus
Date: Sat Sep  1 04:54:33 2007
New Revision: 571771

URL: http://svn.apache.org/viewvc?rev=571771&view=rev
Log:
Applied changes from trunk.

Modified:
    portals/pluto/branches/1.1-286-trunk-merge/assembly/src/main/assembly/src.xml
    portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/site.xml
    portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/download.xml
    portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/index.xml
    portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/news.xml
    portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/app-servers.xml
    portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/deploying.xml
    portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/getting-started.xml
    portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/release-notes.xml

Modified: portals/pluto/branches/1.1-286-trunk-merge/assembly/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/assembly/src/main/assembly/src.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/assembly/src/main/assembly/src.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/assembly/src/main/assembly/src.xml Sat Sep  1 04:54:33 2007
@@ -159,5 +159,13 @@
                 <include>src/</include>
             </includes>
         </fileSet>
+        <fileSet>
+            <directory>../pluto-site-skin</directory>
+            <outputDirectory>/pluto-site-skin</outputDirectory>
+            <includes>
+                <include>pom.xml</include>
+                <include>src/</include>
+            </includes>
+        </fileSet>
     </fileSets>
 </assembly>

Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/site.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/site.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/site.xml Sat Sep  1 04:54:33 2007
@@ -62,7 +62,7 @@
       <item name="Architecture" href="/v11/architecture.html"/>
       <item name="Resources" href="/v11/resources.html"/>
       <item name="Subprojects" href="/v11/subprojects.html" collapsed="true">
-        <item name="Portlet Container" href="/pluto-container/index.html"/>
+        <item name="Portlet Container" href="/pluto-container/getting-started.html"/>
         <item name="Portlet Tags" href="/pluto-taglib/index.html"/>
         <item name="Portal Driver" href="/pluto-portal-driver/index.html"/>
         <item name="Portal" href="/pluto-portal/index.html"/>
@@ -70,7 +70,7 @@
         <item name="Descriptor API" href="/pluto-descriptor-api/index.html"/>
         <item name="Descriptor Impl" href="/pluto-descriptor-impl/index.html"/>
         <!--item name="Optional Services" href="/pluto-optional-services/index.html"/-->
-        <item name="Maven Plugin" href="/maven-pluto-plugin/index.html"/>
+        <item name="Maven Plugin" href="/maven-pluto-plugin/getting-started.html"/>
         <item name="Ant Tasks" href="/pluto-ant-tasks/getting-started.html"/>
         <item name="Util" href="/pluto-util/index.html"/>
       </item>

Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/download.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/download.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/download.xml Sat Sep  1 04:54:33 2007
@@ -37,7 +37,7 @@
                 If you are getting started with Pluto, this is the distribution you
                 want.</li>
             <li><strong>pluto-current-bin</strong> - Provides the Pluto libraries, portal and
-                testsuite web applications.</li>
+                testsuite web applications.  Includes ant tasks.</li>
             <li><strong>pluto-current-container-bin</strong> - Provides the Pluto container
                 libraries only.</li>
             <li><strong>pluto-current-src</strong> - Provides the Pluto source code; requires
@@ -50,6 +50,13 @@
         <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>
     </section>
     
     <section name="Browse Distribution Archives">
@@ -58,7 +65,7 @@
         <a href="http://archive.apache.org/dist/portals/pluto/">from here</a>.
       </p>
     </section>
-  
+
   </body>
   
 </document>

Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/index.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/index.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/index.xml Sat Sep  1 04:54:33 2007
@@ -45,13 +45,13 @@
       </div>
       
       <div class="highlightBox">
-        <h5>Get Pluto 1.1.3</h5>
+        <h5>Get Pluto 1.1.4</h5>
         <p>
           <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">
             <img valign="top" src="images/download.gif" border="0" title="download"/>
             Download
           </a>
-          Pluto 1.1.3 GA
+          Pluto 1.1.4 GA
         </p>
         <ul>
           <li><a href="v11/getting-started.html">Installation Guide</a></li>
@@ -100,7 +100,7 @@
     <section name="Project Status">
       <p>
         Apache Pluto is a subproject of the Apache Portals Project. The current
-        stable release of Apache Pluto is version 1.1.3.  Pluto 1.1 is being
+        stable release of Apache Pluto is version 1.1.4.  Pluto 1.1 is being
         actively developed as the Reference Implementation of JSR-286.
       </p>
       <subsection name="Pluto 1.1">

Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/news.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/news.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/news.xml Sat Sep  1 04:54:33 2007
@@ -27,6 +27,26 @@
   <body>
     
     <section name="News and Status">
+        <h4>7 August 2007 - Portals Pluto 1.1.4</h4>
+        <p>
+            The Apache Pluto project is proud to announce the General Availability release of Pluto 1.1.4. 
+            This is the fifth GA release of the 1.1 line of Pluto, which is a major refactoring of 
+            Pluto 1.0.1 to allow for easier integration of Pluto's portlet container into a portal.
+        </p>
+        <p>
+            Pluto 1.1.4 includes support for JSP 2.1, updates to the Pluto Portal, Tomcat 6 installation 
+            support, and bug fixes related to url and portlet request attribute handling.
+        </p>
+        <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>
+        <p>
+            Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
+            Pluto 1.1 is the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification now 
+            under development by the JSR-286 Expert Group.
+        </p>
 
         <h4>17 May 2007 - Portals Pluto 1.1.3</h4>
         <p>

Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/app-servers.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/app-servers.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/app-servers.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/app-servers.xml Sat Sep  1 04:54:33 2007
@@ -41,7 +41,9 @@
             <td>WORKING</td>
             <td>
               Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> 
-              to install the container and portal into Tomcat.
+              to install the container and portal into Tomcat.  Make sure
+              the &lt;Connector&gt; element in Tomcat's conf/server.xml file
+              has the attribute <code>emptySessionPath=true</code> set.
             </td>
           </tr>
           <tr>
@@ -60,6 +62,68 @@
             <td>
               Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> 
               to install the container and portal into Tomcat.
+            </td>
+          </tr>
+          <tr>
+            <td>Tomcat</td>
+            <td>5.5.20</td>
+            <td>Working</td>
+            <td>
+              Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> 
+              to install the container and portal into Tomcat.
+            </td>
+          </tr>
+          <tr>
+            <td>Tomcat</td>
+            <td>5.5.23</td>
+            <td>Working</td>
+            <td>
+              Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> 
+              to install the container and portal into Tomcat.
+            </td>
+          </tr>
+          <tr>
+            <td>Tomcat</td>
+            <td>6.0.13</td>
+            <td>Working</td>
+            <td>
+              Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> 
+              to install the container and portal into Tomcat.  Make sure
+              the &lt;Connector&gt; element in Tomcat's conf/server.xml file
+              has the attribute <code>emptySessionPath=true</code> set.
+            </td>
+          </tr>
+          <tr>
+            <td>Tomcat</td>
+            <td>5.5.20</td>
+            <td>Working</td>
+            <td>
+              Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> 
+              to install the container and portal into Tomcat.  Make sure
+              the &lt;Connector&gt; element in Tomcat's conf/server.xml file
+              has the attribute <code>emptySessionPath=true</code> set.
+            </td>
+          </tr>
+          <tr>
+            <td>Tomcat</td>
+            <td>5.5.23</td>
+            <td>Working</td>
+            <td>
+              Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> 
+              to install the container and portal into Tomcat.  Make sure
+              the &lt;Connector&gt; element in Tomcat's conf/server.xml file
+              has the attribute <code>emptySessionPath=true</code> set.
+            </td>
+          </tr>
+          <tr>
+            <td>Tomcat</td>
+            <td>6.0.13</td>
+            <td>Working</td>
+            <td>
+              Use <code>mvn pluto:install -DinstallDir=/path/to/tomcat</code> 
+              to install the container and portal into Tomcat.  Make sure
+              the &lt;Connector&gt; element in Tomcat's conf/server.xml file
+              has the attribute <code>emptySessionPath=true</code> set.
             </td>
           </tr>
           <tr>

Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/deploying.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/deploying.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/deploying.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/deploying.xml Sat Sep  1 04:54:33 2007
@@ -114,7 +114,7 @@
   <!-- Dependency Version Properties ======================================= -->
   <properties>
     <!-- Change this for a new Pluto version -->
-    <pluto.version>1.1.3</pluto.version>
+    <pluto.version>1.1.4</pluto.version>
     <portlet-api.version>1.0</portlet-api.version>
     <servlet-api.version>2.4</servlet-api.version>
     <jsp-api.version>2.0</jsp-api.version>

Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/getting-started.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/getting-started.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/getting-started.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/getting-started.xml Sat Sep  1 04:54:33 2007
@@ -37,7 +37,7 @@
                 If you are getting started with Pluto, this is the distribution you
                 want.</li>
             <li><strong>pluto-current-bin</strong> - Provides the Pluto libraries, portal and 
-                testsuite web applications.</li>
+                testsuite web applications.  Includes ant tasks.</li>
             <li><strong>pluto-current-container-bin</strong> - Provides the Pluto container
                 libraries only.</li>
             <li><strong>pluto-current-src</strong> - Provides the Pluto source code; requires
@@ -103,8 +103,8 @@
 		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/trunk/ pluto</pre>
 		</p>
 
-		<p>To check out Pluto 1.1.3 source to the 'pluto' directory use this command:
-		<pre>svn checkout https://svn.apache.org/repos/asf/portals/pluto/tags/pluto-1.1.3 pluto</pre>
+		<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>
 
         <p>
@@ -151,7 +151,7 @@
         <p>
           The <code>pluto:install</code> goal will take the resulting artifacts
           and properly deploy them within the configured Tomcat installation.
-          Currently, the Pluto 1.1 install has been tested on Tomcat 5.5.9, 5.5.17 and 5.5.20.
+          Currently, the Pluto 1.1 install has been tested on Tomcat 5.5.9, 5.5.17 and 5.5.20, 5.5.23, and 6.0.13.
           The Tomcat 5 archive can be found <a href="http://archive.apache.org/dist/tomcat/tomcat-5/archive">here</a>.
         </p>
         <p>
@@ -185,10 +185,10 @@
           <ul>
             <li>castor-1.0.jar</li>
             <li>portlet-api-1.0.jar</li>
-            <li>pluto-container-1.1.3.jar</li>
-            <li>pluto-descriptor-api-1.1.3.jar</li>
-            <li>pluto-descriptor-impl-1.1.3.jar</li>
-            <li>pluto-taglib-1.1.3.jar</li>
+            <li>pluto-container-1.1.4.jar</li>
+            <li>pluto-descriptor-api-1.1.4.jar</li>
+            <li>pluto-descriptor-impl-1.1.4.jar</li>
+            <li>pluto-taglib-1.1.4.jar</li>
           </ul>
         </p>
         <p>

Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/release-notes.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/release-notes.xml?rev=571771&r1=571770&r2=571771&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/release-notes.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-site/src/site/xdoc/v11/release-notes.xml Sat Sep  1 04:54:33 2007
@@ -25,6 +25,42 @@
   </properties>
   
   <body>
+    <section name="Pluto 1.1.4 Release Notes">
+      <subsection name="Bug">
+        <ul>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-341'>PLUTO-341</a> - Page Admin Portlet does not work with Internet Explorer ver 6</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-356'>PLUTO-356</a> - Pluto Driver not using injected Portal URL Parser</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-361'>PLUTO-361</a> - Error when parsing the portal url</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-369'>PLUTO-369</a> - Inconsistency in PortletRequest attribute handling</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-370'>PLUTO-370</a> - Cannot build 1.1.3 GA release from source</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-381'>PLUTO-381</a> - Not able to Add Portal page to a new application</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-383'>PLUTO-383</a> - DefaultUserInfo service returns null userinfo map</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-386'>PLUTO-386</a> - Src distribution does not contain Pluto-AntTask.jar</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-389'>PLUTO-389</a> - Pluto-Ant-Task can not be built because of missing junit dependency</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-393'>PLUTO-393</a> - Maximize Window State formatting problems in Firefox 2.0</li>
+        </ul>
+      </subsection>
+      <subsection name="Improvement"> 
+        <ul>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-347'>PLUTO-347</a> - Remove dependency on shared/lib xerces and xmlAPIs</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-358'>PLUTO-358</a> - Upgrade to Castor 1.1.1</li>
+          <!--li><a href='https://issues.apache.org/jira/browse/PLUTO-360'>PLUTO-360</a> - FileAssemblerTest cannot be executed offline</li-->
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-375'>PLUTO-375</a> - The ExpressionEvaluatorProxy for JSP 2.1 is unimplemented</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-376'>PLUTO-376</a> - Update Pluto to work with Tomcat 6.x</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-384'>PLUTO-384</a> - PortletContextManager.getPortletApplicationDescriptor returns null when a portlet context cannot be found.</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-385'>PLUTO-385</a> - Use CSS-based tab navigation for Pluto Portal</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-387'>PLUTO-387</a> - Provide add/remove page functionality to Pluto Portal Driver</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-388'>PLUTO-388</a> - Removed use of deprecated method</li>
+        </ul>
+      </subsection>
+      <subsection name="New Feature"> 
+        <ul>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-186'>PLUTO-186</a> - ToolTips to Portlet Controls</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-359'>PLUTO-359</a> - Add ability to assemble EAR files</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-382'>PLUTO-382</a> - Have Page Administrator portlet persist new page configurations</li>
+        </ul>
+      </subsection>
+    </section>
 
     <section name="Pluto 1.1.3 Release Notes">
       <subsection name="Bug">