Z
Some checks failed
Run BaseX Tests / test (push) Failing after 31s

This commit is contained in:
Andy Bunce 2025-02-02 18:15:08 +00:00
parent 636317ba30
commit 95b95b848d
5 changed files with 10 additions and 38 deletions

View file

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

View file

@ -5,5 +5,5 @@ XQUERY "Repo install.."
REPO INSTALL dist/pdfbox-3.0.4.fat.jar
REPO LIST
XQUERY "add-to-custom.."
#RUN add-to-custom.xq
RUN add-to-custom.xq
#TEST src/test