[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Nov 29 11:44:47 EST 2006


  User: msurtani
  Date: 06/11/29 11:44:47

  Modified:    JBossCache  Tag: Branch_JBossCache_1_3_0 build.xml
  Log:
  Added jvm args for prefering ipv4 stack (needed for some linux kernels)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.95.2.6  +14 -2     JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.95.2.5
  retrieving revision 1.95.2.6
  diff -u -b -r1.95.2.5 -r1.95.2.6
  --- build.xml	5 Jul 2006 17:44:49 -0000	1.95.2.5
  +++ build.xml	29 Nov 2006 16:44:47 -0000	1.95.2.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.95.2.5 2006/07/05 17:44:49 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.95.2.6 2006/11/29 16:44:47 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -347,6 +347,8 @@
      <target name="one-test" depends="compile,unittests-init" description="Runs a single unit test">
         <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
            <sysproperty key="log4j.configuration" value="file:${etc.dir}/log4j.xml" />
  +         <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <classpath refid="library.classpath"/>
            <classpath refid="output.classpath"/>
            <formatter type="xml" usefile="true"/>
  @@ -380,7 +382,8 @@
          <jvmarg value="-Djava.compiler=NONE"/>
          <jvmarg value="-Xrunjdwp:transport=dt_socket,server=n,suspend=n,address=localhost:2401"/>
   -->
  -         <!-- jvmarg value="-Dbind.address=${bind.address}"/ -->
  +         <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <sysproperty key="log4j.configuration" value="file:${etc.dir}/log4j.xml" />
            <classpath refid="library.classpath"/>
            <classpath refid="output.classpath"/>
  @@ -493,6 +496,7 @@
            <classpath refid="library.classpath"/>
            <classpath refid="output.classpath"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <jvmarg value="-Dtest.jar.dir=${output.dir}"/>
            <formatter type="xml" usefile="true"/>
            <batchtest todir="${build.reports}">
  @@ -540,6 +544,7 @@
            <formatter type="xml" usefile="true"/>
            <jvmarg value="-Djboss.aop.path=${output.resources.dir}/jboss-aop.xml"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <batchtest todir="${build.reports}">
               <fileset dir="${functional.tests.dir}">
                   <include name="**/aop/**/*AopTest.*" />
  @@ -557,6 +562,7 @@
            <formatter type="xml" usefile="true"/>
            <jvmarg value="-Djboss.aop.path=${output.etc.dir}/jboss-aop.xml"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <sysproperty key="log4j.configuration" value="file:${etc.dir}/log4j.xml" />
            <batchtest todir="${build.reports}">
               <fileset dir="${functional.tests.dir}">
  @@ -575,6 +581,7 @@
            <classpath refid="library.classpath"/>
            <formatter type="xml" usefile="true"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <sysproperty key="log4j.configuration" value="file:${etc.dir}/log4j.xml" />
            <batchtest todir="${build.reports}">
               <fileset dir="${functional.tests.dir}">
  @@ -614,6 +621,7 @@
            <jvmarg value="-Djboss.aop.path=${output.etc.dir}/jboss-aop.xml"/>
            <jvmarg value="-Xbootclasspath/p:${bootclasspath}"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <batchtest todir="${build.reports}">
               <fileset dir="${functional.tests.dir}">
                   <include name="**/aop/**/*AopTest.*" />
  @@ -630,6 +638,7 @@
            <formatter type="xml" usefile="true"/>
            <jvmarg value="-Djboss.aop.path=${output.etc.dir}/jboss-aop.xml"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <batchtest todir="${build.reports}">
               <fileset dir="${perf.tests.dir}">
                   <include name="**/aop/**/*AopTest.*" />
  @@ -646,6 +655,7 @@
            <formatter type="xml" usefile="true"/>
            <jvmarg value="-Djboss.aop.path=${output.etc.dir}/jboss-aop.xml"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <batchtest todir="${build.reports}">
               <fileset dir="${stress.tests.dir}">
                   <include name="**/aop/**/*AopTest.*" />
  @@ -663,6 +673,7 @@
            <classpath refid="library.classpath"/>
            <classpath refid="output.classpath"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <formatter type="xml" usefile="true"/>
            <batchtest todir="${build.reports}">
               <fileset dir="${perf.tests.dir}">
  @@ -685,6 +696,7 @@
            <classpath refid="library.classpath"/>
            <classpath refid="output.classpath"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
  +         <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <formatter type="xml" usefile="true"/>
            <batchtest todir="${build.reports}">
               <fileset dir="${stress.tests.dir}">
  
  
  



More information about the jboss-cvs-commits mailing list