Errors in LOG

2005-12-21 Thread Ricardo de Souza Moura
I have had many errors in my log. Whenever I access the pages I get errors like that: jvm 1| 2005-12-21 10:37:19,992 [SocketListener0-1] ERROR VelocityComponent - RHS of #set statement is null. Context will not be modified. screens/Summary.vm [line 53, column 1] jvm 1| 200

Debug[Off-Topic]

2005-08-11 Thread Ricardo de Souza Moura
Hi folks I have been using the mevenide eclipse plugin to developer my aplications in eclipse, but I have a problem that I haven't got resolve (I don't get debug my application in Tomcat). I know the Sysdeo plugin to do the debug, but it need a specific directory structure, and the mevenide n

multiproject and Eclipse

2005-07-14 Thread Ricardo de Souza Moura
Hi I would like a advice... When you are working with multiproject, Do you create one eclipse project for each maven project or create only one eclipse project and mount the directory structure(maven project) in this eclipse project ? I use one eclipse project for each maven project and, becaus

multproject

2005-07-01 Thread Ricardo de Souza Moura
Hi guys. Does anybody use some plugin in eclipse with multproject ? I have been using the mevenide and I am not so confortable with the quantity of projects that I have to create. I have to create at least three projects for each application. One to create a war, another to create business objec

source directory

2004-09-24 Thread Ricardo de Souza Moura
Can I have two diferentes source directory ? _ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

multiproject eclipse

2004-09-14 Thread Ricardo de Souza Moura
How are you doing to organize your eclipse projects to mapping your maven multiprojects ? Are you doing one eclipse project for each maven subproject ? Are you organizing the maven subprojects inside subdirectories on only one eclipse project ? Does anybody use the mevenide eclipse plugin with m

RE: MavenIDE

2004-09-10 Thread Ricardo de Souza Moura
you want subprojects each producing an artifact Then set up a master project folder with a project.xml and then sub-project folders each with their own project.xml (they will inherit from master project.xml) See: http://www.theserverside.com/articles/article.tss?1=MavenMagic for more info. -----Origi

MavenIDE

2004-09-09 Thread Ricardo de Souza Moura
Is anybody using mavenide with eclipse to do the projects ? When I create a project, sample1 for sample, it create some folders: sample1 main/src/java main/src/test project.xml It works well if my project produce only one artifact, but what Can I do to use mavenIDE and my project produce

RE: Is it possible to build WAR and EAR in the same project ?

2004-05-07 Thread Ricardo de Souza Moura
Maybe I didn't have understood your doubt very well, but... Each POM only create one artifact, so you will need two projects to create one EAR e one WAR. Maybe this link can help you : http://www.theserverside.com/resources/article.jsp?l=MavenMagic From: Jean-François El Fouly <[EMAIL PROT

multiproject plugin

2004-04-29 Thread Ricardo de Souza Moura
I am trying to use the multiproject plugin, but when I try to call multiproject:site, it fail. my structure: app appEJB appWEB appEAR I call maven multiproject:site from app directory. The error: You must exclude app:app (the top level project) from the subproject set All properties are wi

Multiproject and Reactor

2004-04-29 Thread Ricardo de Souza Moura
Hi folks, What the difference betwenn Multproject and Reactor ? I use reactor, but I don't use the maven.multiproject.* properties. When Would I use maven.multiproject.* properties ? Thanks _ MSN Hotmail, o maior webmail do Bras

xdoclet problem

2004-04-26 Thread Ricardo de Souza Moura
I am trying to use xdoclet to generate EJbs interfaces. I put all necessary dependences: xdoclet xdoclet-ejb-module 1.2 xdoclet xdoclet-jboss-module 1.2 xdoclet xdoclet-jmx-module 1.2 and I put a preGoal: But is happing this failure: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot

RE: Multiproject instructions

2004-04-06 Thread Ricardo de Souza Moura
in this url http://wiki.codehaus.org/maven/OtherMavenArticles The topic 7 Maven Magic show you about setup multiproject. From: Joshua Sherwood <[EMAIL PROTECTED]> Reply-To: "Maven Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Multiproject instructions Date: Tue, 06 Apr 2004 08:0

RE: cactus:cactifywar failed

2004-04-06 Thread Ricardo de Souza Moura
I already had this problem. To resolve this I put a web.xml file in the /src/webapp/WEB-INF directory. This directory is the default path to the property. I hope it helps you !!! From: "Lillian" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subjec

RE: Dynamic dependencies

2004-03-25 Thread Ricardo de Souza Moura
I can to be wrong, but I think that it is the snapshot idea, isn't it ? From: [EMAIL PROTECTED] Reply-To: "Maven Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Dynamic dependencies Date: Thu, 25 Mar 2004 09:00:36 +0100 Hi all, I have a little (tricky) dependency problem : Problem

cactus-plugin

2004-03-19 Thread Ricardo de Souza Moura
I have been trying run the maven:cactus-test with my project, but I always get the error: "The source file does not contain a deployment descriptor" I am trying to do a EJB test. Do I need to create a web.xml, don't I ? Where must I put this file ? Thanks.

RE: plugin war:install

2004-03-05 Thread Ricardo de Souza Moura
Ok, I found the cause. I can't put a empty file into WEB-INF directory. I wrote a letter in the file and all work very well. From: "Ricardo de Souza Moura" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject:

plugin war:install

2004-03-05 Thread Ricardo de Souza Moura
I am getting a bad war file when I run this plugin. It get generate the war file, but when I try open with easyzip, I get a error. "Float point division by zero". This error only happens when I put something into the /src/webapp directory. I have to put my WEB-INF directory into this directory,

RE: Réf. : plugin ejb:jar

2004-03-05 Thread Ricardo de Souza Moura
I got it now !!! Thank you very very very much From: "Ricardo de Souza Moura" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Réf. : plugin ejb:jar Date: Fri, 05 Mar 2004 12:36:02 -0300 I am having some

RE: Réf. : plugin ejb:jar

2004-03-05 Thread Ricardo de Souza Moura
I am having some doubts about how I can create my directory structure. I have been basing at the article from theserverside.com write by Srikanth Shenoy. I have to generate two artifacts, a jar(EJB) and a WAR. I create a root project and two subprojects. In my root project I create my project.x

RE: Réf. : plugin ejb:jar

2004-03-05 Thread Ricardo de Souza Moura
n src/ejb/META-INF put your meta inf content Nicolas "Ricardo de Souza Moura" <[EMAIL PROTECTED]> 05/03/2004 11:54 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Objet : plugin ejb:jar I wish I put my META-INF information

plugin ejb:jar

2004-03-05 Thread Ricardo de Souza Moura
I wish I put my META-INF informations into the file .jar I changed the propertie maven.ejb.src (maven.ejb.src=src/java), but my META-INF directory isn't into the src/java. I thougth that I could use the propertie maven.ejb.includes, but I am not getting to do to work. How could I put my META-INF