[antlr-interest] Re: missing class in 2.7.3 - ASTFrame$MyTreeSelectionListener

Terence Parr parrt at cs.usfca.edu
Thu Apr 29 10:57:54 PDT 2004


On Apr 29, 2004, at 3:17 AM, birmanstefan wrote:

> Hi!
> It seems that you didn't build the project right. The "fix" was :
>
> cd antlr-2.7.3
> find antlr -name '*.class' -exec rm {} \;
> javac -classpath . antlr/build/*.java
> javac -classpath . antlr/J*.java
> java -classpath . antlr.build.Tool build
> java -classpath . antlr.build.Tool jar
>
> export CLASSPATH=path_to_antlr/antlr.jar

Weird.  Here's a part of my human script for cutting release:

# now compile and such seems need antlr to start but then can do:
$ cd antlr
$ javac -classpath .. *.java
$ java -cp . antlr.build.Tool build
$ cd ..

# make a jar and cleanup
$ jar cvf antlr.jar *.class */*.class */*/*.class */*/*/*.class
$ find . -name '*.class' -exec rm -f {} \;

Ter
--
Professor Comp. Sci., University of San Francisco
Creator, ANTLR Parser Generator, http://www.antlr.org
Cofounder, http://www.jguru.com
Cofounder, http://www.knowspam.net enjoy email again!
Cofounder, http://www.peerscope.com pure link sharing





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
     antlr-interest-unsubscribe at yahoogroups.com

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



More information about the antlr-interest mailing list