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';
|
2025-02-02 18:15:08 +00:00
|
|
|
declare variable $base:= file:parent(db:system()/globaloptions/dbpath/string());
|
|
|
|
|
2025-02-01 22:51:34 +00:00
|
|
|
|
2025-02-02 10:34:52 +00:00
|
|
|
|
2025-02-01 23:19:31 +00:00
|
|
|
"
|
|
|
|
copy..
|
2025-02-01 22:57:21 +00:00
|
|
|
",
|
2025-02-02 18:15:08 +00:00
|
|
|
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)),
|
2025-02-01 22:57:21 +00:00
|
|
|
"
|
|
|
|
"
|