On 26/03/2014 19:10, Stadelmann Josef wrote:
> For trouble shooting I am about to build an old version 5.5.26 of Apache 
> Jakarta Tomcat

Why not just download a binary distribution from the ASF archives?

> And I am missing a jar containing at least the following 4 members
> 
> import org.apache.tomcat.core.BaseInterceptor;
> import org.apache.tomcat.core.Context;
> import org.apache.tomcat.core.ContextManager;
> import org.apache.tomcat.core.TomcatException;

None of those classes exist in the 5.5.x branch. Neither will you find
them in 4.0.x, 4.1.x, 5.0.x, 6.0.x, 7.0.x or 8.0.x.

Those classes are from Tomcat 3.3.x (and possibly earlier).

> using SVN Tourtoise I to download the project;
> It does not build and

Sure it does, if you follow the build instructions correctly. Granted
for 5.5.x that is more complicated than it is for 6.0.x onwards but it
is doable.

> I cannot find the files above with this tags version

You won't. See explanation above.

> I have started to maven-ise this project, and are fare almost,

Why? Why? Why?

You have downloaded a project that uses Ant and was never structured to
work with Maven. The chances of you getting a valid 5.5.x build using
Maven are close to zero.


> but struggle so far to find this members above,
> better I like to find the jar file with the package org.apache.tomcat.core

I think you need to decide what version it is you actually want first.

> maybe somebody can give me groupId and artifactId and the maven repository 
> link.
> 
> Looking at maven central is a no go either unless I did a mistake.

Going back that far, only a few versions were uploaded to Maven. It
depends exactly which version you want. You'd be better off (once you
have decided which version that is) getting it from the ASF archives.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to