Re: Starting to move Gump to using Java 11

Stefan Bodewig <[email protected]> Fri, 20 Aug 2021 10:06:22 +0200
Newsgroups gmane.comp.jakarta.gump
Message-ID <[email protected]>
On 2021-08-19, Mark Thomas wrote:

> On 19/08/2021 17:53, Stefan Bodewig wrote:

>> Tomcat transitvely inherits antlr4*.jar but this jar doesn't seem to
>> contain the "runtime" package. I believe you also want
>> https://mvnrepository.com/artifact/org.antlr/antlr4-runtime and make
>> that a runtime dependency of checkstyle (not that I knew much about
>> antlr).

> Ack. Thanks for the hint. I'm just finishing up some changes in the
> latest Tomcat and then I should have some time for this.

I've already added the jar and changed the descriptors. Unfortunately I
did so before realizing that my ssh key is unknown to the current vmgump
and so I've not been able to update the working copy of packages.

Stefan