Re: conflict with inmemantlr-api

arsi <[email protected]> Sun, 13 Aug 2017 00:31:33 +0200
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Message-ID <[email protected]>
Hi,

What is in your pom.xml, the 4.7 version..
I do not understand antlr4-runtime:3.7

This would probably be better:

|             <dependency>
                  <groupId>org.antlr</groupId>
                  <artifactId>antlr4</artifactId>
                  <version>4.7</version>
              </dependency>
|



Arsi

------------------------------------------------------------------------

*From:* Peter Cheung
*Sent:* Sunday, August 13, 2017 12:05AM
*To:* Dev
*Subject:* [platform-dev] Re: conflict with inmemantlr-api


> Not working, because i am using maven.
>
>
>
> ------------------------------------------------------------------------
> *From:* Enrico Scantamburlo <[email protected]>
> *Sent:* Monday, July 31, 2017 10:59 PM
> *To:* [email protected]
> *Subject:* [platform-dev] Re: conflict with inmemantlr-api
> Try to add antlr 4.7 as a library inside the module: 
> Properties/Libraries/Add New Library...
>
> Il 31/lug/2017 05:22, "Peter Cheung" <[email protected] 
> <mailto:[email protected]>> ha scritto:
>
>     Dear All
>        I want to use inmemantlr-api
>     (https://github.com/julianthome/inmemantlr
>     <https://github.com/julianthome/inmemantlr>). It needs antlr 4.7
>     runtime so org-netbeans-libs-antlr4-runtime can’t help, because it
>     is antlr 4.5.3. If i just add antlr4-runtime:3.7 without adding
>     org-netbeans-libs-antlr4-runtime, i got these error:
>