Calabash freezes when using cx:message

  Hi,

  Weirdly enough, the following pipeline makes Calabash 1.0.6 and
1.0.8 freeze and never return:

    <p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
                    xmlns:cx="http://xmlcalabash.com/ns/extensions"
                    version="1.0">

       <p:input port="source">
          <p:inline>
             <doc>input</doc>
          </p:inline>
       </p:input>
       <p:output port="result"/>

       <p:import href="http://xmlcalabash.com/extension/steps/library-1.0.xpl"/>

       <cx:message message="Hello, world!"/>

    </p:declare-step>

when executed with:

    java -jar calabash.jar message.xproc

  1.0.5 and previous work.  Any idea?  Regards,

-- 
Florent Georges
http://fgeorges.org/
http://h2oconsulting.be/

Received on Saturday, 9 February 2013 16:40:27 UTC