user-agent and client's properties
In which class should i look to see how client's properties (markup supported, mime-type, ...) are retrieved ? FM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE : Jetspeed or Liferay
Did you look at eXo (http://exo.sourceforge.net/) ? François > -Message d'origine- > De : Debora Galante [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 19 mai 2004 10:57 > À : Jetspeed Users List > Objet : Jetspeed or Liferay > > > > Do you know pros and cons? > Thank you > Debora > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE : Add media type
Hi, I'd like to have more information about how rendering format is managed in jetspeed. I understood how adding media type (which will be used for portlets) but what about the portal itself (header, footer, ...) ? How does it work (is it for example a jsp which is compiled to an output format according to client's user-agent ?) ? François > -Message d'origine- > De : Raphaël Luta [mailto:[EMAIL PROTECTED] > Envoyé : mardi 13 avril 2004 17:38 > À : Jetspeed Users List > Objet : Re: Add media type > > > zze-MORON François FTRD/DMI/REN wrote: > > > Hi, > > > > I'd like to know how can i define or add the media type > XHTML-MP (WAP > > 2) in jetspeed. > > > > François > > > > > > Add your definition in media.xreg (WEB-INF/conf/media.xreg) > also define the browsers that should be sent this media type > in the client.xreg registry (WEB-INF/conf/client.xreg) > > -- > Raphaël Luta - [EMAIL PROTECTED] > Apache Jetspeed - Enterprise Portal in Java > http://jakarta.apache.org/jetspeed/ > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Pb during J2 deploy
I checked out J2 from CVS, compiled it and deployed it without any pb. When I launch tomcat 5, I have this error (not with tomcat 4). 13 avr. 2004 15:52:47 org.apache.catalina.core.StandardHostDeployer install INFO: Processing Context configuration file URL file:C:\Apps\tomcat\conf\Catalina\localhost\manager.xml 13 avr. 2004 15:52:47 org.apache.catalina.startup.ContextConfig authenticatorConfig GRAVE: Impossible d'instancier un authentificateur (authenticator) pour la classe org.apache.catalina.authenticator.BasicAuthenticator java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at org.apache.catalina.startup.ContextConfig.authenticatorConfig(ContextConfig.java:385) at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:614) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:209) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595) at org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:808) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:252) at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256) at org.apache.commons.digester.Rule.end(Rule.java:276) at org.apache.commons.digester.Digester.endElement(Digester.java:1058) at org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:76) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.commons.digester.Digester.parse(Digester.java:1567) at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:488) at org.apache.catalina.core.StandardHost.install(StandardHost.java:863) at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:480) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:425) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:961) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:347) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091) at org.apache.catalina.core.StandardHost.start(StandardHost.java:789) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478) at org.apache.catalina.core.StandardService.start(StandardService.java:476) at org.apache.catalina.core.StandardServer.start(StandardServer.java:2298) at org.apache.catalina.startup.Catalina.start(Catalina.java:556) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422) Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.ClassNotFoundException: org.apache.commons.logging.impl.Log4jFactory at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:609) at java.security.AccessController.doPrivileged(Native Method) at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:561)
RE : Jetspeed / jsr 168
That is to say that 1.4 and 1.5 are not JSR168 compliant for the moment or won't be at all ? -Message d'origine- De : Stuart Belden [mailto:[EMAIL PROTECTED] Envoyé : mardi 13 avril 2004 14:20 À : [EMAIL PROTECTED] Objet : Re: Jetspeed / jsr 168 J2 is (will be) JSR168 compliant; 1.4 and 1.5 are stable and are safe for production use. The jetspeed-dev list is a good way to watch the progress on J2. >>> [EMAIL PROTECTED] 04/13/04 03:58AM >>> Hi, I'd like to know exactly which versions of jetspeed (1.4, 1.5 and 2) are JSR168 compliant, and which are stable and can be used in production ? François - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Add media type
Hi, I'd like to know how can i define or add the media type XHTML-MP (WAP 2) in jetspeed. François
Jetspeed / jsr 168
Hi, I'd like to know exactly which versions of jetspeed (1.4, 1.5 and 2) are JSR168 compliant, and which are stable and can be used in production ? François
Jetspeed 1.5 : Add media types
I saw that it was possible in admin mode to add media types. I'd like to add XHTMLMP (WAP 2.0). Does anyone know how to do it ? François
Problem : time to load pages
With a "fresh" install (tomcat 4.1.30 + jetspeed 1.5) on localhost, it takes a lot of time to load pages. Is there any thing to configure to reduce it ? François
Problem with jetspeed tutorial (jportal)
When i try to change properties file (for exemple topnav.logo.file=images/_test.gif in JetspeedRessources.properties), I have the following error : org.apache.turbine.util.TurbineException: Error rendering Velocity template: /controllers/html/multicolumn.vm: Invocation of method 'getContent' in class org.apache.jetspeed.portal.controls.VelocityPortletControl threw exception class java.lang.Error : Error in BasePeer.initTableSchema(TURBINE_USER): The database is already in use by another process And nothing works well after (even if I put what I changed in prvious state) ! I must clean en redeploy jportal. What's wrong with this ? François
RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2
Building required torque 3.0 in lib dir of jetspeed (I didn't find It in jetspeed2 lib dir) I had to build this tutorial and deploy it on jetspeed 1.5 and it worked well. I'm always interested to know if somebody made it work With jetspeed 2. François -Message d'origine- De : David Sean Taylor [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 avril 2004 20:32 À : Jetspeed Users List Objet : Re: Bluesunrise portlet / jetspeed tutorial + jetspeed2 On Friday, April 2, 2004, at 02:11 AM, zze-MORON François FTRD/DMI/REN wrote: > I didn''t managed to build jportal examples. > I dowloaded torque 3.0 and uziped lib directory in my > jetspeed2-home\lib > Directory. > Then when i build examples with > Ant tutorial-all > I have more than 100 java compil error. > Can someone help me ? > > François > Why did you download Torque? Jetspeed comes with Torque. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE : RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2
The "HEAD" of the jakarta-jetspeed CVS is a 1.5 version (I was thinking it was 1.4 one). François -Message d'origine- De : Sprang, Henning (Firma CS) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 avril 2004 14:52 À : Jetspeed Users List Objet : AW: RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2 Hy Francois, > -Ursprüngliche Nachricht- > Von: zze-MORON François FTRD/DMI/REN > [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 2. April 2004 14:46 > An: Jetspeed Users List > Betreff: RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2 > > > Where can I download a 1.5 version (I only found 1.4 and 2 versions) ? You can only get it from CVS. there: http://jakarta.apache.org/site/cvsindex.html you'll find the description of how to get that going. just checkout the "HEAD" of the CVS module jakarta-jetspeed. Henning - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2
Where can I download a 1.5 version (I only found 1.4 and 2 versions) ? François -Message d'origine- De : Sprang, Henning (Firma CS) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 avril 2004 12:19 À : Jetspeed Users List Objet : AW: Bluesunrise portlet / jetspeed tutorial + jetspeed2 Hy Francois, > -Ursprüngliche Nachricht- > Von: zze-MORON François FTRD/DMI/REN > [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 2. April 2004 12:11 > An: Jetspeed Users List > Betreff: Bluesunrise portlet / jetspeed tutorial + jetspeed2 > > > I didn''t managed to build jportal examples. > I dowloaded torque 3.0 and uziped lib directory in my > jetspeed2-home\lib > Directory. > Then when i build examples with > Ant tutorial-all > I have more than 100 java compil error. > Can someone help me ? If i remember correctly, the Bluesunrise jetspeed tutorial is made for use with jetspeed 1.5 cvs version. You should not experience big problems when using this version, doing exactly what is exlained in the tutorial (and i mean exactly, i had to learn that, too - after wondering why nothing was working i read again and did it exactly the described way, and it worked). Just to starting to get familiar with jetspeed and portals, jetspeed2 will suppusedly not be the right thing, if i get it right it's in eary development and has not had any release until now, i think. Henning - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Bluesunrise portlet / jetspeed tutorial + jetspeed2
I didn''t managed to build jportal examples. I dowloaded torque 3.0 and uziped lib directory in my jetspeed2-home\lib Directory. Then when i build examples with Ant tutorial-all I have more than 100 java compil error. Can someone help me ? François
RE : TR : Problem during jetspeed2 compil
It's ok. I just have an error in my tomcat's log file : 2004-04-01 09:28:00 StandardContext[/jetspeed] Velocity [info] Velocimacro : adding VMs from VM library template : VM_global_library.vm 2004-04-01 09:28:00 StandardContext[/jetspeed] Velocity [error] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. Is it a problem ? -Message d'origine- The PAM directory exists in the webapps directory You need to delete it before redeploying try this: cd \apps\tomcat\webapps rd /s PAM rd /s jetspeed rd /s HW_App cd \apps\jetspeed-2 maven db.create cd portal maven fullDeploy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE : RE : RE : TR : Problem during jetspeed2 compil
On the other hand it works well with a tomcat 4 version. Is there any problems with version 5 ? FranÃois -Message d'origine- De : zze-MORON FranÃois FTRD/DMI/REN [mailto:[EMAIL PROTECTED] Envoyà : mercredi 31 mars 2004 17:29 à : Jetspeed Users List Objet : RE : RE : TR : Problem during jetspeed2 compil And when I try a fullDeploy, it fails : C:\Apps\jetspeed-2\portal>maven fullDeploy __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 Tentative de tÎlÎchargement de picocontainer-1.0-beta-5-SNAPSHOT.jar. Tentative de tÎlÎchargement de nanocontainer-1.0-beta-1-SNAPSHOT.jar. Tentative de tÎlÎchargement de pluto-1.0-SNAPSHOT.jar. Tag library requested that is not present: 'reactor' in plugin: 'null' Tag library requested that is not present: 'reactor' in plugin: 'null' build:start: fullDeploy: deploy: [echo] Deploying jetspeed2:jetspeed, Jetspeed-2 Portal Engine [copy] Copying 1 file to C:\Apps\tomcat\webapps [unwar] Expanding: C:\Apps\tomcat\webapps\jetspeed.war into C:\Apps\tomcat\w ebapps\jetspeed [copy] Copying 1 file to C:\Apps\tomcat\webapps Tag library requested that is not present: 'reactor' in plugin: 'null' catalina:base-shared: [echo] Copying from C:\Documents and Settings\fyom7305/.maven/repository to C:/Apps/tomcat/shared/lib/... Tag library requested that is not present: 'reactor' in plugin: 'null' Tag library requested that is not present: 'reactor' in plugin: 'null' catalina:shared: pam.register: [java] log4j:WARN No appenders could be found for logger (org.apache.jetspee d.Jetspeed). [java] log4j:WARN Please initialize the log4j system properly. [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] Calling FileSystemPAM... [java] INFO: Loading C:/Apps/tomcat/webapps//jetspeed/WEB-INF/portlet.xml i nto memory [java] INFO: Loading C:/Apps/tomcat/webapps//jetspeed/WEB-INF/jetspeed-port let.xml into memory [java] INFO: Saving the portlet.xml in the registry... [java] INFO: Committing registry changes... [java] INFO: FileSystem deployment done. [java] Done Tag library requested that is not present: 'reactor' in plugin: 'null' pam.deploy: [java] log4j:WARN No appenders could be found for logger (org.apache.jetspee d.Jetspeed). [java] log4j:WARN Please initialize the log4j system properly. [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] Calling FileSystemPAM... [java] INFO: deploying WAR file'demo.war' to WEB-INF/... [java] INFO: Libraries and classes deployment finished! [java] INFO: prepare web archive 'C:/Apps/tomcat/webapps//HW_App/WEB-INF/we b.xml' ... [java] INFO: Adding element to web.xml... [java] Updated C:/Apps/tomcat/webapps//HW_App/WEB-INF/web.xml saved. [java] INFO: Loa
RE : RE : TR : Problem during jetspeed2 compil
And when I try a fullDeploy, it fails : C:\Apps\jetspeed-2\portal>maven fullDeploy __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 Tentative de tÎlÎchargement de picocontainer-1.0-beta-5-SNAPSHOT.jar. Tentative de tÎlÎchargement de nanocontainer-1.0-beta-1-SNAPSHOT.jar. Tentative de tÎlÎchargement de pluto-1.0-SNAPSHOT.jar. Tag library requested that is not present: 'reactor' in plugin: 'null' Tag library requested that is not present: 'reactor' in plugin: 'null' build:start: fullDeploy: deploy: [echo] Deploying jetspeed2:jetspeed, Jetspeed-2 Portal Engine [copy] Copying 1 file to C:\Apps\tomcat\webapps [unwar] Expanding: C:\Apps\tomcat\webapps\jetspeed.war into C:\Apps\tomcat\w ebapps\jetspeed [copy] Copying 1 file to C:\Apps\tomcat\webapps Tag library requested that is not present: 'reactor' in plugin: 'null' catalina:base-shared: [echo] Copying from C:\Documents and Settings\fyom7305/.maven/repository to C:/Apps/tomcat/shared/lib/... Tag library requested that is not present: 'reactor' in plugin: 'null' Tag library requested that is not present: 'reactor' in plugin: 'null' catalina:shared: pam.register: [java] log4j:WARN No appenders could be found for logger (org.apache.jetspee d.Jetspeed). [java] log4j:WARN Please initialize the log4j system properly. [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] Calling FileSystemPAM... [java] INFO: Loading C:/Apps/tomcat/webapps//jetspeed/WEB-INF/portlet.xml i nto memory [java] INFO: Loading C:/Apps/tomcat/webapps//jetspeed/WEB-INF/jetspeed-port let.xml into memory [java] INFO: Saving the portlet.xml in the registry... [java] INFO: Committing registry changes... [java] INFO: FileSystem deployment done. [java] Done Tag library requested that is not present: 'reactor' in plugin: 'null' pam.deploy: [java] log4j:WARN No appenders could be found for logger (org.apache.jetspee d.Jetspeed). [java] log4j:WARN Please initialize the log4j system properly. [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] cn=org.nanocontainer.script.groovy.GroovyContainerBuilder [java] PLUTO = [EMAIL PROTECTED] [java] PLUTO = [EMAIL PROTECTED] [java] Calling FileSystemPAM... [java] INFO: deploying WAR file'demo.war' to WEB-INF/... [java] INFO: Libraries and classes deployment finished! [java] INFO: prepare web archive 'C:/Apps/tomcat/webapps//HW_App/WEB-INF/we b.xml' ... [java] INFO: Adding element to web.xml... [java] Updated C:/Apps/tomcat/webapps//HW_App/WEB-INF/web.xml saved. [java] INFO: Loading C:/Apps/tomcat/webapps//HW_App/WEB-INF/portlet.xml int o memory [java] INFO: Loading C:/Apps/tomcat/webapps//HW_App/WEB-INF/jetspeed-portle t.xml into memory [java] INFO: Loaded C:/Apps/tomcat/webapps//HW_App/WEB-INF/jetspeed-portlet .xml into memory [java] INFO: Saving the portlet.xml in th
RE : TR : Problem during jetspeed2 compil
It's ok. I downloaded a fresh version of jetspeed2 on CVS and reinstalled maven. The build & deploy is ok but now I've got a blank page on http://localhost:8080/jetspeed !!! François -Message d'origine- De : Serge Huber [mailto:[EMAIL PROTECTED] Envoyé : mercredi 31 mars 2004 16:01 À : Jetspeed Users List Objet : Re: TR : Problem during jetspeed2 compil If you're using Maven RC 2, try the following : 1. Uninstall Maven 2. Download the ZIP install of Maven RC 2 3. Completely empty the ${user.home}/.maven/plugins directory 4. Uncompress the Maven ZIP, NOT over a previous install of Maven 5. Set the environment MAVEN_HOME to point to your Maven install dir 6. Set the PATH to include MAVEN_HOME/bin directory (or MAVEN_HOME\bin if you're using Windows) Normally that should do the trick. Regards, Serge Huber. At 12:00 31.03.2004, you wrote: > > C:\Apps\jetspeed2\portal>maven war > > >(...) > >test:compile: > >test:test: > [junit] Running org.apache.jetspeed.cache.file.TestFileCache > [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 3,36 sec > [junit] [ERROR] TEST org.apache.jetspeed.cache.file.TestFileCache >FAILED > > > (> ...> ) > > > > BUILD FAILED > > File.. file:/C:/Documents and > Settings/fyom7305/.maven/plugins/maven-test-plugin-1.5/plugin.jelly > > Element... fail > > Line.. 148 > > Column 54 > > There were test failures. > > Total time: 1 minutes 12 seconds > > Finished at: Wed Mar 31 11:34:33 CEST 2004 > > > > What's wrong ? > > > > François - -- --- -=[ shuber2 at jahia dot com ]= --- -- - www.jahia.org : A collaborative source CMS and Portal Server - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE : TR : Problem during jetspeed2 compil
It's ok. I downloaded a fresh version of jetspeed2 on CVS and reinstalled maven. The build & deploy is ok but now I've got a blank page on http://localhost:8080/jetspeed !!! François -Message d'origine- De : Serge Huber [mailto:[EMAIL PROTECTED] Envoyé : mercredi 31 mars 2004 16:01 À : Jetspeed Users List Objet : Re: TR : Problem during jetspeed2 compil If you're using Maven RC 2, try the following : 1. Uninstall Maven 2. Download the ZIP install of Maven RC 2 3. Completely empty the ${user.home}/.maven/plugins directory 4. Uncompress the Maven ZIP, NOT over a previous install of Maven 5. Set the environment MAVEN_HOME to point to your Maven install dir 6. Set the PATH to include MAVEN_HOME/bin directory (or MAVEN_HOME\bin if you're using Windows) Normally that should do the trick. Regards, Serge Huber. At 12:00 31.03.2004, you wrote: > > C:\Apps\jetspeed2\portal>maven war > > >(...) > >test:compile: > >test:test: > [junit] Running org.apache.jetspeed.cache.file.TestFileCache > [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 3,36 sec > [junit] [ERROR] TEST org.apache.jetspeed.cache.file.TestFileCache >FAILED > > > (> ...> ) > > > > BUILD FAILED > > File.. file:/C:/Documents and > Settings/fyom7305/.maven/plugins/maven-test-plugin-1.5/plugin.jelly > > Element... fail > > Line.. 148 > > Column 54 > > There were test failures. > > Total time: 1 minutes 12 seconds > > Finished at: Wed Mar 31 11:34:33 CEST 2004 > > > > What's wrong ? > > > > François - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
TR : Problem during jetspeed2 compil
> C:\Apps\jetspeed2\portal>maven war > (...) test:compile: test:test: [junit] Running org.apache.jetspeed.cache.file.TestFileCache [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 3,36 sec [junit] [ERROR] TEST org.apache.jetspeed.cache.file.TestFileCache FAILED > (> ...> ) > > BUILD FAILED > File.. file:/C:/Documents and > Settings/fyom7305/.maven/plugins/maven-test-plugin-1.5/plugin.jelly > Element... fail > Line.. 148 > Column 54 > There were test failures. > Total time: 1 minutes 12 seconds > Finished at: Wed Mar 31 11:34:33 CEST 2004 > > What's wrong ? > > François
Problem during jetspeed2 compil
C:\Apps\jetspeed2\portal>maven war (...) BUILD FAILED File.. file:/C:/Documents and Settings/fyom7305/.maven/plugins/maven-test-plugin-1.5/plugin.jelly Element... fail Line.. 148 Column 54 There were test failures. Total time: 1 minutes 12 seconds Finished at: Wed Mar 31 11:34:33 CEST 2004 What's wrong ? François
RE : Problem building jetspeed2
I only have to copy my torque plugin into maven\plugins directory (because that's what I did and it doesn't seem to work better) ? François -Message d'origine- De : Weaver, Scott [mailto:[EMAIL PROTECTED] Envoyé : lundi 29 mars 2004 16:40 À : 'Jetspeed Users List' Objet : RE: Problem building jetspeed2 Hi François, It's a problem with RC2 of Maven. RC2 does not include the Torque plugin like previous versions of Maven have. There was a recent thread on Jetspeed-dev about the same issue and how to solve it; you may want to check there. Basically, you need to download the Torque plugin from the Torque project manually. Hth, ** | Scott T Weaver | | <[EMAIL PROTECTED]>| | Apache Jetspeed Portal Project | | Apache Pluto Portlet Container | ** > -Original Message----- > From: zze-MORON François FTRD/DMI/REN > [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 9:07 AM > To: [EMAIL PROTECTED] > Subject: Problem building jetspeed2 > > First I'm totally new in jetspeed. > I downloaded (cvs) jetspeed2 yesterday and I didn't manage to build > it. Here are the messages : > > C:\Temp\jakarta-jetspeed-2>quick_build > "JETSPEED_HOME:" . > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > > BUILD FAILED > File.. file:/C:/Temp/jakarta-jetspeed-2/maven.xml > Element... attainGoal > Line.. 55 > Column 39 > No goal [torque:init] > Total time: 1 seconds > Finished at: Mon Mar 29 15:52:23 CEST 2004 > > What's wrong ? > > François - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Problem building jetspeed2
First I'm totally new in jetspeed. I downloaded (cvs) jetspeed2 yesterday and I didn't manage to build it. Here are the messages : C:\Temp\jakarta-jetspeed-2>quick_build "JETSPEED_HOME:" . __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 BUILD FAILED File.. file:/C:/Temp/jakarta-jetspeed-2/maven.xml Element... attainGoal Line.. 55 Column 39 No goal [torque:init] Total time: 1 seconds Finished at: Mon Mar 29 15:52:23 CEST 2004 What's wrong ? François