You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Craig R. McClanahan" <cm...@mytownnet.com> on 1999/11/05 08:33:13 UTC

Compile Failure: ServletLoader.java

The change from version 1.2 to 1.3 of
org.apache.tomcat.core.ServletLoader introduced a JDK 1.2 dependency.
The method listFiles() does not exist in the java.io.File class in JDK
1.1.x.

Do we have the "continuous build" tests running yet that would flag this
kind of thing immediately?

Craig



Re: Compile Failure: ServletLoader.java

Posted by James Davidson <du...@x180.com>.
> Do we have the "continuous build" tests running yet that would flag this
> kind of thing immediately?

Working on it. Everytime I'm getting "close" some fire drill comes up...
Grump grump grump. RSN.

.duncan