Adam Retter

Results 371 comments of Adam Retter

@apparentlymart Thanks for the quick follow-up. As suggested, I have now added the relevant Terraform code into my report above.

@djbpitt I took a quick look at this, I note that it is using the XQuery URL Rewrite facility to forward requests for the URI `read?filename=AM149NBW.xml` to `modules/read.xq?filename=AM149NBW.xml`. The XQuery...

@djbpitt Not related to the issue you are reporting, but I have an observation on how you have structured your code and the ability to reuse your code. I might...

@djbpitt Through a process of trial-and-error I have eliminated almost everything that is superfluous to causing your issue. I believe the issue is triggered through the use of `fn:lang` -...

> I don't, though, understand what system:get-module-load-path() is supposed to return It returns the database path to the XQuery Module that is currently being executed, i.e. the caller of that...

I wonder if the Maven Stream part of the version could be considered "build metadata"? If so then there is a nice provision in Semver 2.0.0 already for this. Your...

We use multi-threaded Maven builds, so the output from Maven Daemon is much preferable as it sanitises the order. We also have multiple steps within a step, so we may...

@gnodet That's neat :-) Am I reading correctly that it looks like it only supports Linux? I was wondering if there was a desire from the apache/maven-mvnd project to publish...

@gnodet I have taken your action and extended it to support Linux, macOS, and Windows. I also incorporated the idea of using the Cache Action from @bowenliang123's PR. See https://github.com/eXist-db/exist/pull/4859/files#diff-fbabc4c33727e60ae5a15c24611fdf4f74126e38144bf0e0ef40b4499bdcc781

@bowenliang123 I have seen timeouts connecting to the mvnd daemon on Windows runners, would you know if your step (4) helps with that - https://github.com/eXist-db/exist/actions/runs/4653885083/jobs/8235148689?pr=4859 ``` Run C:\Users\runneradmin\AppData\Local\Temp\maven-mvnd-0.9.0-windows-amd64\bin/mvnd -V -B...