This commit is contained in:
parent
63e068f4a3
commit
292a4badde
3 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
30/1/2025.................
|
30/1/2025.................
|
||||||
..
|
..l
|
4
scripts/add-to-custom.xq
Normal file
4
scripts/add-to-custom.xq
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
file:copy("dist/pdfbox-3.0.4.fat.jar","/usr/local/basex/lib/custom/"),
|
||||||
|
"
|
||||||
|
copy..
|
||||||
|
"
|
|
@ -2,5 +2,5 @@
|
||||||
XQUERY trace("Hello")
|
XQUERY trace("Hello")
|
||||||
RUN make-fat-jar.xq
|
RUN make-fat-jar.xq
|
||||||
REPO INSTALL dist/pdfbox-3.0.4.fat.jar
|
REPO INSTALL dist/pdfbox-3.0.4.fat.jar
|
||||||
XQUERY file:copy("dist/pdfbox-3.0.4.fat.jar","/usr/local/basex/lib/custom/")
|
RUN add-to-custom.xq
|
||||||
TEST src/test
|
TEST src/test
|
||||||
|
|
Loading…
Add table
Reference in a new issue