You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/04/22 21:11:10 UTC

cvs commit: jakarta-jetspeed/xdocs changes.xml install.xml

taylor      2004/04/22 12:11:10

  Modified:    .        NOTES README
               xdocs    changes.xml install.xml
  Log:
  Step 4 and 5 of release todo completed
  
  Revision  Changes    Path
  1.9       +28 -0     jakarta-jetspeed/NOTES
  
  Index: NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/NOTES,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NOTES	17 Mar 2004 20:04:40 -0000	1.8
  +++ NOTES	22 Apr 2004 19:11:10 -0000	1.9
  @@ -13,6 +13,34 @@
   limitations under the License.
   
   ----------------------------
  +Jetspeed 1.5
  +----------------------------
  +Jetspeed 1.5 is a stabilized release fixing many bugs and added several features.
  +Summary of Added Features:
  +
  +* New Features *
  +
  + 1. Security refactored to allow assigning roles within groups
  + 2. Jetspeed 1.5 Tutorial moved off of Bluesunrise and converted to Maven documentation format.
  + 3. Jetspeed Maven Plugin for creating and working with Jetspeed-based projects
  + 4. Build converted to Maven. Ant build deprecated.
  + 5. Jetspeed site converted to use Maven, and moved to http://portals.apache.org/jetspeed-1
  + 6. Jetspeed becomes a part of the Apache Portals project http://portals.apache.org
  + 7. Email Portlet
  + 8. Redirect Portlet
  + 9. Enhanced portlet filtering on the layout customize
  +10. New skins and updated look and feel of the default portal
  +11. Portlets and decorators (controls) can now be completely hidden if user doesn't have secure access to the portlet.
  +12. GenerciMVC portlet now can render in parallel with other portlet on the page
  +13. Added filtering on portlet registry browser
  +14. Drag and drop controller for the layout designer  
  +15. Upgrade to Torque 3.1 and Torque Plugin
  +
  +* Bug Fixes *
  +
  +    - See FIXES.html for a full list of fixes in this release
  +
  +----------------------------
   Jetspeed 1.4b3 Release Notes
   ----------------------------
   Jetspeed 1.4b3 is a patch to version 1.4b2 fixing two sets of bugs:
  
  
  
  1.31      +16 -13    jakarta-jetspeed/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/README,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- README	22 Apr 2004 14:44:44 -0000	1.30
  +++ README	22 Apr 2004 19:11:10 -0000	1.31
  @@ -100,22 +100,25 @@
   
   * New Features *
   
  -	- Replaced Ant build with Maven
  -        - E-mail portlet
  -        - Redirect portlet
  -	- Security refactored to allow assigning roles within groups
  -        - GenerciMVC portlet now can render in parallel with other portlet on the page
  -	- Enhanced portlet filtering on the layout customizer
  -	- Added filtering on portlet registry browser
  -        - New skins and updated look and feel of the default portal
  -        - Drag and drop controller for the layout designer
  -        - Upgrade to Torque 3.1
  -        - Updated Jetspeed Tutorial
  -	- Updated Jetspeed Maven Plugin
  + 1. Security refactored to allow assigning roles within groups
  + 2. Jetspeed 1.5 Tutorial moved off of Bluesunrise and converted to Maven documentation format.
  + 3. Jetspeed Maven Plugin for creating and working with Jetspeed-based projects
  + 4. Build converted to Maven. Ant build deprecated.
  + 5. Jetspeed site converted to use Maven, and moved to http://portals.apache.org/jetspeed-1
  + 6. Jetspeed becomes a part of the Apache Portals project http://portals.apache.org
  + 7. Email Portlet
  + 8. Redirect Portlet
  + 9. Enhanced portlet filtering on the layout customize
  +10. New skins and updated look and feel of the default portal
  +11. Portlets and decorators (controls) can now be completely hidden if user doesn't have secure access to the portlet.
  +12. GenerciMVC portlet now can render in parallel with other portlet on the page
  +13. Added filtering on portlet registry browser
  +14. Drag and drop controller for the layout designer  
  +15. Upgrade to Torque 3.1 and Torque Plugin
   
   * Bug Fixes *
   
  -	- See FIXES.html for a full list of fixes in this release
  +    - See FIXES.html for a full list of fixes in this release
   
   ==============================================
   Jetspeed 1.4 was released on October 29, 2003.
  
  
  
  1.188     +11 -2     jakarta-jetspeed/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- changes.xml	22 Apr 2004 18:12:34 -0000	1.187
  +++ changes.xml	22 Apr 2004 19:11:10 -0000	1.188
  @@ -55,7 +55,16 @@
   <li>
     action (add/remove/update/fix) - [Bug # xxx -] date - description (committer's initials) [Thanks to developer_name]
   </li>
  --->
  +-->                                                       
  +<li>
  +  Add - Bug# JS1-164- 2004/04/22 - Documenation cleaned up, Tutorial incorporated in Jetspeed site. (DST)
  +</li>
  +<li>
  +  Add - Bug# JS1-134- 2004/04/22 - Site updated with Maven (DST)
  +</li>
  +<li>
  +  Add - Bug# JS1-437- 2004/04/22 - Tutorial Header example wrong (DST)
  +</li>
   <li>
     Add - Bug# JS1-453- 2004/04/05 - Concurrent modification possible in FileCache (JF)
   </li>
  
  
  
  1.35      +29 -8     jakarta-jetspeed/xdocs/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/install.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- install.xml	17 Mar 2004 21:27:50 -0000	1.34
  +++ install.xml	22 Apr 2004 19:11:10 -0000	1.35
  @@ -94,7 +94,27 @@
   </p>
   			<table>
   				<tr>
  -					<th>Release 1.4 (Latest) - October 29, 2003</th>
  +					<th>Release 1.5 (Latest) - April 22, 2004</th>
  +					<th>Download From:</th>
  +				</tr>
  +				<tr>
  +					<td>Jetspeed Release 1.5 - Standard WAR</td>
  +					<td>
  +						<a href="http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.5/jetspeed-1.5-war.zip ">jetspeed-1.5-release-war.zip</a>
  +					</td>
  +				</tr>
  +				<tr>
  +					<td>Jetspeed Release 1.5 - Full WAR and Source</td>
  +					<td>																								  
  +						<a href="http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.5/jetspeed-1.5-src.zip ">jetspeed-1.5-release-src.zip</a>
  +					</td>
  +				</tr>
  +			</table>
  +			<br/>                        
  +
  +			<table>
  +				<tr>
  +					<th>Release 1.4 - October 29, 2003</th>
   					<th>Download From:</th>
   				</tr>
   				<tr>
  @@ -271,10 +291,10 @@
   2. <b>Build Jetspeed</b>
   - Skip this step if you downloaded a WAR release version of Jetspeed.
   <ul>
  -						<li>cd &lt;jetspeedRoot&gt;/build</li>
  -						<li>[Win32/DOS] .\build war</li>
  -						<li>[Win32/cygnus] bash build.sh war</li>
  -						<li>[unix] ./build.sh war</li>
  +						<li>cd &lt;jetspeedRoot&gt;</li>
  +						<li>[Win32/DOS] maven war</li>
  +						<li>[Win32/cygnus] bash maven war</li>
  +						<li>[unix] maven war</li>
   					</ul>
   				</li>
   				<br/>
  @@ -296,8 +316,8 @@
   				<li>
   5. <b>Copy the Jetspeed WAR file to the Tomcat webapps directory</b>
   					<ul>
  -						<li>[Win32]  copy &lt;jetspeedRoot&gt;\bin\jetspeed.war &lt;tomcat_home&gt;\webapps\</li>
  -						<li>[Unix]   cp &lt;jetspeedRoot&gt;/bin/jetspeed.war &lt;tomcat_home&gt;/webapps/</li>
  +						<li>[Win32]  copy &lt;jetspeedRoot&gt;\target\jetspeed.war &lt;tomcat_home&gt;\webapps\</li>
  +						<li>[Unix]   cp &lt;jetspeedRoot&gt;/target/jetspeed.war &lt;tomcat_home&gt;/webapps/</li>
   					</ul>
   				</li>
   				<br/>
  @@ -355,7 +375,8 @@
   			<p>
     Jetspeed is distributed with a populated Hypersonic-SQL database. This   
     database is selected as the default database in the Torque.properties file. 
  -  To configure Jetspeed with a different database, modify the Torque.properties file. Here is an example for MySQL:
  +  To configure Jetspeed with a different database, modify BOTH the project.properties in the root directory and 
  +  the webapp/WEB-INF/conf/Torque.properties file. Here is an example for MySQL:
   </p>
   			<ul>
   				<li>torque.database.default.adapter=mysql</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org