[jboss-cvs] repository.jboss.com/jgroups/2.4.1-brew/src ...

Vivek Lakshmanan vivekl at redhat.com
Fri Feb 23 01:08:59 EST 2007


  User: vivekl  
  Date: 07/02/23 01:08:59

  Added:       jgroups/2.4.1-brew/src   JGroups-2.4.1.src.zip
                        jgroups-2.3-build_xml.patch
  Log:
  - Address the following JIRA tasks:
    JBAS-3994
    JBAS-4132
    JBAS-4137
    JBAS-4138
    JBAS-4139
    JBAS-4141
  - Add brew-built binaries for thirdparty dependencies for AS 4.2
  
  Revision  Changes    Path
  1.1      date: 2007/02/23 06:08:57;  author: vivekl;  state: Exp;repository.jboss.com/jgroups/2.4.1-brew/src/JGroups-2.4.1.src.zip
  
  	<<Binary file>>
  
  
  1.1      date: 2007/02/23 06:08:59;  author: vivekl;  state: Exp;repository.jboss.com/jgroups/2.4.1-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