RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/portaltoolkit JetspeedPortalToolkitService.java

2002-11-19 Thread Aurelien Pernoud
> -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > taylor 2002/11/19 16:19:44 > - > +System.out.println("default skin = " + this.defaultSkin); >setInit(true); Is this system.out.println necessary ? Or was it for debugging ? Cause in 1.4b1

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/portaltoolkit JetspeedPortalToolkitService.java

2002-11-19 Thread taylor
taylor 2002/11/19 16:19:44 Modified:src/java/org/apache/jetspeed/services/portaltoolkit JetspeedPortalToolkitService.java Log: - Fixed the bug in the toolkit that was breaking default skin support from the JRP Revision ChangesPath 1.24 +6 -2

cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html default.psml

2002-11-19 Thread taylor
taylor 2002/11/19 16:18:55 Modified:webapp/WEB-INF/psml/group/Jetspeed/html default.psml news.psml ref_example.psml security_example.psml webapp/WEB-INF/psml/group/apache/html default.psml news.psml webapp/WEB-INF/psml/role/admin/htm

Re: Jetspeed portlet lifecycle genesis

2002-11-19 Thread Andrew C. Oliver
Have a nice Con then and put your pictures of the event somewhere (I still have to upload mines of London 2000 and Santa Clara 2001 though :( ) sorry... didn't bring a camera :-( BTW I think the Panel is actually the best place to do this. As we only want to load portlets that are on the vi

Re: cvs commit: jakarta-jetspeed/docs/site jars.html

2002-11-19 Thread Sangam Dash
Hi I am a new user just trying to use Jetspeed to develop a portal for my company. We already have a website, which needs to be changed to a portal so that we can have different portlets for our clients and partners. I dont know how to start out with. Should i copy the existing html files in some

cvs commit: jakarta-jetspeed/docs/site jars.html

2002-11-19 Thread morciuch
morciuch2002/11/19 10:00:13 Modified:xdocsjars.xml docs/site jars.html Log: Updated version numbers Revision ChangesPath 1.10 +8 -8 jakarta-jetspeed/xdocs/jars.xml Index: jars.xml

cvs commit: jakarta-jetspeed/docs/site client-media.html

2002-11-19 Thread raphael
raphael 2002/11/19 07:55:29 Added: docs/site client-media.html Log: Add the client media type detection and matching documentation Revision ChangesPath 1.1 jakarta-jetspeed/docs/site/client-media.html Index: client-media.html

RE: Greek encoding probs with jetspeed1.4

2002-11-19 Thread Aurelien Pernoud
This a know bug, 1.4b1 is "hard-encoded" to UTF-8... Try a nigthly build or wait for the new rls that should come not so far and that tries to fix this bug. Aurelien > -Message d'origine- > De : Vlachogiannis Evangelos [mailto:[EMAIL PROTECTED]] > Envoyé : mardi 19 novembre 2002 16:51 >

cvs commit: jakarta-jetspeed/xdocs client-media.xml

2002-11-19 Thread raphael
raphael 2002/11/19 07:55:17 Added: xdocsclient-media.xml Log: Add the client media type detection and matching documentation Revision ChangesPath 1.1 jakarta-jetspeed/xdocs/client-media.xml Index: client-media.xml

Greek encoding probs with jetspeed1.4

2002-11-19 Thread Vlachogiannis Evangelos
Hi, I used (1.3a2) to use Greeks by adding the following to my default.vm. I have now moved to Jetspeed 1.4b1 and this is not working anymore. Any idea??? Thnx Vangelis -- To unsubscribe, e-mail: For additional commands, e-mail:

RES: Prob with Jetspeed 1.4

2002-11-19 Thread Jefferson Anselmo
I had the same problem here... I just downloaded (from SUN´s site) and copied activation.jar to the lib directory. It worked. Jefferson -Mensagem original- De: Vlachogiannis Evangelos [mailto:[EMAIL PROTECTED]] Enviada em: segunda-feira, 18 de novembro de 2002 19:10 Para: '[EMAIL PROTEC

RE: Prob with Jetspeed 1.4

2002-11-19 Thread Vlachogiannis Evangelos
Sorry for that, I mean Tomcat light and full ver (not jetspeed) !! -Original Message- From: Vlachogiannis Evangelos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 5:41 PM To: 'Jetspeed Developers List' Subject: RE: Prob with Jetspeed 1.4 Let me answer to myself:). Using the

RE: Prob with Jetspeed 1.4

2002-11-19 Thread Vlachogiannis Evangelos
Let me answer to myself:). Using the light edition with JDK 1.4_ .. Seems to have probs. I have now used the full jetspeed ver and the problem is solved. -Original Message- From: Vlachogiannis Evangelos [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 11:10 PM To: '[EMAIL PROTEC

RE: Localization files location

2002-11-19 Thread Vlachogiannis Evangelos
I have not actually moved the localization files to the web-inf/conf. What I have done to the src release is: 1. move the localization files with their path to the src\localization directory 2. modify build.xml to copy these (lang.prop) files to bin\localizationclasses directory so that I can easi

RE: Jetspeed portlet lifecycle genesis

2002-11-19 Thread Luta, Raphael (VUN)
De : Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > > Thanks! > > > > > - There's already a setContent() method implemented in the > AbstractPortlet > > that can be used to preload content (you still need to > deal with the JSP > > case) > > I think you're misunderstanding something. preLo