/Eric Everman/:
I've tried tracing the xalan.jar using the source provided from the
source distribution, and I've also trying building the xalan.jar from
the build.sh script and just using ant directly. All class files report
incorrect tracing line numbers - Here is an example:
[...]
What am I doing wrong?? I'm not an ant expert - is ant modifying the
source code before compile?
Platform:
Oracle's JDeveloper on Mac OS X 10.4.3, which is running on JDK 1.5.
All compiling and class compatibility is JDK 1.4.2, including ant and
build.sh builds.
I guess Xalan 2.7.0 classes (as far as I see there's no 2.7.1
released yet) clash with the older Xalan classes included with the
Sun JDK 1.4.2 - you should put the Xalan 2.7.0 libraries into the
endorsed directories:
http://java.sun.com/j2se/1.4.2/docs/guide/standards/
--
Stanimir