[mod] xar
Some checks failed
Run BaseX Tests / test (push) Failing after 24s

This commit is contained in:
Andy Bunce 2025-02-03 14:15:01 +00:00
parent 95b95b848d
commit 96ad5101d9
7 changed files with 62 additions and 11 deletions

8
scripts/make-xar.xq Normal file
View file

@ -0,0 +1,8 @@
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
declare variable $base:= file:resolve-path("../",static-base-uri())=>trace("base ");
let $xar:=build:xar-create($base)
let $output-file := file:resolve-path("dist/pdfbox.xar",$base)
return (build:write-binary($output-file, $xar),
trace($output-file,"zar: "))