To whoever is fixing the GUMP build:
It is a good thing that the gump build is so sensitive to the changes I've
made to Xalan's serializer and broken right away rather than later. As my
wife says "the small sins get punished right away, for the big sins you
have to wait ..."
Yes I broke the gump build, and I see that it is also impacting the build
of the docs for Xerces.
Here is what I did. In Xalan all of the classes were built under
./java/build/classes
and those classes were bundled into
./java/build/xalan.jar.
I modified the Ant build of Xalan. Now a subset of those classes,
everything previously built under
./java/build/classes/org/apache/xml/serializer/ is now built under
./java/build/serializer/org/apache/xml/serializer
and that subset of classes is bundled into
./java/build/serializer.jar
and is no longer inside of xalan.jar
So for those who are fixing the classpaths of the GUMP build you need to
include ./java/build/serializer or ./java/build/serializer.jar in the
classpath.
----------
Brian Minchau
XSLT Development, IBM Toronto
e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]