I have problem running our proprietary stores with slide "current".

We use an external library that's compiled against jdom beta 9, whereas
slide is compiled against jdom-dev (which is probably jdom "current").

If I setup an web-application with both slide-kernel.jar and
external.jar, i get jvm link exceptions because slide-kernel.jar
references 
        org.jdom.Element org.jdom.Element.getParent
whereas external.jar references
        org.jdom.Parent org.jdom.Element.getParent

If slide intentionally uses using jdom-dev, that means I cannot use
external libraries unless I've compiled them against the property
version of jdom.

Is possible to use jdom beta 9 in slide? I can point jdom.jar to beta 9
(in slide's build properties), build slide, and everything seems to work
property.

Michael





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to