1
0
Fork 0

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

This commit is contained in:
Andy Bunce 2025-02-01 22:57:21 +00:00
parent 126890b397
commit 647ced64ee
2 changed files with 7 additions and 4 deletions

View file

@ -1,2 +1,2 @@
30/1/2025.................
..lgnf
..lgnfj

View file

@ -3,7 +3,10 @@ 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..",
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)
"copy..
",
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)=>trace("Source: ")
,$custom),
file:list($custom)
file:list($custom),
"
"