Daniel John Debrunner wrote: > With the latest XML patch I hit build problems, I didn't change anything > in my setup. > > Any ideas, I didn't see any e-mail about needing extra jars. > I build using IBM's 1.4.2 SDK.
The difference is that Sun bundles the XML classes into its rt.jar, while IBM leaves them in their own xml.jar. Thus I modified my jdk14compile.classpath to add the xml jar, e.g. java14compile.classpath=c:/ibm142/jre/lib/core.jar;c:/ibm142/jre/lib/server.jar;c:/ibm142/jre/lib/xml.jar I'll add this information to the BUILDING.txt sometime. Dan.
