1
0
Fork 0

[fix]
Some checks failed
Run BaseX Tests / test (push) Failing after 25s

This commit is contained in:
Andy Bunce 2025-02-01 22:53:56 +00:00
parent fd295d8c88
commit 126890b397
2 changed files with 5 additions and 4 deletions

View file

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

View file

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