Hello friends,

On Sun, Oct 29, 2017 at 2:43 AM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote:
> Hi,
>
> can make a test project on Github/gitlab etc.
>
> Kind regards
> Karl Heinz Marbaise
>

Here is a repository: https://github.com/R030t1/antlr4-mvn. You should
be able to run `mvn compile` to receive the errors I am receiving.


On Sun, Oct 29, 2017 at 8:10 AM, Robert Patrick
<robert.patr...@oracle.com> wrote:
> Most likely, you need to add a compile-time dependency on the antlr runtime 
> library, where the missing class is located.
>
> <dependency>
>     <groupId>org.antlr</groupId>
>     <artifactId>antlr4-runtime</artifactId>
>     <version>4.7</version>
> </dependency>
>

It seems this was it, thank you. I am not sure why this is not
mentioned anywhere.

Cheers,
     R0b0t1

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to