Re: cocoon under eclipse

2004-04-21 Thread Jean-Christophe Kermagoret
Hi Flavio, A few months ago, I had this error because the component wasn't declared. To do this, I add the following file. I think you can declare these components directly in cocoon.xconf, but it works this way for me. roles.xconf -- role-list role

RE: cocoon under eclipse

2004-04-20 Thread Carmona Perez, David
-Dloader.main.class=org.mortbay.jetty.Server Can you please help me ? Thanks a lot Flavio Palumbo -- Original Message -- Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From: Olivier Billard [EMAIL PROTECTED] Subject: Re: cocoon under eclipse Date: Mon, 19 Apr 2004 15:06:10 +0200 Hi Flavio

Re: cocoon under eclipse

2004-04-20 Thread Olivier Billard
Flavio, Personnaly, I don't start jetty in Eclipse, but use the cocoon servlet-debug command and plug my Eclipse on the (default) debug port of jetty and it works well. For tomcat, I added a debug clause in a special catalina.bat to plug Eclipse in there. And it also works good. I don't see

Re: cocoon under eclipse

2004-04-19 Thread Olivier Billard
Hi Flavio, It may come from a dependency on blocks Check the block.properties if you didn't forget a block on what an other block depends... -- Olivier Billard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: cocoon under eclipse

2004-04-19 Thread Flavio Palumbo
=org.mortbay.jetty.Server Can you please help me ? Thanks a lot Flavio Palumbo -- Original Message -- Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From: Olivier Billard [EMAIL PROTECTED] Subject: Re: cocoon under eclipse Date: Mon, 19 Apr 2004 15:06:10 +0200 Hi Flavio, It may come from

Re: cocoon under eclipse

2004-04-19 Thread Unico Hommes
Flavio Palumbo wrote: - make sure ./tools/loader is on your eclipse classpath (it isn't by default More precicely this should read add it to the source path since the files in that folder are java files, not class files. Then you should also add ./tools/jetty/lib/jetty.jar to the classpath.

RE: cocoon under eclipse

2004-04-14 Thread Carmona Perez, David
. -Mensaje original- De: Flavio Palumbo [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 14 de abril de 2004 13:42 Para: [EMAIL PROTECTED] Asunto: RE: cocoon under eclipse *** Este correo ha sido procesado por el Antivirus del Grupo FCC ***-*** Hi David

RE: cocoon under eclipse

2004-04-13 Thread Carmona Perez, David
*** Este correo ha sido procesado por el antivirus del Grupo FCC. ***-*** It seems a problem with the classpath, some core component of Cocoon is missing. Search for the existence of org/apache/cocoon/webapps/session/ContextManager.class in a JAR file.