Scott --

I temporarily reverted back to the real javac under 1.1.8 and now get
the following error:

    [javac]
C:\Xalan-dev\xml-xalan\java\src\org\apache\xml\dtm\ref\DTMDefaultBaseIterators.java:1120:
Variable _maxAncestors can't be static in inner class
org.apache.xml.dtm.ref.DTMDefaultBaseIterators. PrecedingIterator.  Only
members of interfaces and top-level classes can be static.
    [javac]   private class PrecedingIterator extends
InternalAxisIteratorBase

This compiles fine under javac 1.3 with a 1.1 target.

Gary

Reply via email to