parent
126890b397
commit
647ced64ee
2 changed files with 7 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
||||||
30/1/2025.................
|
30/1/2025.................
|
||||||
..lgnf
|
..lgnfj
|
|
@ -3,7 +3,10 @@ import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
||||||
|
|
||||||
declare variable $custom:= "/usr/local/basex/lib/custom/";
|
declare variable $custom:= "/usr/local/basex/lib/custom/";
|
||||||
declare variable $base:=static-base-uri()=>file:parent()=>file:parent();
|
declare variable $base:=static-base-uri()=>file:parent()=>file:parent();
|
||||||
"copy..",
|
"copy..
|
||||||
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)
|
",
|
||||||
|
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)=>trace("Source: ")
|
||||||
,$custom),
|
,$custom),
|
||||||
file:list($custom)
|
file:list($custom),
|
||||||
|
"
|
||||||
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue