With the latest XML patch I hit build problems, I didn't change anything
in my setup.
Any ideas, I didn't see any e-mail about needing extra jars.
I build using IBM's 1.4.2 SDK.
Dan.
compile:
[javac] Compiling 348 source files to C:\_work\svn_clean\trunk\classes
[javac]
C:\_work\svn_clean\trunk\java\engine\org\apache\derby\iapi\types\XML
.java:47: package org.xml.sax does not exist
[javac] import org.xml.sax.ErrorHandler;
[javac] ^
[javac]
C:\_work\svn_clean\trunk\java\engine\org\apache\derby\iapi\types\XML
.java:48: package org.xml.sax does not exist
[javac] import org.xml.sax.XMLReader;
[javac] ^
[javac]
C:\_work\svn_clean\trunk\java\engine\org\apache\derby\iapi\types\XML
.java:49: package org.xml.sax does not exist
[javac] import org.xml.sax.SAXException;
[javac] ^