Re: ejb:ejb-client usage

2004-02-09 Thread nicolas De Loof
EMAIL PROTECTED] Sent: Monday, February 09, 2004 10:28 AM To: Maven Users List Subject: Re: ejb:ejb-client usage ... and I defined this in my webapp project.xml to make Eclipse .classpath have a src reference to the ejb project : ${project.name} ${project.name}-ejbxxx client-${pom.curr

RE: ejb:ejb-client usage

2004-02-09 Thread CaseyJD
below. It works pretty well... -john -Original Message- From: nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 10:28 AM To: Maven Users List Subject: Re: ejb:ejb-client usage ... and I defined this in my webapp project.xml to make Eclipse .classpath have a src refer

Re: ejb:ejb-client usage

2004-02-09 Thread nicolas De Loof
artifact="${maven.ejb.final.client.name}" type="jar" project="${pom}"/> Nico. Emmanuel Venisse a écrit : - Original Message - From: "nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL P

Re: ejb:ejb-client usage

2004-02-09 Thread nicolas De Loof
ist" <[EMAIL PROTECTED]> Sent: Monday, February 09, 2004 3:32 PM Subject: ejb:ejb-client usage Hi I'm trying to migrate an existing project to maven. This projects has some Ejbs, and I would like multiproject:install to build Ejb.jar AND Ejb-client.jar. Another sub-project (weba

Re: ejb:ejb-client usage

2004-02-09 Thread Emmanuel Venisse
- Original Message - From: "nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, February 09, 2004 3:32 PM Subject: ejb:ejb-client usage > Hi > > I'm trying to migrate an existing project to maven. T

ejb:ejb-client usage

2004-02-09 Thread nicolas De Loof
Hi I'm trying to migrate an existing project to maven. This projects has some Ejbs, and I would like multiproject:install to build Ejb.jar AND Ejb-client.jar. Another sub-project (webapp) has ejb-client.jar for dependency. When using multiproject:install, Ejb.jar is build but not Ejb-client.j