You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Wayne A. Moore" <wm...@stanford.edu> on 2000/03/08 00:37:09 UTC

JBuilder project

As suggested in the release notes, I tried to make a JBuilder project
for Xalan 0_20_0.
Other than deprecated interfaces it compiles fine (JDK1.2 in JBuilder
Enterprise 3.0) but does not work or at least not the same as the
distributed version. Specifically I get complaints about using a
DTMLiaison when I should be using a XercesLiaison. However, I'm sure
that I am using XercesLiaison because that's the only way it would work
in 19_5. It still works fine when I run against the released (1.1.8
compiler) .jar or .class files. I haven't yet figured out why.

The way JBuilder references libraries (.jar's) is not very transportable
but I'd be happy to contribute the project file for what it's worth.
Where should I send it (if you want it at all)?

Wayne Moore