Still looking at the Linux URI resolution issue.
Tried quickly firing up a build under Eclipse, since that's my preferred
debugging environment. Discovered that we have a number of classes, such
as TimeXSLTCDom.java, which appear to be residual from the early days of
integrating Sun's compiler into Xalan2, and which have references to
classes from that compiler which do not exist in Xalan. They are not
being built by our normal Ant script, but Eclipse currently tries to
compile everything and reports them as errors.
(Eclipse also complains about a class or two in the BCEL package,
apparently example classes which either weren't intended to be built or
which have dependencies upon something else; I am presuming the former
for now.)
We may want to clean this up someday, either by providing a .eclipse
file which excludes these, or by dropping them entirely. For now, I
think I can ignore them; the compiler complaints are a nuisance but not
a serious problem for what I need to do.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]