Calabash 0.9.24 and Saxon 9.3

Hi list,
just for your info. I've tried to run Calabash 0.9.24 with Saxon 9.3 and
not the shipped Saxon 9.2.

I got the following error message:

Exception in thread "main" java.lang.NoClassDefFoundError:
net/sf/saxon/functions/ExtensionFunctionDefinition
 at com.xmlcalabash.drivers.Main.run(Main.java:146)
 at com.xmlcalabash.drivers.Main.main(Main.java:78)
Caused by: java.lang.ClassNotFoundException:
net.sf.saxon.functions.ExtensionFunctionDefinition
 at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
 ... 2 more

Regards,
Stefanie

Received on Tuesday, 9 November 2010 08:59:07 UTC