RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Vincent Massol
Ok cool... pfeww... I'm lucky as I've implemented 2/ yesterday night (now in CVS) :-) Thanks -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 19 June 2003 08:03 > To: Maven Developers List > Subject: Re: Problems of EJ

Re: Problems of EJB plugin and Dependencies download

2003-06-18 Thread dion
I'm +0 on 2/ and -1 on 1/ -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "Vincent Massol" <[EMAIL PROTECTED]> wrote on 19/06/2003 02:01:04 AM: > Hi, > > The EJB plugin ejb:install goal installs its artifacts in > /e

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Vincent Massol
e- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 22:52 > To: Maven Developers List > Subject: RE: Problems of EJB plugin and Dependencies download > > > I see 2 solutions: > > > > 1/ Add a property called false and if found the > >

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Michal Maczka
> I see 2 solutions: > > 1/ Add a property called false and if found the > said dependency is not added to the Classpath? > > or > > 2/ Define a list of well known artifact types. That would server 2 > purposes: > a- to know if the said dependency type should be added to the classpath > b- to know

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 19:53 > To: Maven Developers List > Subject: RE: Problems of EJB plugin and Dependencies download > > This is partially fixed in maven-new (Repository Layout Service) > So

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Michal Maczka
problem for ejbs is: ejb actual file name AFAIK There is no workaround for 2nd problem, > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 6:01 PM > To: 'Maven Developers List' > Subject: P

Problems of EJB plugin and Dependencies download

2003-06-18 Thread Vincent Massol
Hi, The EJB plugin ejb:install goal installs its artifacts in /ejbs/-.jar (note the "jar" extension"). However, the maven dependency resolver looks for a file named: /ejbs/-.ejb (not the "ejb" extension) Thus it fails to find the artifact... Several solutions: 1/ All jar files (.ear, .jar, .wa