[antlr-interest] 2.7.a2 build issues

mzukowski at yci.com mzukowski at yci.com
Wed May 29 08:57:21 PDT 2002


antlr.jar is meant to be just the runtime classes.  It's for distributing
with a compiled parser.

antlrall.jar is supposed to be the entire antlr distribution, including
antlr.Tool and everything needed to generate parsers.

Monty

> -----Original Message-----
> From: Sinan [mailto:sinan.karasu at boeing.com]
> Sent: Wednesday, May 29, 2002 8:59 AM
> To: antlr-interest at yahoogroups.com
> Subject: Re: [antlr-interest] 2.7.a2 build issues
> 
> 
> Clint Olsen wrote:
> > 
> > Hi:
> > 
> > In order to get Antlr to build on my Linux box, I had to doctor the
> > scripts/run-antlr and the scripts/Config.make.  There was a 
> reference to
> > antlrall.jar which wasn't there in the distribution when I 
> unpacked it.
> > Did I do something out of order?  What exactly is the 
> difference between
> > antlrall.jar and antlr.jar?
> > 
> > Thanks,
> > 
> > -Clint
> 
> Some debugging classes are not in antlr.jar, like ASTFrame etc...
> 
> What I usually do is:
> 
> where the scripts are:
> 
> find antlr -name "*.class" -exec rm {} \;
> javac -classpath . `find antlr -name "*.java" -print`
> jar cvf antlreverything.jar `find antlr -name "*.class" -print`
> 
> or yet
> 
> jar cvf antlreverything.jar antlr
> 
> 
> Sinan
> 
>  
> 
> Your use of Yahoo! Groups is subject to 
> http://docs.yahoo.com/info/terms/ 
> 
> 
> 

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list