Sounds like an error in the pom.

File a MEV bug with the proper jetty5 pom.xml file attached and
someone will update the pom on ibiblio.

Wayne

On 4/20/06, Jan Bartel <[EMAIL PROTECTED]> wrote:
> Hi Julien.
>
>
> Jetty 5.x is built by ant, but the artifacts are made available on
> ibiblio. The jetty5.x series, whilst the current stable series is
> about to be superceded by the 6.x series.
>
> Jetty 6.x is built by maven2 and has full poms with dependencies
> listed which maven2 will transitively resolve for you.
>
> I suggest you switch to jetty 6.x as 1) it is built by maven2 and
> 2) anyway has many many less dependencies.
>
> cheers
> Jan
>
>
> Julien Henry wrote:
> >
> > Hi,
> >
> > I'm using Jetty to test my project. I have this in my pom (I use JSP) :
> > <dependency>
> >      <groupId>jetty</groupId>
> >      <artifactId>org.mortbay.jetty</artifactId>
> >      <version>5.1.10</version>
> >      <scope>test</scope>
> >    </dependency>
> >    <dependency>
> >      <groupId>jetty</groupId>
> >      <artifactId>jasper-runtime</artifactId>
> >      <version>4.2.20RC0</version>
> >      <scope>test</scope>
> >    </dependency>
> >    <dependency>
> >      <groupId>jetty</groupId>
> >      <artifactId>jasper-compiler</artifactId>
> >      <version>4.2.20RC0</version>
> >      <scope>test</scope>
> >    </dependency>
> >
> > But the server can't be launched. I discovered that Jetty need
> > org.apache.commons-logging. So I added :
> > <dependency>
> >      <groupId>commons-logging</groupId>
> >      <artifactId>commons-logging</artifactId>
> >      <version>1.0.4</version>
> >      <scope>test</scope>
> >    </dependency>
> >
> > But why don't put commons-logging as a dependency of Jetty in the pom on
> > ibiblio ?
> >
> > Thanks
> >
> > Julien
> >
> > This message contains information that may be privileged or confidential
> > and is the property of the Capgemini Group. It is intended only for the
> > person to whom it is addressed. If you are not the intended recipient,
> > you are not authorized to read, print, retain, copy, disseminate,
> > distribute, or use this message or any part thereof. If you receive
> > this  message in error, please notify the sender immediately and delete
> > all  copies of this message.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to