1
0
Fork 0

[fix]
Some checks failed
Run BaseX Tests / test (push) Failing after 27s

This commit is contained in:
Andy Bunce 2025-02-01 22:12:50 +00:00
parent 63e068f4a3
commit 292a4badde
3 changed files with 6 additions and 2 deletions

View file

@ -1,2 +1,2 @@
30/1/2025.................
..
..l

4
scripts/add-to-custom.xq Normal file
View file

@ -0,0 +1,4 @@
file:copy("dist/pdfbox-3.0.4.fat.jar","/usr/local/basex/lib/custom/"),
"
copy..
"

View file

@ -2,5 +2,5 @@
XQUERY trace("Hello")
RUN make-fat-jar.xq
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