marklogic / entity-services

Data modeling and code scaffolding for data integration in MarkLogic
https://docs.marklogic.com/guide/entity-services
Apache License 2.0
7 stars 10 forks source link

Missing modules in OS X build #27

Closed jmakeig closed 8 years ago

jmakeig commented 8 years ago

I've got the 9.0-20160418 nightly on OS X. When I try to import module namespace es = "http://marklogic.com/entity-services" at "/MarkLogic/entity-services/entity-services.xqy";, as in the examples, I get XDMP-MODNOTFOUND: (err:XQST0059) Module /MarkLogic/entity-services/entity-services.xqy not found. My /MarkLogic/Modules directory doesn’t look to contain entity-services:

Admin
admin.xqy
alert
alert.xqy
appservices
aws.xqy
cdict
conversion
cookies.xqy
cpf
custom-dictionary.xqy
custom-language.xqy
dls-upgrade.xqy
dls.xqy
ec2-2009-11-30.xqy
entity
entity.xqy
filter
flexrep
flexrep.xqy
functx
geospatial
hadoop.xqy
jsearch
jsearch.sjs
json
manage
mustache
openxml
ops-director
optic
optic.sjs
optic.xqy
pki.xqy
plugin
redaction
redaction.sjs
redaction.xqy
rest-api
samples
security.xqy
semantics
semantics.xqy
spell.xqy
temporal.xqy
thesaurus.xqy
tieredstorage.xqy
triggers.xqy
utilities.xqy
views.xqy
welcome
xa.xqy
xinclude
xslt
jmakeig commented 8 years ago

For the record, I was able to get over this hump with some soft link magic

ln -s $LOCAL_REPOS/xdmp-entity-services/entity-services/src/main/xdmp/entity-services $MARKLOGIC_HOME/Modules/MarkLogicentity-services
grechaw commented 8 years ago

This is a critical issue for the release -- the packaging at this time does not incorporate the entity services modules. I'll be working to resolve this issue on bugtrack issue 39262

grechaw commented 8 years ago

The change to the makefile to include entity services have been done. Shiva has opened a new task to modify the scripts on the build machine to check out this github repo.

grechaw commented 8 years ago

I'll assign back to you @jmakeig with the understanding that it may take a couple of days before you see the fix.

grechaw commented 8 years ago

It seems that this build issue is all done now. The nightly should work on all platforms.