Am I going nuts or does the <available> task only find classes being available in java.* or javax.* packages?

I am trying to see if a particular tomcat class is available and the <available> task keeps not finding it. I know it finds the jar because I've copied in javax.servlet.ServletConfig into the tomcat-coyote.jar and it finds that just fine. It doesn't seem to be able to find org.apache.coyote.tomcat5.CoyoteConnector. Note that I am using a nightly build of Tomcat5, so, yes, that package *does* exist.

Can someone confirm this behavior? I don't see this quirk mentioned in the docs for <available>.


Jake


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to