You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
If you generate a blank roxy project, it comes without schemas/ directory. If you then run ./ml local install you get messages like these:
Warning: app-specific schemas database not defined. Deploying schemas to the Schemas database. The clean and wipe commands will not remove these schemas.
ERROR: /Users/gjosten/Projects/github-grtjn/slush-marklogic-node/tmp/xxx/schemas does not exist
Loaded 0 schemas from /Users/gjosten/Projects/github-grtjn/slush-marklogic-node/tmp/xxx/schemas to ml9-ml1:8040/Schemas
All these messages could simply be skipped if the dir pointed at by ml.schemas.dir does not exist.
The text was updated successfully, but these errors were encountered:
If you generate a blank roxy project, it comes without schemas/ directory. If you then run
./ml local install
you get messages like these:All these messages could simply be skipped if the dir pointed at by
ml.schemas.dir
does not exist.The text was updated successfully, but these errors were encountered: