BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
685 stars 265 forks source link

Allow running BaseX from a fat jar #2154

Closed GuntherRademacher closed 1 year ago

GuntherRademacher commented 1 year ago

While trying to use BaseX in an application that is packaged as a fat jar, I found a few problems:

I have created a test that demonstrates all of this here: https://github.com/GuntherRademacher/xquery-module-test

This PR contains fixes to make it work.

ChristianGruen commented 1 year ago

Gunther, thanks for the pull request, very appreciated. I'll look into it soon.

ChristianGruen commented 1 year ago

…diligent and stable, thanks for the comments.

GuntherRademacher commented 1 year ago

Thank you, Christian!