Gary, I was in that code recently and fixed that problem. Thanks!
Myriam
"Gary L Peskin"
<[EMAIL PROTECTED] To: <[EMAIL PROTECTED]>
om> cc:
Subject: Unable to build XalanJ2
02/01/02 07:10 PM
Please respond to
xalan-dev
I am unable to build XalanJ2 using JDK 1.1.8. Lines 1213 and 1232 in
XPathContext both refer to Vector.add which was not added until Java 2
with the Collections class. The 1.1.8 equivalent is addElement.
I do remember a discussion awhile back about switching to Java 2. I
think that we decided not to move just yet. In this particular case,
the fix is trivial. However, we might want to revisit this discussion.
Aside from the Visual J++ folks, I can't imagine why anyone would still
be on JDK 1.1.x.
Is it time to move or shall we change XPathContext?
Gary
