[jboss-cvs] repository.jboss.com/jgroups/2.4.1.SP1-brew/src ...
Vivek Lakshmanan
vivekl at redhat.com
Tue Mar 13 16:03:23 EDT 2007
User: vivekl
Date: 07/03/13 16:03:23
Added: jgroups/2.4.1.SP1-brew/src JGroups-2.4.1-sp1.src.zip
jgroups-2.3-build_xml.patch
Log:
- Add brew built jgroups-2.4.1.SP1
Revision Changes Path
1.1 date: 2007/03/13 20:03:23; author: vivekl; state: Exp;repository.jboss.com/jgroups/2.4.1.SP1-brew/src/JGroups-2.4.1-sp1.src.zip
<<Binary file>>
1.1 date: 2007/03/13 20:03:23; author: vivekl; state: Exp;repository.jboss.com/jgroups/2.4.1.SP1-brew/src/jgroups-2.3-build_xml.patch
Index: jgroups-2.3-build_xml.patch
===================================================================
--- build.xml.sav 2006-05-24 20:30:14.000000000 -0400
+++ build.xml 2006-06-12 10:35:02.000000000 -0400
@@ -348,6 +348,7 @@
description="Runs all unit tests in tests/junit and prints results to stdout">
<junit printsummary="yes" timeout="${unittest.timeout.low}" fork="yes">
<classpath refid="jg.classpath"/>
+ <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
<formatter type="brief" usefile="false"/>
<batchtest todir="${tmp.dir}">
<fileset dir="${junit.dir}"
@@ -363,7 +364,8 @@
<mkdir dir="${tmp.dir}/tests-results"/>
<junit printsummary="yes" timeout="${unittest.timeout.low}" fork="yes">
<jvmarg value="-Dtests.tmp.dir=${tmp.dir}"/>
- <jvmarg value="-Dlog4j.configuration=file:c:\log4j.properties"/>
+ <jvmarg value="-Dlog4j.configuration=file:conf/log4j.properties"/>
+ <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
<classpath refid="jg.classpath"/>
<formatter type="xml" usefile="true"/>
<batchtest todir="${tmp.dir}/tests-results">
More information about the jboss-cvs-commits
mailing list