Re: [m2] creating a par package and including it in an ear

2005-11-20 Thread Arik Kfir
yeah that's a known issue with Sun ;-) for a getting-started kind of tutorial - I recommend JBoss's TrailBlazer (can't remember the url - google finds it though). for more in depth info - currently there's only the jcp spec and some material on the net. Oh oracle's OTN (http://otn.oracle.com) has

Re: [m2] creating a par package and including it in an ear

2005-11-20 Thread Adam Hardy
You guys doing EJB3, can you recommend a decent tutorial on the new technology? Did you go to Sun or JBoss? I see with Sun's glassfish EJB3 server, the bundled tutorial is actually a tutorial for Netbeans users, rather than just a pure EJB3 tutorial :( Or are there others? Thanks Adam Bruno

Re: [m2] creating a par package and including it in an ear

2005-11-18 Thread Bruno Aranda
Thanks Stéphane! I've finally got it working... I've checked out the current SVN maven, and maven ear plugin and rebuilt everything. I've used the maven-par-plugin from the mojo codehaus sandbox. After building everything I reproduced an issue discussed some days ago in this mailing list [1], where

Re: [m2] creating a par package and including it in an ear

2005-11-17 Thread Arik Kfir
While we're at it - any estimate regarding the release date? On 11/17/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Bruno, > > Yes but you need to use latest SVN et rebuild the maven ear plugin. It works > but it's not released yet. Regarding the lifecyle, same answer, it's applied > to maven c

Re: [m2] creating a par package and including it in an ear

2005-11-17 Thread Stephane Nicoll
Bruno, Yes but you need to use latest SVN et rebuild the maven ear plugin. It works but it's not released yet. Regarding the lifecyle, same answer, it's applied to maven core but not as part of the 2.0 release. Hope it helps, Stéphane On 11/17/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > Than

Re: [m2] creating a par package and including it in an ear

2005-11-17 Thread Bruno Aranda
Thanks, I know, to summarise, my question was if someone has successfully included a par generated with that plugin inside an ear... Thanks, Bruno 2005/11/17, Arik Kfir <[EMAIL PROTECTED]>: > I think you need to use the 'maven-par-plugin' (in the mojo project, > at http://mojo.codehaus.org/) > >

Re: [m2] creating a par package and including it in an ear

2005-11-17 Thread Arik Kfir
I think you need to use the 'maven-par-plugin' (in the mojo project, at http://mojo.codehaus.org/) However, AFAIK its not released yet. On 11/17/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > Hi all, > > I am doing my first steps with maven... I have a multi-module setup > that involves the creati

[m2] creating a par package and including it in an ear

2005-11-17 Thread Bruno Aranda
Hi all, I am doing my first steps with maven... I have a multi-module setup that involves the creation of jars, wars, pars and an ear with everything inside. I've been told to use a plugin to create the par file [1]. However, when the par is set as a dependency in the pom.xml file to create the ea