Re: Detailed examples of J2EE projects in maven?

2004-04-02 Thread Emmanuel Venisse
You can see at articles on Maven site and the genapp plugin. Emmanuel - Original Message - From: "Chad Woolley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 02, 2004 11:24 PM Subject: Detailed examples of J2EE projects in maven? > Hi, > > I'm going to be attempting

Re: elementary problem with dependency.

2004-04-02 Thread dion
Sergey Khandogin <[EMAIL PROTECTED]> wrote on 02/04/2004 08:15:16 PM: > You defined type = ejb > and in docs mentioned the extension=type > so maven looking for module-ejb-1.0.ejb Bah. ejb as a type maps to a .jar extension. > > Hi all, > > > > My web module depends on ejb module so in project.x

Re: using a central repository other than ibiblio

2004-04-02 Thread dion
"Magnus Stattin" <[EMAIL PROTECTED]> wrote on 03/04/2004 03:12:18 AM: > > There where a discussion a while ago on this list about various deployment > mechanisms to a remote repository including local filesystem, ftp, http. > Are there any support for this in the latest release 1.0-rc-2? > >

Detailed examples of J2EE projects in maven?

2004-04-02 Thread Chad Woolley
Hi, I'm going to be attempting to migrate an existing J2EE project to Maven. I'm looking for complete, detailed examples that I can look at for guidance on the best practices for approaching this. Is there anything like this publicly available (or privately sharable)? Thanks, Chad

Building WAR files and Eclipse integration

2004-04-02 Thread James Adams
I have started using Maven for a J2EE project which I am developing using Eclipse as my IDE. I have several questions about how to get this environment set up correctly. After creating the Eclipse project I created a project.xml and a project.properties in the project's base directory (I copied

Re: using a central repository other than ibiblio

2004-04-02 Thread Jason van Zyl
On Fri, 2004-04-02 at 12:12, Magnus Stattin wrote: > There where a discussion a while ago on this list about various deployment > mechanisms to a remote repository including local filesystem, ftp, http. > Are there any support for this in the latest release 1.0-rc-2? There can be once wagon is us

using a central repository other than ibiblio

2004-04-02 Thread Magnus Stattin
There where a discussion a while ago on this list about various deployment mechanisms to a remote repository including local filesystem, ftp, http. Are there any support for this in the latest release 1.0-rc-2? /Magnus - To u

RE: error message output improvement

2004-04-02 Thread John Casey
...not sure. One thing you might be able to do is to add code to the plugin manager to detect an exception while running a goal, track it back to the plugin which owns the goal, and retrieve the url from the plugin's project.xml. Then, you could decorate the output of the exception with the URL...

RE: error message output improvement

2004-04-02 Thread Sonnek, Ryan
I'd be happy to dig into this more with a little direction. Where could this be found? > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 9:56 AM > To: Maven Users List > Subject: Re: error message output improvement > > I'd give than an enth

Re: error message output improvement

2004-04-02 Thread John Casey
I'd give than an enthusiastic +0. :) Love the idea, have no slack time to help. -john On Fri, 2004-04-02 at 10:41, Sonnek, Ryan wrote: > I think it'd be a great idea for each plugin to have a url output so when an > error occurs, maven can output the error and give the user some direction on > wh

error message output improvement

2004-04-02 Thread Sonnek, Ryan
I think it'd be a great idea for each plugin to have a url output so when an error occurs, maven can output the error and give the user some direction on where to go for help. with more and more plugins moving out of maven-core and into the sourceforge project (and other places), it becomes unclea

Re: ibiblio central repository

2004-04-02 Thread Joachim Bader
On Thursday 01 April 2004 12:43, Serge Huber wrote: > 1. What happens if ibiblio suddenly becomes unavailable ? Shouldn't Maven > have a mirroring system the same way Debian repositories have ? > > 2. A lot of companies use their own remote repository. What should be in > there, only what's not on

RE: [xdoc] maven rc2 - x:parse changelog file issue error

2004-04-02 Thread Darren Hartford
Ah, I missed that in the FAQ. Unfortunately the FAQ does conflicts with the project.xml file from CVS, and the commons-jelly jars in the maven-1.0-rc2 binary distribution where both are 20030902.160215 opposed to FAQ's 20030211. This specifically is occuring when calling 'multiproject', althoug

Re: elementary problem with dependency.

2004-04-02 Thread Sergey Khandogin
You defined type = ejb and in docs mentioned the extension=type so maven looking for module-ejb-1.0.ejb Marcin Gurbisz wrote: Hi all, My web module depends on ejb module so in project.xml I place: project-name module-ejb 1.0 ejb I've installed module-ejb in local repos

Re: Réf. : elementary problem with dependency.

2004-04-02 Thread Arto Pastinen
I think that id is currently history. On Fri, 2004-04-02 at 12:49, [EMAIL PROTECTED] wrote: > Hi > > Shouldn't the module-ejb be a module-ejb > ? > > I think when it's an the type is ignored and supposed to be jar. > > Julien > > > > Extranet > [EMAIL PROTECTED] - 02/04/2004 11:10 > > >

RE: Réf. : elementary problem with dependency.

2004-04-02 Thread Maczka Michal
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 11:50 AM > To: [EMAIL PROTECTED] > Subject: Réf. : elementary problem with dependency. > > > > Hi > > Shouldn't the module-ejb be a > module-ejb > ? > > I think when it's an the

Réf. : elementary problem with dependency.

2004-04-02 Thread julien . kirch
Hi Shouldn't the module-ejb be a module-ejb ? I think when it's an the type is ignored and supposed to be jar. Julien Extranet [EMAIL PROTECTED] - 02/04/2004 11:10 Veuillez répondre à [EMAIL PROTECTED] Pour : users cc : Objet : elementary problem with dependency. Hi all, My web

elementary problem with dependency.

2004-04-02 Thread Marcin Gurbisz
Hi all, My web module depends on ejb module so in project.xml I place: project-name module-ejb 1.0 ejb I've installed module-ejb in local repository ($HOME\.maven\repository\project-name\ejbs\module-ejb-1.0.jar) but when I try to build web module get: module-ejb-1.0.j