Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [technology-pmc] [Technology-pmc] antlr 3.3 distribution source/binary

Wayne I have done a small bit of research… as I was not sure what antlr jars were being used.

I have placed the results of mvn dependency:tree on a wiki for our reference: http://udig.refractions.net/confluence/display/ADMIN/Dependencies

Here is the bit for Antlr:

+- org.codehaus.groovy:groovy:jar:1.8.8:compile
|  +- antlr:antlr:jar:2.7.7:compile
|  +- asm:asm:jar:3.2:compile
|  +- asm:asm-commons:jar:3.2:compile
|  +- asm:asm-util:jar:3.2:compile
|  +- asm:asm-analysis:jar:3.2:compile
|  \- asm:asm-tree:jar:3.2:compile
...
+- org.jaitools:jt-jiffle-language:jar:0.2.1:compile
|  +- org.antlr:antlr:jar:3.3:compile
|  |  \- org.antlr:antlr-runtime:jar:3.3:compile
|  |     \- org.antlr:stringtemplate:jar:3.2.1:compile

It appears that both groovy and jiffle make use of antlr.jar directly.

Can you be more specific about the difference between antlr generator vs antlr runtime?

-- 
Jody Garnett

On Thursday, 4 July 2013 at 12:09 AM, Wayne Beaton wrote:

CQ 4865 applies to the Antlr 3.2 runtime only. The generator portions have only ever been approved as "works with" due to some sticky provenance issues.

Can I safely assume that uDig only needs to distribute the runtime portions and that the generator is only needed at build time?

Wayne

On 06/30/2013 10:21 AM, Jody Garnett wrote:
uDig would like to distribute the source and binary of Antlr 3.3.

Background: This is a BSD project, details http://www.antlr.org and and previous versions have been approved (for example Antlr 3.2 is in Orbits).
Aside: After last weeks confusion over process I figured I would start with an easy one, should I quote the CQ# here? Or is this enough for a discussion.

-- 
Jody Garnett



_______________________________________________
Technology-pmc mailing list
Technology-pmc@xxxxxxxxxxxxxxxx
https://locationtech.org/mailman/listinfo/technology-pmc

--
Wayne Beaton
Director of Open Source Projects, The Eclipse Foundation
Learn about Eclipse Projects
EclipseCon
          Europe 2013
_______________________________________________
Technology-pmc mailing list


Back to the top