From: <pj...@us...> - 2009-02-15 23:27:48
|
Revision: 6035 http://jython.svn.sourceforge.net/jython/?rev=6035&view=rev Author: pjenvey Date: 2009-02-15 23:27:44 +0000 (Sun, 15 Feb 2009) Log Message: ----------- double antlr's conversiontimeout for slower environments, in particular the hudson buildot Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-02-15 18:35:41 UTC (rev 6034) +++ trunk/jython/build.xml 2009-02-15 23:27:44 UTC (rev 6035) @@ -426,6 +426,8 @@ <target name="antlr_gen" depends="prepare-output" unless="antlr.notneeded"> <java classname="org.antlr.Tool" failonerror="true" fork="true" dir="${jython.base.dir}"> + <arg value="-Xconversiontimeout"/> + <arg value="2000"/> <arg value="-fo"/> <arg path="${work.dir}/build/gensrc/org/python/antlr"/> <arg value="-lib"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |