From: Paul S. <pau...@ne...> - 2002-03-02 04:46:31
|
Hi Gavin, thanks for the prompt reply, as always. I have a copy of JDOM and Xalan there, but I don't think they are the right versions. I really think the version of external JAR's needs to be specified, or at least the specification version that it needs to implement. In my case I had a copy of Xalan 1.2.1 sitting there that doesn't have the class mentioned in the Exception stack trace, so I imagine it's the wrong version. What I was really curious about was what had changed that I now need this, as I'm not doing XSL specific in any of my code. I imagine I've had the wrong JAR files there from day one, but that nothing in my code caused them to be needed and I've only just found out. Regards, PaulS :) Gavin_King/Cirrus%CI...@ci... wrote: >>So what's changed? What is the list of external dependencies? I can't >>find it anywhere. >> > > you need Xalan. and also JDOM if you want XML generation. > > dependencies are mentioned here: > > http://hibernate.sourceforge.net/hibernate.html > > (the same document is also in your doc subdirectory.) > > probably should start packaging the jars along with hibernate > (not sure of the licensing issues involved in this - i guess > xerces/xalan are bsd license so its ok). > > somebody else mentioned that we should keep them in CVS also. > > > |