> Compilation errors on CVS codebase, like:
>
> [javac] Compiling 1 source file to C:\jakarta-slide\build\classes
> [javac] C:\jakarta-slide\src\wrappers\jndi\SlideDirContext.java:89:
> Class or
> g.apache.naming.StringManager not found in import.
> [javac] import org.apache.naming.StringManager;
>
> Where can I get files for org.apache.naming.* ?
Catalina (the servlet container in Tomcat 4.0).
I checked the build file, and the conditional compilation flag is incorrect
(it should be catalina.present instead of jndi.present).
Remy