It's under /MarkLogic/manage/package i think. If you're using linux, try
'find /opt/MarkLogic -type f -name package.xqy'. The documentation for ML7
is wrong. It's under a new namespace, and takes a parameter,
package:create('somename'), then package:install('somename'). The
documentation is unfortunate.On Wed, Jan 15, 2014 at 2:59 PM, Will Thompson <[email protected]>wrote: > We’re preparing to update our databases to ML7, and I’m having some > trouble figuring out what happened to package:install(). We use it in a > couple of our scripts, but /MarkLogic/package/package.xqy appears to be > missing from the ML filesystem modules. It’s still listed in the ML7 > documentation at doc.marklogic.com (and not as deprecated). Has this > module just been replaced by the REST Packaging API, or is there still some > way to use the module as we have in ML6? > > -Will > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general >
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
