Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jython/files: jython-2.7.0-build.xml.patch
Date: Sat, 27 Jun 2015 18:15:48
Message-Id: 20150627181535.E4C25741@oystercatcher.gentoo.org
1 monsieurp 15/06/27 18:15:35
2
3 Added: jython-2.7.0-build.xml.patch
4 Log:
5 Patch to set failonerror to false when running antlr target.
6
7 Signed-off-by: Patrice Clement <monsieurp@g.o>
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
9
10 Revision Changes Path
11 1.1 dev-java/jython/files/jython-2.7.0-build.xml.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jython/files/jython-2.7.0-build.xml.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jython/files/jython-2.7.0-build.xml.patch?rev=1.1&content-type=text/plain
15
16 Index: jython-2.7.0-build.xml.patch
17 ===================================================================
18 --- build.xml.orig 2015-06-27 16:12:08.442000000 +0000
19 +++ build.xml 2015-06-27 16:12:15.684000000 +0000
20 @@ -448,7 +448,7 @@
21 </target>
22
23 <target name="antlr_gen" depends="prepare-output" unless="antlr.notneeded">
24 - <java classname="org.antlr.Tool" failonerror="true" fork="true" dir="${jython.base.dir}">
25 + <java classname="org.antlr.Tool" failonerror="false" fork="true" dir="${jython.base.dir}">
26 <jvmarg value="-Xmx512m"/>
27 <arg value="-Xconversiontimeout"/>
28 <arg value="2000"/>