After doing a cvs update -d from xml-xalan/test, I tried a
build.sh all
and got the following error:
bugzilla.classes:
[javac] Compiling 1 source file to
/net/bigblock/files18/tamiro/xml-xalan/test/tests/bugzilla/build
[javac]
/net/bigblock/files18/tamiro/xml-xalan/test/tests/bugzilla/Bugzilla2925.java:141: Wrong
number of arguments in constructor.
[javac] DTMIterator iterator = new
OneStepIterator(dtm.getAxisIterator(Axis.SELF));
[javac] ^
[javac] 1 error
BUILD FAILED
/net/bigblock/files18/tamiro/xml-xalan/test/build.xml:639: Compile failed, messages
should
have been provided.
Total time: 5 seconds
--Tom