1
0
Fork 0
pdfbox/scripts/add-to-custom.xq

14 lines
349 B
Text
Raw Normal View History

2025-02-01 22:53:56 +00:00
2025-02-01 22:51:34 +00:00
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
declare variable $custom:= "/usr/local/basex/lib/custom/";
2025-02-01 23:19:31 +00:00
declare variable $base:=file:parent(db:system()/globaloptions/dbpath/string());
"
copy..
2025-02-01 22:57:21 +00:00
",
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)=>trace("Source: ")
2025-02-01 22:53:56 +00:00
,$custom),
2025-02-01 22:57:21 +00:00
file:list($custom),
"
"