|
From: Brian P. <bp...@wi...> - 2001-08-03 19:07:39
|
Hi, I'm trying to build from src. I have installed javacc2.0. And I have changed the 'build.xml' to make sure this property is set: <property name="javaccHome" value="C:/A_temp/java_cc/javacc2.0/bin/lib" /> Here is the output from running ant: <snip> C:\A_temp\cvs_projects\jython\jython>ant Buildfile: build.xml init: prepare: tree: BUILD FAILED C:\A_temp\cvs_projects\jython\jython\build.xml:45: Javacchome not set. </snip> I tried setting 'javacchome' as an environment variable also, to no avail. Any help would be greatly appreciated. Brian |