binarynoise
binarynoise
`languagetool` looks like a shell script to build the java command and eventually runs ``` /bin/java -cp /usr/share/languagetool:/usr/share/java/languagetool/languagetool-commandline.jar:/usr/share/java/languagetool/languagetool-server.jar:/usr/share/java/languagetool/languagetool.jar org.languagetool.server.HTTPServer -p 8000 --public --allow-origin * --config /home/languagetool/languagetool.conf ``` (wrapped for readability)
here's the source for the wrapper: https://gitlab.archlinux.org/archlinux/packaging/packages/languagetool/-/blob/main/languagetool.sh I'll try to build the package myself and see how that goes
It does not seem to make a difference from where I run the full command.
looking at the code, it looks like git.properties isn't found
the file is where it should be, so it's probably a problem with invoking the jars or it's not able to properly read the file, but it doesn't log the...
It's definitely some kind of packaging thing. Downloading the release zip, extracting it and running the command [as in the docs](https://dev.languagetool.org/http-server) successfully starts the server.
https://gitlab.archlinux.org/archlinux/packaging/packages/languagetool/-/issues/2
I just found the reason. There was a stray, empty `git-premium.properties` in /usr/share/languagetool, getting rid of that solves the issue. So it wasn't a packaging issue. I wonder why it...
As discussed on Telegram, CI will be fixed with the next major Magisk release.
As discussed on Telegram, Canary Channel is built, however CI is currently broken and will be fixed with the next major Magisk release.