The extension cxf:move not found in Calabash

  Hi,

  I try to use the Calabash extension step cxf:move.  But it
seems Calabash does not know it.  The following pipeline:

    <p:declare-step
        xmlns:p="http://www.w3.org/ns/xproc"
        xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils"
        version="1.0">
       <p:output port="result"/>
       <cxf:move href="/tmp/from" target="/tmp/to"/>
    </p:declare-step>

results in the error: "Unexpected step name: cxf:move".

  Isn't this step supported in Calabash 0.9.28?

  Regards,

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

Received on Monday, 20 December 2010 13:52:59 UTC