I noticed that too, though I wasn't aware of the cause. I decided to ignore it because the two versions use different namespaces (org.antlr.* for 3.2, antlr.* for 2.7.7) so they will coexist happily.
I don't know how or where to place bug reports though. Steve On 23 Oct 2010, at 10:12, Colin Yates wrote: > Hi all, > > Newbie - so go gently :) > > If I include antlr 3.2 in the gradle file then I end up with both antlr 3.2 > and antlr 2.7.7. > > Tracking this down at > http://mvnrepository.com/artifact/org.antlr/antlr-runtime/3.2 indicates that > antlr 3.2 depends on stringtemplate 3.2 which pulls in 2.7.7. > > My understanding was that you shouldn't run more than one version of antlr > at any one time. > > So, is this OK or shall I file a bug report against the maven poms (where?) > > Many thanks for an excellent tool and a very good book > http://pragprog.com/press_releases/tpantlr > > Col > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: > http://www.antlr.org/mailman/options/antlr-interest/your-email-address > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
