RE: Réf. : plugin ejb:jar

2004-03-05 Thread Ricardo de Souza Moura
Ok,
And Do I need put my packages into the /src/ejb ? or Can I create a new 
directory java into the /src/ejb and put my packages there ?

How Can I exclude the .java files from my jar ? I only would like to put my 
.class files

Thanks


From: [EMAIL PROTECTED]
Reply-To: Maven Users List [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Subject: Réf. : plugin ejb:jar
Date: Fri, 5 Mar 2004 16:07:22 +0100
maven.ejb.src is not the src folder of your java classes but the location 
of your
META-INF.
Use somethink like :
maven.ejb.src=src/ejb
and in 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 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 directory into the file .jar ?

thanks

_
MSN Messenger: converse com os seus amigos online.
http://messenger.msn.com.br
-
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]
_
MSN Messenger: converse com os seus amigos online.  
http://messenger.msn.com.br

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Réf. : plugin ejb:jar

2004-03-05 Thread Nicolas . CHALUMEAU
Put all your java file in /src/java and let the ejb plugin generate your 
ejb-jar with all the thing to include in (maven.ejb.src content, .class of 
your /src/java).
take a look at the ejb plugin 
(http://maven.apache.org/reference/plugins/ejb) for the goal and the 
properties to set.

Nicolas
 




Ricardo de Souza Moura [EMAIL PROTECTED]
05/03/2004 12:19
Veuillez répondre à Maven Users List

 
Pour :  [EMAIL PROTECTED]
cc : 
Objet : RE: Réf. : plugin ejb:jar


Ok,
And Do I need put my packages into the /src/ejb ? or Can I create a new 
directory java into the /src/ejb and put my packages there ?

How Can I exclude the .java files from my jar ? I only would like to put 
my 
.class files

Thanks


From: [EMAIL PROTECTED]
Reply-To: Maven Users List [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Subject: Réf. : plugin ejb:jar
Date: Fri, 5 Mar 2004 16:07:22 +0100

maven.ejb.src is not the src folder of your java classes but the location 

of your
META-INF.
Use somethink like :
maven.ejb.src=src/ejb
and in 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 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 directory into the file .jar ?

thanks

_
MSN Messenger: converse com os seus amigos online.
http://messenger.msn.com.br


-
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]


_
MSN Messenger: converse com os seus amigos online. 
http://messenger.msn.com.br


-
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: 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.xml and I define my build like this

build
sourceDirectory${basedir}/src/java/sourceDirectory
/build
I have been hopeing that this configuration would be to all subprojects, but 
to my jar (EJB) I will have to create a /src/ejb directory. I won't have 
problems with this ? because my java sources aren't int the src/java.

How you configure your projects ? Could you give me a light ?

Thanks

_
MSN Hotmail, o maior webmail do Brasil.  http://www.hotmail.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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.xml and I define my build like this

build
sourceDirectory${basedir}/src/java/sourceDirectory
/build
I have been hopeing that this configuration would be to all subprojects, 
but to my jar (EJB) I will have to create a /src/ejb directory. I won't 
have problems with this ? because my java sources aren't int the src/java.

How you configure your projects ? Could you give me a light ?

Thanks

_
MSN Hotmail, o maior webmail do Brasil.  http://www.hotmail.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN Messenger: converse com os seus amigos online.  
http://messenger.msn.com.br

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]