[add]basex action
Some checks failed
Run BaseX Tests / test (push) Successful in 40s
Test BaseX Installation / test-basex (push) Failing after 22s

This commit is contained in:
Andy Bunce 2025-02-12 11:49:50 +00:00
parent 43f178f053
commit 8b96370e90
5 changed files with 68 additions and 17 deletions

View file

@ -1,16 +0,0 @@
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
declare variable $base:= file:parent(db:system()/globaloptions/dbpath/string());
"
copy..
",
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)),
"
"