You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Juergen Fey <jf...@roottec.com> on 2000/11/04 23:56:53 UTC

missing jasper in tomcat cvs tree

Hi,

Just did an checkout of jakarta-tomcat. The build is not succeeding
and stops with the error:

srcdir "blabla/jakarta-tomcat/src/jasper3" does not exist!

what`s the problem?

Juergen

Re: missing jasper in tomcat cvs tree

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Juergen Fey wrote:

> Hi,
>
> Just did an checkout of jakarta-tomcat. The build is not succeeding
> and stops with the error:
>
> srcdir "blabla/jakarta-tomcat/src/jasper3" does not exist!
>
> what`s the problem?
>

The main branch of the "jakarta-tomcat" tree represents the so-called
"Tomcat 3.3" development path, and often does not compile (because
developers committing to it do not always follow the rules and ensure
that they don't break builds).

If you want to build the most recent version of Tomcat 3.2, check out the
"tomcat_32" branch from the "jakarta-tomcat" repository.  On the other
hand, if you want the most recent version of Tomcat 4.0, check out the
main branch from the "jakarta-tomcat-4.0" repository.

>
> Juergen
>

Craig McClanahan