taylor 2004/04/22 12:17:41
Modified: . README
Log:
updated README
Revision Changes Path
1.32 +38 -38 jakarta-jetspeed/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/README,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- README 22 Apr 2004 19:11:10 -0000 1.31
+++ README 22 Apr 2004 19:17:41 -0000 1.32
@@ -36,7 +36,7 @@
------------
The home page for the Apache Jetspeed project can be found in the Apache Java
- Project web site (http://jakarta.apache.org/jetspeed/). There you also find
+ Project web site (http://portals.apache.org/jetspeed-1/). There you also find
information on how to download the latest release as well as all the other
information you might need regarding this project.
@@ -60,7 +60,7 @@
included in the WAR file.
Look for the most updated documentation on the Apache Jetspeed web site under
- the Apache Java Project (http://jakarta.apache.org/jetspeed/).
+ the Apache Java Project (http://portals.apache.org/jetspeed-1/).
Installation Instructions for the source distribution
-----------------------------------------------------
@@ -71,7 +71,7 @@
included in the "docs/" directory.
Look for the most updated documentation on the Apache Jetspeed web site under
- the Apache Java Project (http://jakarta.apache.org/jetspeed/).
+ the Apache Java Project (http://portals.apache.org/jetspeed-1/).
Release Notes and Known issues
@@ -126,20 +126,20 @@
* New Features *
- - Search service refactored with pluggable document handlers
- - Added parameter style jsp tag
- - Logging converted from Turbine to Commons + log file viewer portlet.
Contributed by Harald Ommang
- - Improved portlet skinning capabilities. Contributed by Aurelien Pernoud
- - WebClippingPortlet. Contributed by Marco Mari
- - MyPages functionality
- - Java applet portlet
- - BASICAuthIFrame portlet
- - Implemented portlet icon functionality
- - Polish language resource bundle
+ - Search service refactored with pluggable document handlers
+ - Added parameter style jsp tag
+ - Logging converted from Turbine to Commons + log file viewer portlet.
Contributed by Harald Ommang
+ - Improved portlet skinning capabilities. Contributed by Aurelien Pernoud
+ - WebClippingPortlet. Contributed by Marco Mari
+ - MyPages functionality
+ - Java applet portlet
+ - BASICAuthIFrame portlet
+ - Implemented portlet icon functionality
+ - Polish language resource bundle
* 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.4b4 was released on April 25, 2003.
@@ -147,29 +147,29 @@
* New Features *
- - Registry editors (portlet, security, client, skin). Contributed by Jeremy
Ford
- - Ant task for overriding properties. Contributed by Eric Pugh
- - Maven jetspeed plugin. Contributed by Eric Pugh
- - MVC portlet. Joint effort by Scott Weaver and Tod Kuebler
- - JSP Stock Quote Portfolio demo portlet
- - Greatly improved international support (change language portlet + custom
localization service)
- - Jetspeed questionnaire
- - Forwarding tool
+ - Registry editors (portlet, security, client, skin). Contributed by Jeremy Ford
+ - Ant task for overriding properties. Contributed by Eric Pugh
+ - Maven jetspeed plugin. Contributed by Eric Pugh
+ - MVC portlet. Joint effort by Scott Weaver and Tod Kuebler
+ - JSP Stock Quote Portfolio demo portlet
+ - Greatly improved international support (change language portlet + custom
localization service)
+ - Jetspeed questionnaire
+ - Forwarding tool
* Jetspeed Security *
- - Plugged security hole allowing unathorized access to psml
- - Default security ref may now be defined for newly created portal resources
+ - Plugged security hole allowing unathorized access to psml
+ - Default security ref may now be defined for newly created portal resources
* Misc *
- - Access to skins, references and security refs in the customizer is now
security driven
- - Sample Hypersonic database now comes pre-populated with psml
- - Directory based skin support for images
+ - Access to skins, references and security refs in the customizer is now
security driven
+ - Sample Hypersonic database now comes pre-populated with psml
+ - Directory based skin support for images
* 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
================================================
@@ -261,7 +261,7 @@
2. Torque has been upgraded. See issue list here:
-http://jakarta.apache.org/jetspeed/site/supporting-projects.html
+http://portals.apache.org/jetspeed-1/supporting-projects.html
3. If you're using the Hypersonic SQL db, the primary key id columns have
been changed to auto-increment. To not use auto-increment, change your
security-schema.xml
@@ -375,17 +375,17 @@
You may utilize references to create some interesting "newspaper layout" like
effects. Here are known issues and
limitations:
- 1. The reference browser displays all available psml resources (including
admin's) and therefore access to
- the "Add Reference" button is available to admin role only by default.
+ 1. The reference browser displays all available psml resources (including
admin's) and therefore access to
+ the "Add Reference" button is available to admin role only by default.
- 2. A reference may only be included if it has a defined security ref. You may
still select the reference
- for inclusion in your profile but the request will be ignored if the selected
psml contains no top level
- security ref (a warning will be logged in jetspeed.log).
+ 2. A reference may only be included if it has a defined security ref. You may
still select the reference
+ for inclusion in your profile but the request will be ignored if the selected
psml contains no top level
+ security ref (a warning will be logged in jetspeed.log).
- 3. A reference is read-only which means that you cannot customize the psml
included as a reference.
+ 3. A reference is read-only which means that you cannot customize the psml
included as a reference.
- 4. Because of the way references are being stored in memory, when source psml
is changed, the psml referring to
- it will not see the change until it is refreshed (i.e. upon psml cache
expiration).
+ 4. Because of the way references are being stored in memory, when source psml
is changed, the psml referring to
+ it will not see the change until it is refreshed (i.e. upon psml cache
expiration).
Some or all of the above shortcomings will be addressed in the future releases of
Jetspeed.
@@ -472,7 +472,7 @@
1. Eclipse .project and .classpath files may be (re)generated using 'maven eclipse'
command.
2. When running Jetspeed unit tests in Eclipse, make sure to set the working
directory
-to Jetspeed's build directory: Run -> Arguments -> Working Directory -> Local
Directory -> \jakarta-jetspeed\build.
+to Jetspeed's build directory: Run -> Arguments -> Working Directory -> Local
Directory -> \jakarta-jetspeed.
3. To run Ant tasks which require recompiling Jetspeed classes, you must specify
the following argument in the task definition:
External Tools -> Ant Build -> <target name> -> Arguments ->
-Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]