You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Michael jamison <mj...@centrimed.com> on 2000/07/11 17:09:45 UTC

XMLValidator not found in import

I'm trying to build using Ant and the XMLValidator class does not exist in
the org/apache/xerces/framework directory.  Where do I get this class?

System Info:  NT 4.0, jdk1.2.2, Xerces-J-src.1.2.2  



JAVA_HOME: c:\jdk1.2.2
Buildfile: build-xerces.xml
Project base dir set to: C:\java\xerces-1_1_2
Executing Target: init
Executing Target: prepare
Executing Target: compile
Compiling 1 source files to C:\java\xerces-1_1_2\bin\classes
C:\java\xerces-1_1_2\bin\src\org\apache\xerces\parsers\RevalidatingDOMParser
.java:62: Class org.apache.xerces.framework.
XMLValidator not found in import.
import org.apache.xerces.framework.XMLValidator;
       ^
1 error
BUILD FATAL ERROR: Compile failed, messages should have been provided.

C:\java\xerces-1_1_2>