...
Because of uPortal limitation before 2.6.1 release (OK since uPortal 2.6.1 DLM version) in session objects management esup-lecture may produce null pointer exceptions randomly. For this esup-lecture, since 0.9.0 release has a full support of servlet mode. Please see "Servlet mode" section for more information.
Installation
Installing the
...
portlet
- Download esup-lecture-<version>.zip from the projectsite
- Unzip the file somewhere on a working directory
Remarque To configure this application you have to adapt some configuration files. Every time you will find a <fileName>-example.<extension> example file that you can copy to <fileName>.<extension> before adapting.
...
- Import lecture.css and thickbox.css (if you are using thickbox for news focusing) in main portal css page :
For example with esup skin in a esup-portail package:- copy esup.css from update/uPortal/webpages/media/org/jasig/portal/layout/tab-column/xhtml-theme/esup to custom/uPortal/webpages/media/org/jasig/portal/layout/tab-column/xhtml-theme/esup/skin
- adapt esup.css by adding :
Bloc de code @import url("lecture.css");Bloc de code @import url("thickbox.css"); - copy copy lecture.css in custom/uPortal/webpages/media/org/jasig/portal/layout/tab-column/xhtml-theme/esup/skin
- use ant init deploy
...