Re: Creating an EJB, then an EAR

2006-07-05 Thread Tim Kettler
Hi, you should read the free maven book [1]. It is a very good introduction to m2 and has a chapter that shows an example of a J2EE application developed with maven. -Tim [1] http://library.mergere.com/ Graham Leggett schrieb: Hi all, I have an existing ant based project that I am trying

Creating an EJB, then an EAR

2006-07-04 Thread Graham Leggett
Hi all, I have an existing ant based project that I am trying to build with maven 2. The existing ant build creates an EJB jar file, and then wraps it and it's dependancies into an ear file. I am trying to replicate this behaviour with maven 2. Is there a way to run the ejb plugin, followed by

Re: Creating an EJB, then an EAR

2006-07-04 Thread Marco Mistroni
Hello, see if htis sample can help you (though, it creates a jar for a n EJB..) http://docs.codehaus.org/display/MAVENUSER/Examples hth marco On 7/4/06, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, I have an existing ant based project that I am trying to build with maven 2. The

Re: Creating an EJB, then an EAR

2006-07-04 Thread Graham Leggett
On Tue, July 4, 2006 5:13 pm, Marco Mistroni wrote: see if htis sample can help you (though, it creates a jar for a n EJB..) http://docs.codehaus.org/display/MAVENUSER/Examples Are you referring to How to use the JBoss Embedded EJB3 Container for Unit testing? It's the only example that

Re: Creating an EJB, then an EAR

2006-07-04 Thread Marco Mistroni
hello, Yes, but the whole project packages an ejb into an .ear i thought that might help.. hth marco On 7/4/06, Graham Leggett [EMAIL PROTECTED] wrote: On Tue, July 4, 2006 5:13 pm, Marco Mistroni wrote: see if htis sample can help you (though, it creates a jar for a n EJB..)