You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by David Corbin <dc...@machturtle.com> on 2000/12/17 02:06:45 UTC

JavaCC task

For reasons I haven't figured out, the javacc task is looking for the
zip file in /usr/local/java/javacc2.0, instead of
/usr/local/java/javacc2.0/bin/lib which is where it is naturally
installed.  

What setting controls this?

   [jjtree] java -Dinstall.root=/usr/local/java/javacc2.0 -classpath
/usr/local/java/javacc2.0/JavaCC.zip COM.sun.labs.jjtree.Main
/home/dcorbin/jsage/src/com/machturtle/jparser/java.jjt 
-- 
David Corbin 		
Mach Turtle Technologies, Inc.
http://www.machturtle.com
dcorbin@machturtle.com

RE: JavaCC task

Posted by Erik Meade <em...@geekfarm.org>.
Try setting the javacchome in the JavaCC task to the directory
which contains JavaCC.zip.

Erik

> -----Original Message-----
> From: dcorbin@web22a.topchoice.com
> [mailto:dcorbin@web22a.topchoice.com]On Behalf Of David Corbin
> Sent: Saturday, December 16, 2000 5:07 PM
> To: Ant User
> Subject: JavaCC task
> 
> 
> For reasons I haven't figured out, the javacc task is looking for the
> zip file in /usr/local/java/javacc2.0, instead of
> /usr/local/java/javacc2.0/bin/lib which is where it is naturally
> installed.  
> 
> What setting controls this?
> 
>    [jjtree] java -Dinstall.root=/usr/local/java/javacc2.0 -classpath
> /usr/local/java/javacc2.0/JavaCC.zip COM.sun.labs.jjtree.Main
> /home/dcorbin/jsage/src/com/machturtle/jparser/java.jjt 
> -- 
> David Corbin 		
> Mach Turtle Technologies, Inc.
> http://www.machturtle.com
> dcorbin@machturtle.com