You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brill Pappin <br...@pappin.ca> on 2005/08/05 07:03:58 UTC

who maintains the servletapi jars?

Seems the servletapi-2.4.jar on ibiblio is missing the jsp package
(should it be?).

Anyone know who I contact about it, if it is indeed missing?
(There is no contact info in the POM).

- Brill Pappin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: who maintains the servletapi jars?

Posted by Brill Pappin <br...@pappin.ca>.
Ahh... ohh...

I run into that a lot, where a library changes structure but there is no
indication except that things stop compiling :)

Don't know if there is any easy way to notify the developer though...
Maybe something like transient dependencies where a lib can indicate
that it changed its structure... some kind of deprecated warning maybe.

Anyway, thanks for answering two stupid questions in one night :)

- Brill

Brett Porter wrote:
> They come from the Tomcat project. The JSP packages are in
> jsp-api-2.0.jar I think.
> 
> - Brett
> 
> On 8/5/05, Brill Pappin <br...@pappin.ca> wrote:
> 
>>Seems the servletapi-2.4.jar on ibiblio is missing the jsp package
>>(should it be?).
>>
>>Anyone know who I contact about it, if it is indeed missing?
>>(There is no contact info in the POM).
>>
>>- Brill Pappin
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: who maintains the servletapi jars?

Posted by Brett Porter <br...@gmail.com>.
They come from the Tomcat project. The JSP packages are in
jsp-api-2.0.jar I think.

- Brett

On 8/5/05, Brill Pappin <br...@pappin.ca> wrote:
> Seems the servletapi-2.4.jar on ibiblio is missing the jsp package
> (should it be?).
> 
> Anyone know who I contact about it, if it is indeed missing?
> (There is no contact info in the POM).
> 
> - Brill Pappin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: who maintains the servletapi jars?

Posted by Carlos Sanchez <ca...@gmail.com>.
Since 2.4 the servlet spec was splitted in servlet 2.4 and jsp 2.0,
check http://www.ibiblio.org/maven/javax.servlet/jars/

The suggested groupId is javax.servlet and artifactIds servlet-api and jsp-api

On 8/4/05, Brill Pappin <br...@pappin.ca> wrote:
> Seems the servletapi-2.4.jar on ibiblio is missing the jsp package
> (should it be?).
> 
> Anyone know who I contact about it, if it is indeed missing?
> (There is no contact info in the POM).
> 
> - Brill Pappin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org