[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Mon Dec 11 05:11:20 EST 2006


  User: msurtani
  Date: 06/12/11 05:11:20

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  added tests/functional to the test classpaths
  added preferIPv4 to test targets
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.16 +15 -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.119.2.15
  retrieving revision 1.119.2.16
  diff -u -b -r1.119.2.15 -r1.119.2.16
  --- build.xml	29 Nov 2006 17:23:07 -0000	1.119.2.15
  +++ build.xml	11 Dec 2006 10:11:20 -0000	1.119.2.16
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.15 2006/11/29 17:23:07 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.16 2006/12/11 10:11:20 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -107,6 +107,7 @@
         <pathelement location="${compile.dir}"/>
         <pathelement location="${output.etc.dir}"/>
         <pathelement location="${compiletest.dir}"/>
  +      <pathelement location="${functional.tests.dir}" />
      </path>
   
      <path id="output.classpath.50">
  @@ -359,6 +360,8 @@
      <target name="one-test" depends="compile,unittests-init" description="Runs a single unit test">
         <junit printsummary="yes" timeout="${junit.timeout.stresstest}" 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"/>
  @@ -393,7 +396,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"/>
  @@ -515,6 +519,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}">
  @@ -567,6 +572,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/**/*Test.*"/>
  @@ -585,6 +591,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}">
  @@ -625,6 +632,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}">
  @@ -669,6 +677,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/**/*Test.*"/>
  @@ -685,6 +694,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.*"/>
  @@ -701,6 +711,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.*"/>
  @@ -719,6 +730,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}">
  @@ -744,6 +756,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