Thanks guys!
Another thing I noticed
jaxp10.present (must be present) = true
jaxp11.present (optional) = true
likely because jaxp.jar v.1.1 contains both classes:
<!--available property="jaxp10.present"
classname="javax.xml.parsers.DocumentBuilder"
classpath="${jaxp.jar}" /-->
<available property="jaxp11.present"
classname="javax.xml.transform.TransformerFactory"
Valeriy
-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 8:12 PM
To: [EMAIL PROTECTED]
Subject: Re: Where is org.apache.naming.StringManager, etc.
> 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