From: <fwi...@us...> - 2008-08-20 19:58:19
|
Revision: 5224 http://jython.svn.sourceforge.net/jython/?rev=5224&view=rev Author: fwierzbicki Date: 2008-08-20 19:58:17 +0000 (Wed, 20 Aug 2008) Log Message: ----------- oops revert build.xml Modified Paths: -------------- branches/nowalker/build.xml Modified: branches/nowalker/build.xml =================================================================== --- branches/nowalker/build.xml 2008-08-20 19:57:39 UTC (rev 5223) +++ branches/nowalker/build.xml 2008-08-20 19:58:17 UTC (rev 5224) @@ -318,7 +318,9 @@ change to grammar files. If you are working on the grammars you might want to comment this out, as a clean is really only needed if you change the tokens defined in Python.g (and cleans make the build slow) --> + <antcall target="clean"/> <!-- force jarjar build --> + <property name="jarjar.needed" value="true" /> </target> <target name ="prepare-output" depends="init,needed-check,clean-if-antlr-needed,make-output-dirs"/> @@ -432,6 +434,7 @@ <arg value="-lib"/> <arg path="${work.dir}/build/gensrc/org/python/antlr"/> <arg file="${jython.base.dir}/grammar/Python.g"/> + <arg file="${jython.base.dir}/grammar/PythonWalker.g"/> <arg file="${jython.base.dir}/grammar/PythonPartial.g"/> <classpath refid="main.classpath"/> </java> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |