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/10/20 18:03:00 UTC

svn commit: r586752 - /portals/pluto/branches/1.1-286-COMPATIBILITY/README

Author: cdoremus
Date: Sat Oct 20 09:03:00 2007
New Revision: 586752

URL: http://svn.apache.org/viewvc?rev=586752&view=rev
Log:
Changed to include instructions on how to build a binary distribution of this branch.

Modified:
    portals/pluto/branches/1.1-286-COMPATIBILITY/README

Modified: portals/pluto/branches/1.1-286-COMPATIBILITY/README
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-COMPATIBILITY/README?rev=586752&r1=586751&r2=586752&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-COMPATIBILITY/README (original)
+++ portals/pluto/branches/1.1-286-COMPATIBILITY/README Sat Oct 20 09:03:00 2007
@@ -12,79 +12,21 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License
 
-README for Pluto 1.1-beta2
 
-To run the Pluto Portal Driver deployed in Tomcat 5.5.17:
-1. Unzip the binary distribution into a directory.
-	a. <PLUTO-HOME> will be the pluto-1.1.0-beta2 subdirectory.
-2. Execute startup.bat (Windows) or startup.sh (Unix)
-in <PLUTO-HOME>/bin.
-	a. Use shutdown.bat/shutdown.sh to stop the portal
-3. Browse to http://localhost:8080/pluto/portal
-4. Login as tomcat user (password=tomcat).
+README for 1.1-286-COMPATIBILITY branch of Pluto
+This branch holds the development source code that will become the 
+JSR-286 (Portlet 2.0) reference implementation. It is anticipated that
+this source code will be eventually merged into the SVN trunk to
+become Pluto 2.0.
+
+To build a binary distribution with Pluto installed in Tomcat 5.5,
+make sure you have Ant 1.6+ and Maven 2.0.4+ installed and run
+the dist-build.xml Ant script with the command line:
 
-For information on deploying portlets, building the portal from source
- and for the most up to date documentation please go to: 
-  http://portals.apache.org/pluto
-  
-***********************************************************
-* RELEASE NOTES: 1.1.0-beta2 Sept 26, 2006                *
-***********************************************************
-* Fixed or Resolved Issues                                *
-***********************************************************
-** Bug ****************************************************
- PLUTO-191  Dynamic Inclusion of dependencies in Maven Plugin
- PLUTO-232  Maximize window state does not work properly
- PLUTO-233  Exception thrown if edit or help mode is not supported by portlet
- PLUTO-242  Portlet session is invalidated when maxInactiveInterval < 0
- PLUTO-243  PortalURLParser drops '/' characters when building render path
- PLUTO-245  Parsing of portlet.xml strips space from init-param values
- PLUTO-246  PortalURLParser should URLEncode query string parameters 
- PLUTO-248  PortalUrlParser should encode '#' character
- PLUTO-251  Pluto fails when navigating between pages using the drop-downs
- PLUTO-254  NPE in PortalDriverServlet when requesting a resource that doesn't exist 
-***********************************************************
+ant -f dist-build.xml
 
-** New Feature ********************************************
- PLUTO-214  Add logout link to portal page.
- PLUTO-255   Seperate portal-driver into portal-driver-api and portal-driver-impl
-***********************************************************
-***********************************************************
+Upon successful completion of the build, the distribution will be found in the
+target/dist directory.
 
-***********************************************************
-***********************************************************
-* Open Issues                                             *
-***********************************************************
-
-** Bug ****************************************************
- PLUTO-124  POST Data gets truncated due to internal redirect by pluto
- PLUTO-122  Portlet Preferences need to be user specific
- PLUTO-257  Pluto 1.1 plugin for the deployment of custom portlets does not work
- PLUTO-200  Missing Resource Exception from PortletConfig.getResourceBundle
- PLUTO-234  Session Timeout Test in testsuite fails
-***********************************************************
-    
-** New Feature ********************************************
- PLUTO-215  Create admin portlet for Pluto portal driver
- PLUTO-252  Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
- PLUTO-38   user profile attribute support
- PLUTO-186  ToolTips to Portlet Controls
-***********************************************************
-    
-** Improvement ********************************************
- PLUTO-204  Add spec PLT number to TestResult in portlet tests
- PLUTO-247  PortalURLParser: Avoid putting '?' and '&' characters in query string if unnecessary
-***********************************************************
-    
-** Task ***************************************************
- PLUTO-218  [1.1] Script to package source release
- PLUTO-217  [1.1] Script to package binary release
-***********************************************************
-
-** Test ***************************************************
- PLUTO-206  Improve pluto-testsuite to test more aspects
-***********************************************************
-    
-** Wish ***************************************************
- PLUTO-153  Jetty Deployment Support
-***********************************************************
\ No newline at end of file
+The Ant build uses Maven to build the distribution. Details are found in the
+comments on the top of dist-build.xml.
\ No newline at end of file