| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Jython
Revision: 5224
Author: fwierzbicki
Date: 20 Aug 2008 15:58:17
Changes:Diff:| ... | ...@@ -318,7 +318,9 @@ | |
| 318 | 318 | change to grammar files. If you are working on the grammars you might |
| 319 | 319 | want to comment this out, as a clean is really only needed if you change |
| 320 | 320 | the tokens defined in Python.g (and cleans make the build slow) --> |
| 321 | <antcall target="clean"/> | |
| 321 | 322 | <!-- force jarjar build --> |
| 323 | <property name="jarjar.needed" value="true" /> | |
| 322 | 324 | </target> |
| 323 | 325 | |
| 324 | 326 | <target name ="prepare-output" depends="init,needed-check,clean-if-antlr-needed,make-output-dirs"/> |
| ... | ...@@ -432,6 +434,7 @@ | |
| 432 | 434 | <arg value="-lib"/> |
| 433 | 435 | <arg path="${work.dir}/build/gensrc/org/python/antlr"/> |
| 434 | 436 | <arg file="${jython.base.dir}/grammar/Python.g"/> |
| 437 | <arg file="${jython.base.dir}/grammar/PythonWalker.g"/> | |
| 435 | 438 | <arg file="${jython.base.dir}/grammar/PythonPartial.g"/> |
| 436 | 439 | <classpath refid="main.classpath"/> |
| 437 | 440 | </java> |