summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jruby/files/jruby-0.9.1-build.xml.patch')
-rw-r--r--dev-java/jruby/files/jruby-0.9.1-build.xml.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-java/jruby/files/jruby-0.9.1-build.xml.patch b/dev-java/jruby/files/jruby-0.9.1-build.xml.patch
new file mode 100644
index 000000000000..c95b83f1a186
--- /dev/null
+++ b/dev-java/jruby/files/jruby-0.9.1-build.xml.patch
@@ -0,0 +1,21 @@
+--- build.xml 2006-10-23 00:24:34.000000000 +0200
++++ build.xml 2006-10-23 00:25:19.000000000 +0200
+@@ -188,7 +188,7 @@
+
+ <target name="test" depends="copy-test-files,instrument,run-junit,coverage-report"/>
+ <target name="run-junit" description="runs junit tests">
+- <junit fork="yes" haltonfailure="false" dir="${basedir}" maxmemory="256M">
++ <junit fork="yes" haltonfailure="true" dir="${basedir}" maxmemory="256M">
+ <classpath>
+ <pathelement location="${jruby.instrumented.classes.dir}" />
+ <path refid="build.classpath"/>
+@@ -218,8 +218,7 @@
+ description="Creates the Java API docs">
+ <javadoc destdir="${api.docs.dir}" author="true" version="true" use="true"
+ windowtitle="JRuby API" source="${javac.version}">
+- <fileset dir="${src.dir}"/>
+- <fileset dir="${test.dir}"/>
++ <fileset dir="${src.dir}" includes="**/*.java"/>
+ <doctitle><![CDATA[<h1>JRuby</h1>]]></doctitle>
+ <bottom><![CDATA[<i>Copyright &#169; 2002-2006 JRuby Team. All Rights Reserved.</i>]]></bottom>
+ </javadoc>