It turns out that I was doing all of the build stuff correctly. The
part I messed up was that I was using Java 1.3 instead of Java 1.4.
Oops.
I still think that it is interesting that the exception occurred when
it did, and I'm still curious about why. While trying to debug this,
I ran java with the -verbose:class option, and this is what appeared
just before the exception:
[Loaded org.apache.xalan.serialize.Serializer]
[Loaded org.apache.xalan.serialize.DOMSerializer]
[Loaded org.apache.xalan.serialize.SerializerToXML]
[Loaded org.apache.xalan.serialize.WriterToUTF8]
[Loaded org.apache.xalan.serialize.WriterToUTF8Buffered]
[Loaded org.apache.xalan.serialize.WriterToASCI]
[Loaded org.apache.xalan.serialize.CharInfo]
[Loaded org.apache.xml.utils.CharKey]
[Loaded org.apache.xml.utils.BoolStack]
[Loaded org.apache.xalan.serialize.Encodings]
[Loaded org.apache.xalan.serialize.EncodingInfo]
[Loaded org.xml.sax.helpers.NamespaceSupport]
[Loaded java.util.EmptyStackException from c:\jdk1.3.1_05\jre\lib\rt.jar]
[Loaded org.xml.sax.helpers.NamespaceSupport$Context]
[Loaded org.apache.xalan.transformer.SerializerSwitcher]
[Loaded sun.net.www.http.ClientVector from c:\jdk1.3.1_05\jre\lib\rt.jar]
java.lang.IncompatibleClassChangeError
Anybody care to make a guess about what was going on? At this point,
it's not too important, but I'm a curious fellow.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]