.
Some checks failed
Run BaseX Tests / test (push) Failing after 18s

This commit is contained in:
Andy Bunce 2025-02-01 23:19:31 +00:00
parent 647ced64ee
commit 5e516d3d39
3 changed files with 7 additions and 4 deletions

View file

@ -2,8 +2,9 @@
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
declare variable $custom:= "/usr/local/basex/lib/custom/";
declare variable $base:=static-base-uri()=>file:parent()=>file:parent();
"copy..
declare variable $base:=file:parent(db:system()/globaloptions/dbpath/string());
"
copy..
",
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)=>trace("Source: ")
,$custom),