- From: Olivier JEULIN <olivier.jeulin@gmail.com>
- Date: Wed, 12 Oct 2011 14:55:34 +0200
- To: xproc-dev@w3.org
Hi, I'm trying to use Saxon-EE 9.3.0.5J with calabash 0.9.34, with the "-a" flag (I read that in http://lists.w3.org/Archives/Public/xproc-dev/2011Jul/0009.html). I modified the calabash script: ================== cat `which calabash` #!/bin/sh CLASSPATH=/usr/local/saxon9/ee/saxon9ee.jar export CLASSPATH DIR_CALABASH=xmlcalabash-0.9.34 java -Xmx2560m -classpath $CLASSPATH -jar /usr/local/eip/xml/bin/$DIR_CALABASH/calabash.jar "$@" ================== But I get the message: "Failed to obtain schema-aware processor." Running Saxon from the command line works: $ java -classpath /usr/local/saxon9/ee/saxon9ee.jar net.sf.saxon.Transform No source file name Saxon-EE 9.3.0.5J from Saxonica So, what I am missing ? -- O. J.
Received on Wednesday, 12 October 2011 12:56:33 UTC