← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/feature_xqdoc_version_for_modules into lp:zorba

 

Review: Needs Fixing

I tried to build the documentation and got the following error:
</Users/wcandillon/tmp/feature_xqdoc_version_for_modules/build/URI_PATH/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq>:432,18: type error [err:XPTY0004]: empty sequence not allowed as result of function xqdoc2html:get-is-core() that returns "xs:boolean" 

I believe that this can be fixed by replacing:
 434   xs:boolean(data($xqdoc2html:ZorbaManifest/module[@uri= $moduleUri]/@isCore))
with:
 434   boolean(data($xqdoc2html:ZorbaManifest/module[@uri= $moduleUri]/@isCore))

Then I hit the following problem:
</Users/wcandillon/tmp/feature_xqdoc_version_for_modules/build/URI_PATH/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq>:587,5: user-defined error [err:UE004]: FAILED: http://www.zorba-xquery.com/modules/mustache Message: empty sequence not allowed as result of function xqdoc2html:get-project-root() that returns "xs:string" 


-- 
https://code.launchpad.net/~zorba-coders/zorba/feature_xqdoc_version_for_modules/+merge/88108
Your team Zorba Coders is subscribed to branch lp:zorba.


References