Additions:
This module requires at least version 1.1.8 of xmlsh
Deletions:
Additions:
This module requires at least version 1.1.7 of xmlsh
Deletions:
Additions:
This module requires at least version 1.1.5 of xmlsh
Deletions:
Additions:
This module requires at least version 1.0.6 of xmlsh
Deletions:
Additions:
Download the latest binary from [[https://sourceforge.net/projects/xmlsh/files/]]. Look under the "calabash_ext" folder.
This module requires at least version 0.1.0 of xmlsh
This module requires at least version 0.1.0 of xmlsh
Deletions:
This module requires at least version 0.0.2.0 of xmlsh
Additions:
Download the latest binary from [[https://sourceforge.net/projects/xmlsh/files/calabash_ext/0.2/]]
Deletions:
Additions:
Example.
Assuming that XMODPATH refers to a directory which includes the "calabash" directory which in turn includes the module.xml and the dependant jars.
$ import module calabash
$ import module c=calabash
Assuming that XMODPATH refers to a directory which includes the "calabash" directory which in turn includes the module.xml and the dependant jars.
$ import module calabash
$ import module c=calabash
Deletions:
$ import module c=org.xmlsh.calabash
Additions:
Import the calabash extension in xmlsh with an "import module" statement
The module can be found using the XMODPATH variable or explicitly by specifying the module.xml file
XMODPATH=/usr/local/xmlsh/ext
import module calabash
or
import module /usr/local/xmlsh/ext/calabash/module.xml
The module can be found using the XMODPATH variable or explicitly by specifying the module.xml file
XMODPATH=/usr/local/xmlsh/ext
import module calabash
or
import module /usr/local/xmlsh/ext/calabash/module.xml
Deletions:
Import the calabash extension in xmlsh with an "import module" statement.
import module org.xmlsh.calabash
Additions:
Place above jar files in the same directory as calabash_ext.jar and module.xml
Alternatively you can edit module.xml and change the paths to the Dependant jars.
Alternatively you can edit module.xml and change the paths to the Dependant jars.
Deletions:
This can be done by editing the win32\xmlsh.bat or unix/xmlsh startup scripts or whatever command is used to launch xmlsh.
Windows example, assuming calabash_ext.jar is placed in the same directory as xmlsh.jar (%XMLSH%\lib) edit win32\xmlsh.bat and add before the java command
@set CLASSPATH=%CLASSPATH%;%XMLSH%\lib\calabash_ext.jar
Repeat this for all the jar files.
Additions:
This module requires at least version 0.0.2.0 of xmlsh
Deletions:
Additions:
Dowload the latest binary from [[https://sourceforge.net/project/showfiles.php?group_id=228358&package_id=300027&release_id=681251 calabash_ext package]]
Deletions:
Additions:
The Calabash xproc implementation is supported as an extension module to xmlsh. This allows running xproc pipelines from within the same JVM as xmlsh and using native xmlsh syntax. For example, input and output ports in xproc are supported via named ports in xmlsh.
Calabash extension module is on sourceforge in the calabsh_ext package under xmlsh.
Dowload the latest binary from [[https://sourceforge.net/project/showfiles.php?group_id=228358&package_id=300027&release_id=678520 calabash_ext package]]
This module requires at least version 0.0.1.11 of xmlsh
Calabash extension module is on sourceforge in the calabsh_ext package under xmlsh.
Dowload the latest binary from [[https://sourceforge.net/project/showfiles.php?group_id=228358&package_id=300027&release_id=678520 calabash_ext package]]
This module requires at least version 0.0.1.11 of xmlsh
Deletions:
Dowload the latest binary from [[https://sourceforge.net/project/showfiles.php?group_id=228358&package_id=300026 marklogic_ext package]]
You also need the "xcc.jar" file from [[http://developer.marklogic.com/download/ Mark Logic Developer Page]] (the Java XCC Distribution)