| 
      
      
      From: Scott M S. <st...@us...> - 2002-10-07 20:07:16
       | 
|   User: starksm 
  Date: 02/10/07 13:07:15
  Modified:    .        Tag: Branch_3_0 build.xml
  Log:
  Restore the previous thirdparty structure
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.106.2.49 +14 -14    jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106.2.48
  retrieving revision 1.106.2.49
  diff -u -r1.106.2.48 -r1.106.2.49
  --- build.xml	7 Oct 2002 17:14:52 -0000	1.106.2.48
  +++ build.xml	7 Oct 2002 20:07:09 -0000	1.106.2.49
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106.2.48 2002/10/07 17:14:52 slaboure Exp $ -->
  +<!-- $Id: build.xml,v 1.106.2.49 2002/10/07 20:07:09 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -71,7 +71,7 @@
       <!-- ========= -->
   
       <!-- Java API for XML Processing (JAXP) -->
  -    <property name="sun.jaxp.root" value="${project.thirdparty}/sun-jaxp"/>
  +    <property name="sun.jaxp.root" value="${project.thirdparty}/sun/jaxp"/>
       <property name="sun.jaxp.lib" value="${sun.jaxp.root}/lib"/>
       <path id="sun.jaxp.classpath">
         <fileset dir="${sun.jaxp.lib}">
  @@ -80,21 +80,21 @@
       </path>
   
       <!-- Java Authentication and Authorization Service (JAAS) -->
  -    <property name="sun.jaas.root" value="${project.thirdparty}/sun-jaas"/>
  +    <property name="sun.jaas.root" value="${project.thirdparty}/sun/jaas"/>
       <property name="sun.jaas.lib" value="${sun.jaas.root}/lib"/>
       <path id="sun.jaas.classpath">
         <pathelement path="${sun.jaas.lib}/jaas.jar"/>
       </path>
   
       <!-- Java Cryptography Extension (JCE) -->
  -    <property name="sun.jce.root" value="${project.thirdparty}/sun-jce"/>
  +    <property name="sun.jce.root" value="${project.thirdparty}/sun/jce"/>
       <property name="sun.jce.lib" value="${sun.jce.root}/lib"/>
       <path id="sun.jce.classpath">
         <pathelement path="${sun.jce.lib}/jce1_2_1.jar"/>
       </path>
   
       <!-- Java Secure Sockets Extension (JSSE) -->
  -    <property name="sun.jsse.root" value="${project.thirdparty}/sun-jsse"/>
  +    <property name="sun.jsse.root" value="${project.thirdparty}/sun/jsse"/>
       <property name="sun.jsse.lib" value="${sun.jsse.root}/lib"/>
       <path id="sun.jsse.classpath">
         <pathelement path="${sun.jsse.lib}/jcert.jar"/>
  @@ -103,49 +103,49 @@
       </path>
   
       <!-- JavaMail -->
  -    <property name="sun.javamail.root" value="${project.thirdparty}/sun-javamail"/>
  +    <property name="sun.javamail.root" value="${project.thirdparty}/sun/javamail"/>
       <property name="sun.javamail.lib" value="${sun.javamail.root}/lib"/>
       <path id="sun.javamail.classpath">
         <pathelement path="${sun.javamail.lib}/mail.jar"/>
       </path>
   
       <!-- Java Servlets -->
  -    <property name="sun.servlet.root" value="${project.thirdparty}/sun-servlet"/>
  +    <property name="sun.servlet.root" value="${project.thirdparty}/sun/servlet"/>
       <property name="sun.servlet.lib" value="${sun.servlet.root}/lib"/>
       <path id="sun.servlet.classpath">
         <pathelement path="${sun.servlet.lib}/servlet.jar"/>
       </path>
   
       <!-- Log4j -->
  -    <property name="apache.log4j.root" value="${project.thirdparty}/apache-log4j"/>
  +    <property name="apache.log4j.root" value="${project.thirdparty}/apache/log4j"/>
       <property name="apache.log4j.lib" value="${apache.log4j.root}/lib"/>
       <path id="apache.log4j.classpath">
         <pathelement path="${apache.log4j.lib}/log4j.jar"/>
       </path>
   
       <!-- EDU.oswego.cs.dl.util.concurrent -->
  -    <property name="oswego.concurrent.root" value="${project.thirdparty}/oswego-concurrent"/>
  +    <property name="oswego.concurrent.root" value="${project.thirdparty}/oswego/concurrent"/>
       <property name="oswego.concurrent.lib" value="${oswego.concurrent.root}/lib"/>
       <path id="oswego.concurrent.classpath">
         <pathelement path="${oswego.concurrent.lib}/concurrent.jar"/>
       </path>
   
       <!-- JacORB -->
  -    <property name="jacorb.jacorb.root" value="${project.thirdparty}/jacorb-jacorb"/>
  +    <property name="jacorb.jacorb.root" value="${project.thirdparty}/jacorb/jacorb"/>
       <property name="jacorb.jacorb.lib" value="${jacorb.jacorb.root}/lib"/>
       <path id="jacorb.jacorb.classpath">
         <pathelement path="${jacorb.jacorb.lib}/jacorb.jar"/>
       </path>
   
       <!-- JUnit -->
  -    <property name="junit.junit.root" value="${project.thirdparty}/junit-junit"/>
  +    <property name="junit.junit.root" value="${project.thirdparty}/junit/junit"/>
       <property name="junit.junit.lib" value="${junit.junit.root}/lib"/>
       <path id="junit.junit.classpath">
         <pathelement path="${junit.junit.lib}/junit.jar"/>
       </path>
   
       <!-- GNU Regexp -->
  -    <property name="gnu.regexp.root" value="${project.thirdparty}/gnu-regexp"/>
  +    <property name="gnu.regexp.root" value="${project.thirdparty}/gnu/regexp"/>
       <property name="gnu.regexp.lib" value="${gnu.regexp.root}/lib"/>
       <path id="gnu.regexp.classpath">
         <pathelement path="${gnu.regexp.lib}/gnu-regexp.jar"/>
  @@ -153,7 +153,7 @@
   
       <!-- JUnitEJB -->
       <property name="junitejb.junitejb.root" 
  -       value="${project.thirdparty}/junitejb-junitejb"/>
  +       value="${project.thirdparty}/junitejb/junitejb"/>
       <property name="junitejb.junitejb.lib" 
          value="${junitejb.junitejb.root}/lib"/>
       <path id="junitejb.junitejb.classpath">
  @@ -161,14 +161,14 @@
       </path>
   
       <!-- BCEL -->
  -    <property name="apache.bcel.root" value="${project.thirdparty}/apache-bcel"/>
  +    <property name="apache.bcel.root" value="${project.thirdparty}/apache/bcel"/>
       <property name="apache.bcel.lib" value="${apache.bcel.root}/lib"/>
       <path id="apache.bcel.classpath">
         <pathelement path="${apache.bcel.lib}/bcel.jar"/>
       </path>
   
       <!-- Hypersonic -->
  -    <property name="hsqldb.root" value="${project.thirdparty}/hsqldb-hsqldb"/>
  +    <property name="hsqldb.root" value="${project.thirdparty}/hsqldb/hsqldb"/>
       <property name="hsqldb.lib" value="${hsqldb.root}/lib"/>
       <path id="hsqldb.classpath">
         <pathelement path="${hsqldb.lib}/hsqldb.jar"/>
  
  
  
 | 
| 
      
      
      From: David J. <d_j...@us...> - 2002-10-10 02:08:26
       | 
|   User: d_jencks
  Date: 02/10/09 19:08:25
  Modified:    .        build.xml
  Log:
  fix junitejb so it works in its new location
  
  Revision  Changes    Path
  1.185     +7 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -r1.184 -r1.185
  --- build.xml	7 Oct 2002 15:11:58 -0000	1.184
  +++ build.xml	10 Oct 2002 02:08:25 -0000	1.185
  @@ -10,7 +10,7 @@
     <!ENTITY mqstress   SYSTEM "./mqstress.xml">
   ]>
   
  -<!-- $Id: build.xml,v 1.184 2002/10/07 15:11:58 slaboure Exp $ -->
  +<!-- $Id: build.xml,v 1.185 2002/10/10 02:08:25 d_jencks Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -2542,6 +2542,7 @@
          <include name="**/*.*"/>
         </fileset>
         <zipfileset src="${jboss.blocks.lib}/jboss-blocks-junitejb.jar" excludes="META-INF/MANIFEST.MF"/>
  +      <zipfileset src="${jboss.blocks.lib}/jboss-blocks.jar" excludes="META-INF/MANIFEST.MF"/>
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  @@ -2556,6 +2557,7 @@
          <include name="**/*.*"/>
         </fileset>
         <zipfileset src="${jboss.blocks.lib}/jboss-blocks-junitejb.jar" excludes="META-INF/MANIFEST.MF"/>
  +      <zipfileset src="${jboss.blocks.lib}/jboss-blocks.jar" excludes="META-INF/MANIFEST.MF"/>
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  @@ -2570,6 +2572,7 @@
          <include name="**/*.*"/>
         </fileset>
         <zipfileset src="${jboss.blocks.lib}/jboss-blocks-junitejb.jar" excludes="META-INF/MANIFEST.MF"/>
  +      <zipfileset src="${jboss.blocks.lib}/jboss-blocks.jar" excludes="META-INF/MANIFEST.MF"/>
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  @@ -2594,6 +2597,7 @@
          <include name="**/*.*"/>
         </fileset>
         <zipfileset src="${jboss.blocks.lib}/jboss-blocks-junitejb.jar" excludes="META-INF/MANIFEST.MF"/>
  +      <zipfileset src="${jboss.blocks.lib}/jboss-blocks.jar" excludes="META-INF/MANIFEST.MF"/>
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  @@ -2607,6 +2611,7 @@
          <include name="**/*.*"/>
         </fileset>
         <zipfileset src="${jboss.blocks.lib}/jboss-blocks-junitejb.jar" excludes="META-INF/MANIFEST.MF"/>
  +      <zipfileset src="${jboss.blocks.lib}/jboss-blocks.jar" excludes="META-INF/MANIFEST.MF"/>
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  @@ -2626,6 +2631,7 @@
          <include name="**/*.*"/>
         </fileset>
         <zipfileset src="${jboss.blocks.lib}/jboss-blocks-junitejb.jar" excludes="META-INF/MANIFEST.MF"/>
  +      <zipfileset src="${jboss.blocks.lib}/jboss-blocks.jar" excludes="META-INF/MANIFEST.MF"/>
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  
  
  
 | 
| 
      
      
      From: Adrian B. <ej...@us...> - 2002-10-13 20:02:23
       | 
|   User: ejort   
  Date: 02/10/13 13:02:22
  Modified:    .        Tag: Branch_3_2 build.xml
  Log:
  Allow -Dnoxdoclet=t to speed up compilation in the testsuite
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.165.2.12 +5 -5      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.165.2.11
  retrieving revision 1.165.2.12
  diff -u -r1.165.2.11 -r1.165.2.12
  --- build.xml	7 Oct 2002 13:27:38 -0000	1.165.2.11
  +++ build.xml	13 Oct 2002 20:02:21 -0000	1.165.2.12
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.165.2.11 2002/10/07 13:27:38 slaboure Exp $ -->
  +<!-- $Id: build.xml,v 1.165.2.12 2002/10/13 20:02:21 ejort Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -452,7 +452,7 @@
   	  description="Compile all source files."/>
   
     <!-- Compile EJB beans with XDoclet -->
  -  <target name="compile-bean-sources" depends="init">
  +  <target name="compile-bean-sources" depends="init" unless="noxdoclet">
       <taskdef name="xdoclet" classname="xdoclet.ejb.EjbDocletTask" classpathref="xdoclet.task.classpath"/>
   
       <mkdir dir="${build.gen-src}"/>
  @@ -805,7 +805,7 @@
   
     </target>
   
  -  <target name="compile-mbean-sources" depends="init">
  +  <target name="compile-mbean-sources" depends="init" unless="noxdoclet">
       <taskdef name="jmxdoclet" classname="xdoclet.jmx.JMXDocletTask" classpathref="xdoclet.task.classpath"/>
   <echo message="xdoclet.mergedir: ${xdoclet.mergedir}"/>
       <mkdir dir="${build.gen-src}"/>
  @@ -823,7 +823,7 @@
       </jmxdoclet>
     </target>
   
  -  <target name="compile-xmbean-dds" depends="init">
  +  <target name="compile-xmbean-dds" depends="init" unless="noxdoclet">
       <taskdef name="jmxdoclet" classname="xdoclet.jmx.JMXDocletTask" classpathref="xdoclet.task.classpath"/>
   <echo message="xdoclet.mergedir: ${xdoclet.mergedir}"/>
       <mkdir dir="${build.resources}/jmx/xmbean/META-INF"/>
  @@ -839,7 +839,7 @@
   
     </target>
   
  -  <target name="compile-proxycompiler-bean-sources" depends="init">
  +  <target name="compile-proxycompiler-bean-sources" depends="init" unless="noxdoclet">
       <taskdef name="xdoclet" classname="xdoclet.ejb.EjbDocletTask" classpathref="xdoclet.task.classpath"/>
   
       <mkdir dir="${build.gen-src}"/>
  
  
  
 | 
| 
      
      
      From: Adrian B. <ej...@us...> - 2002-10-14 16:07:12
       | 
|   User: ejort   
  Date: 02/10/14 09:07:11
  Modified:    .        build.xml
  Log:
  Add a test for heirarchical loader repository resources and the noxdoclet option
  
  Revision  Changes    Path
  1.186     +13 -5     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.185
  retrieving revision 1.186
  diff -u -r1.185 -r1.186
  --- build.xml	10 Oct 2002 02:08:25 -0000	1.185
  +++ build.xml	14 Oct 2002 16:07:11 -0000	1.186
  @@ -10,7 +10,7 @@
     <!ENTITY mqstress   SYSTEM "./mqstress.xml">
   ]>
   
  -<!-- $Id: build.xml,v 1.185 2002/10/10 02:08:25 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.186 2002/10/14 16:07:11 ejort Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -192,7 +192,7 @@
     </target>
   
     <!-- Compile EJB beans with XDoclet -->
  -  <target name="compile-bean-sources" depends="init">
  +  <target name="compile-bean-sources" depends="init" unless="noxdoclet">
       <mkdir dir="${build.gen-src}"/>
   
       <!--ejbconf-->
  @@ -547,7 +547,7 @@
   
     </target>
   
  -  <target name="compile-mbean-sources" depends="init">
  +  <target name="compile-mbean-sources" depends="init" unless="noxdoclet">
       <echo message="xdoclet.mergedir: ${xdoclet.mergedir}"/>
       <mkdir dir="${build.gen-src}"/>
       <jmxdoclet destdir="${build.gen-src}"
  @@ -565,7 +565,7 @@
       </jmxdoclet>
     </target>
   
  -  <target name="compile-xmbean-dds" depends="init">
  +  <target name="compile-xmbean-dds" depends="init" unless="noxdoclet">
       <echo message="xdoclet.mergedir: ${xdoclet.mergedir}"/>
   
       <mkdir dir="${build.resources}/jmx/xmbean"/>
  @@ -580,7 +580,7 @@
   
     </target>
   
  -  <target name="compile-proxycompiler-bean-sources" depends="init">
  +  <target name="compile-proxycompiler-bean-sources" depends="init" unless="noxdoclet">
       <mkdir dir="${build.gen-src}"/>
   
       <mkdir dir="${build.resources}/proxycompiler/META-INF"/>
  @@ -2745,6 +2745,14 @@
         <metainf dir="${source.resources}/classloader/resource" />
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/classloader/resource/**"/>
  +      </fileset>
  +    </jar>
  +
  +    <!-- build loadingresource.ear -->
  +    <jar jarfile="${build.lib}/loadingresource.ear">
  +      <metainf dir="${source.resources}/classloader/heirarchicalresource" />
  +      <fileset dir="${build.lib}">
  +        <include name="loadingresource.sar"/>
         </fileset>
       </jar>
     </target>
  
  
  
 | 
| 
      
      
      From: Alexey L. <lou...@us...> - 2002-10-18 07:33:28
       | 
|   User: loubyansky
  Date: 02/10/18 00:33:27
  Modified:    .        build.xml
  Log:
  added ql conversion tests for FoeDeployer
  
  Revision  Changes    Path
  1.187     +16 -5     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.186
  retrieving revision 1.187
  diff -u -r1.186 -r1.187
  --- build.xml	14 Oct 2002 16:07:11 -0000	1.186
  +++ build.xml	18 Oct 2002 07:33:25 -0000	1.187
  @@ -10,7 +10,7 @@
     <!ENTITY mqstress   SYSTEM "./mqstress.xml">
   ]>
   
  -<!-- $Id: build.xml,v 1.186 2002/10/14 16:07:11 ejort Exp $ -->
  +<!-- $Id: build.xml,v 1.187 2002/10/18 07:33:25 loubyansky Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -2507,7 +2507,17 @@
         </fileset>
       </jar>
   
  -    <!-- build foe-deployer-o2mb-test.wlar -->
  +    <!-- build foe-deployer-ql-test.wlar -->
  +    <jar jarfile="${build.lib}/foe-deployer-ql-test.wlar">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/foedeployer/ejb/ql/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/foedeployer/ql/">
  +        <include name="META-INF/**"/>
  +      </fileset>
  +    </jar>
  +
  +    <!-- build foe-deployer-o2mb-test.wlar
       <jar jarfile="${build.lib}/foe-deployer-o2mb-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/o2mb/**"/>
  @@ -2516,8 +2526,8 @@
           <include name="META-INF/**"/>
         </fileset>
       </jar>
  -
  -    <!-- build foe-deployer-m2mb-test.wlar -->
  +    -->
  +    <!-- build foe-deployer-m2mb-test.wlar
       <jar jarfile="${build.lib}/foe-deployer-m2mb-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/m2mb/**"/>
  @@ -2526,6 +2536,7 @@
           <include name="META-INF/**"/>
         </fileset>
       </jar>
  +    -->
     </target>
   
     <!-- cmp2 tests -->
  @@ -3517,7 +3528,7 @@
           fork="${junit.batchtest.fork}">
   
           <fileset dir="${build.classes}">
  -          <include name="**/test/foedeployer/test/**TestCase.class"/>
  +          <include name="**/test/foedeployer/test/*TestCase.class"/>
           </fileset>
         </batchtest>
       </junit>
  
  
  
 | 
| 
      
      
      From: Alexey L. <lou...@us...> - 2002-10-18 18:50:50
       | 
|   User: loubyansky
  Date: 02/10/18 11:50:50
  Modified:    .        build.xml
  Log:
  enabled one-to-many conversion testcase
  
  Revision  Changes    Path
  1.188     +3 -3      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- build.xml	18 Oct 2002 07:33:25 -0000	1.187
  +++ build.xml	18 Oct 2002 18:50:49 -0000	1.188
  @@ -10,7 +10,7 @@
     <!ENTITY mqstress   SYSTEM "./mqstress.xml">
   ]>
   
  -<!-- $Id: build.xml,v 1.187 2002/10/18 07:33:25 loubyansky Exp $ -->
  +<!-- $Id: build.xml,v 1.188 2002/10/18 18:50:49 loubyansky Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -2517,7 +2517,7 @@
         </fileset>
       </jar>
   
  -    <!-- build foe-deployer-o2mb-test.wlar
  +    <!-- build foe-deployer-o2mb-test.wlar -->
       <jar jarfile="${build.lib}/foe-deployer-o2mb-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/o2mb/**"/>
  @@ -2526,7 +2526,7 @@
           <include name="META-INF/**"/>
         </fileset>
       </jar>
  -    -->
  +
       <!-- build foe-deployer-m2mb-test.wlar
       <jar jarfile="${build.lib}/foe-deployer-m2mb-test.wlar">
         <fileset dir="${build.classes}">
  
  
  
 | 
| 
      
      
      From: Alexey L. <lou...@us...> - 2002-10-18 20:44:06
       | 
|   User: loubyansky
  Date: 02/10/18 13:44:05
  Modified:    .        build.xml
  Log:
  enabled many-to-many conversion test case in FoeDeployer
  
  Revision  Changes    Path
  1.189     +3 -4      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.188
  retrieving revision 1.189
  diff -u -r1.188 -r1.189
  --- build.xml	18 Oct 2002 18:50:49 -0000	1.188
  +++ build.xml	18 Oct 2002 20:44:05 -0000	1.189
  @@ -10,7 +10,7 @@
     <!ENTITY mqstress   SYSTEM "./mqstress.xml">
   ]>
   
  -<!-- $Id: build.xml,v 1.188 2002/10/18 18:50:49 loubyansky Exp $ -->
  +<!-- $Id: build.xml,v 1.189 2002/10/18 20:44:05 loubyansky Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -2527,7 +2527,7 @@
         </fileset>
       </jar>
   
  -    <!-- build foe-deployer-m2mb-test.wlar
  +    <!-- build foe-deployer-m2mb-test.wlar -->
       <jar jarfile="${build.lib}/foe-deployer-m2mb-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/m2mb/**"/>
  @@ -2536,7 +2536,6 @@
           <include name="META-INF/**"/>
         </fileset>
       </jar>
  -    -->
     </target>
   
     <!-- cmp2 tests -->
  @@ -3528,7 +3527,7 @@
           fork="${junit.batchtest.fork}">
   
           <fileset dir="${build.classes}">
  -          <include name="**/test/foedeployer/test/*TestCase.class"/>
  +           <include name="**/test/foedeployer/test/*TestCase.class"/>
           </fileset>
         </batchtest>
       </junit>
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-10-20 09:24:42
       | 
|   User: starksm 
  Date: 02/10/20 02:24:41
  Modified:    .        Tag: Branch_3_0 build.xml
  Log:
  Add additional jars for the CircularLoadTests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.106.2.50 +8 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106.2.49
  retrieving revision 1.106.2.50
  diff -u -r1.106.2.49 -r1.106.2.50
  --- build.xml	7 Oct 2002 20:07:09 -0000	1.106.2.49
  +++ build.xml	20 Oct 2002 09:24:39 -0000	1.106.2.50
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106.2.49 2002/10/07 20:07:09 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.106.2.50 2002/10/20 09:24:39 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -2710,10 +2710,17 @@
       </jar>
   
       <!-- build circularity.sar -->
  +    <jar jarfile="${build.lib}/j0.jar" basedir="${build.classes}"
  +       includes="org/jboss/test/classloader/circularity/support/Class0.class"/>
  +    <jar jarfile="${build.lib}/j1.jar" basedir="${build.classes}"
  +       includes="org/jboss/test/classloader/circularity/support/Class1.class"/>
  +    <jar jarfile="${build.lib}/j2.jar" basedir="${build.classes}"
  +       includes="org/jboss/test/classloader/circularity/support/Class2.class"/>
       <jar jarfile="${build.lib}/circularity.sar">
         <metainf dir="${source.resources}/classloader/circularity" />
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/classloader/circularity/**"/>
  +        <exclude name="org/jboss/test/classloader/circularity/support/Class*"/>
         </fileset>
       </jar>
   
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-10-20 18:23:05
       | 
|   User: starksm 
  Date: 02/10/20 11:23:04
  Modified:    .        Tag: Branch_3_2 build.xml
  Log:
  Add additional jars for the CircularLoadTests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.165.2.13 +7 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.165.2.12
  retrieving revision 1.165.2.13
  diff -u -r1.165.2.12 -r1.165.2.13
  --- build.xml	13 Oct 2002 20:02:21 -0000	1.165.2.12
  +++ build.xml	20 Oct 2002 18:23:03 -0000	1.165.2.13
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.165.2.12 2002/10/13 20:02:21 ejort Exp $ -->
  +<!-- $Id: build.xml,v 1.165.2.13 2002/10/20 18:23:03 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -3077,6 +3077,12 @@
       </ear>
   
       <!-- build circularity.sar -->
  +    <jar jarfile="${build.lib}/j0.jar" basedir="${build.classes}"
  +       includes="org/jboss/test/classloader/circularity/support/Class0.class"/>
  +    <jar jarfile="${build.lib}/j1.jar" basedir="${build.classes}"
  +       includes="org/jboss/test/classloader/circularity/support/Class1.class"/>
  +    <jar jarfile="${build.lib}/j2.jar" basedir="${build.classes}"
  +       includes="org/jboss/test/classloader/circularity/support/Class2.class"/>
       <jar jarfile="${build.lib}/circularity.sar">
         <metainf dir="${source.resources}/classloader/circularity" />
         <fileset dir="${build.classes}">
  
  
  
 | 
| 
      
      
      From: Adrian B. <ej...@us...> - 2002-10-22 23:05:15
       | 
|   User: ejort   
  Date: 02/10/22 16:05:14
  Modified:    .        Tag: Branch_3_0 build.xml
  Log:
  Enable -Dnoxdoclet=t
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.106.2.51 +4 -4      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106.2.50
  retrieving revision 1.106.2.51
  diff -u -r1.106.2.50 -r1.106.2.51
  --- build.xml	20 Oct 2002 09:24:39 -0000	1.106.2.50
  +++ build.xml	22 Oct 2002 23:05:12 -0000	1.106.2.51
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106.2.50 2002/10/20 09:24:39 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.106.2.51 2002/10/22 23:05:12 ejort Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -442,7 +442,7 @@
   	  description="Compile all source files."/>
   
     <!-- Compile EJB beans with XDoclet -->
  -  <target name="compile-bean-sources" depends="init">
  +  <target name="compile-bean-sources" depends="init" unless="noxdoclet">
       <taskdef name="xdoclet" classname="xdoclet.ejb.EjbDocletTask"/>
   
       <mkdir dir="${build.gen-src}"/>
  @@ -642,7 +642,7 @@
   
     </target>
   
  -  <target name="compile-mbean-sources" depends="init">
  +  <target name="compile-mbean-sources" depends="init" unless="noxdoclet">
       <taskdef name="jmxdoclet" classname="xdoclet.jmx.JMXDocletTask"/>
   <echo message="xdoclet.mergedir: ${xdoclet.mergedir}"/>
       <mkdir dir="${build.gen-src}"/>
  @@ -660,7 +660,7 @@
   
     </target>
   
  -  <target name="compile-proxycompiler-bean-sources" depends="init">
  +  <target name="compile-proxycompiler-bean-sources" depends="init" unless="noxdoclet">
       <taskdef name="xdoclet" classname="xdoclet.ejb.EjbDocletTask"/>
   
       <mkdir dir="${build.gen-src}"/>
  
  
  
 | 
| 
      
      
      From: Stephen C. <sc...@us...> - 2002-10-23 06:41:45
       | 
|   User: scoy    
  Date: 02/10/22 23:41:45
  Modified:    .        Tag: Branch_3_2 build.xml
  Log:
  Add build instructions for cmp2-lob.jar
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.165.2.14 +16 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.165.2.13
  retrieving revision 1.165.2.14
  diff -u -r1.165.2.13 -r1.165.2.14
  --- build.xml	20 Oct 2002 18:23:03 -0000	1.165.2.13
  +++ build.xml	23 Oct 2002 06:41:44 -0000	1.165.2.14
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.165.2.13 2002/10/20 18:23:03 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.165.2.14 2002/10/23 06:41:44 scoy Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -2955,6 +2955,21 @@
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  +
  +    <!-- build cmp2-lob.jar -->
  +    <jar jarfile="${build.lib}/cmp2-lob.jar">
  +      <fileset dir="${build.classes}">
  +       <include name="org/jboss/test/cmp2/lob/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/cmp2/lob">
  +       <include name="**/*.*"/>
  +      </fileset>
  +      <zipfileset src="${junitejb.junitejb.lib}/junitejb.jar"
  +        includes="net/**/*.*"/>
  +      <zipfileset src="${junit.junit.lib}/junit.jar"
  +        includes="junit/**/*.*"/>
  +    </jar>
  +
     </target>
   
     <!-- exception tests -->
  
  
  
 | 
| 
      
      
      From: Stephen C. <sc...@us...> - 2002-10-23 07:23:51
       | 
|   User: scoy    
  Date: 02/10/23 00:23:50
  Modified:    .        Tag: Branch_3_0 build.xml
  Log:
  Add build instructions for cmp2-lob.jar
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.106.2.52 +17 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106.2.51
  retrieving revision 1.106.2.52
  diff -u -r1.106.2.51 -r1.106.2.52
  --- build.xml	22 Oct 2002 23:05:12 -0000	1.106.2.51
  +++ build.xml	23 Oct 2002 07:23:49 -0000	1.106.2.52
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106.2.51 2002/10/22 23:05:12 ejort Exp $ -->
  +<!-- $Id: build.xml,v 1.106.2.52 2002/10/23 07:23:49 scoy Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -2611,6 +2611,22 @@
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  +
  +    <!-- build cmp2-lob.jar -->
  +    <jar jarfile="${build.lib}/cmp2-lob.jar">
  +      <fileset dir="${build.classes}">
  +       <patternset refid="common.test.client.classes"/>
  +       <include name="org/jboss/test/cmp2/lob/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/cmp2/lob">
  +       <include name="**/*.*"/>
  +      </fileset>
  +      <zipfileset src="${junitejb.junitejb.lib}/junitejb.jar"
  +        includes="net/**/*.*"/>
  +      <zipfileset src="${junit.junit.lib}/junit.jar"
  +        includes="junit/**/*.*"/>
  +    </jar>
  +
     </target>
   
     <!-- exception tests -->
  
  
  
 | 
| 
      
      
      From: Stephen C. <sc...@us...> - 2002-10-23 11:38:30
       | 
|   User: scoy    
  Date: 02/10/23 04:38:29
  Modified:    .        build.xml
  Log:
  Add build instructions for cmp2-lob.jar
  
  Revision  Changes    Path
  1.190     +16 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.189
  retrieving revision 1.190
  diff -u -r1.189 -r1.190
  --- build.xml	18 Oct 2002 20:44:05 -0000	1.189
  +++ build.xml	23 Oct 2002 11:38:29 -0000	1.190
  @@ -10,7 +10,7 @@
     <!ENTITY mqstress   SYSTEM "./mqstress.xml">
   ]>
   
  -<!-- $Id: build.xml,v 1.189 2002/10/18 20:44:05 loubyansky Exp $ -->
  +<!-- $Id: build.xml,v 1.190 2002/10/23 11:38:29 scoy Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -2625,6 +2625,21 @@
         <zipfileset src="${junit.junit.lib}/junit.jar"
           includes="junit/**/*.*"/>
       </jar>
  +
  +    <!-- build cmp2-lob.jar -->
  +    <jar jarfile="${build.lib}/cmp2-lob.jar">
  +      <fileset dir="${build.classes}">
  +       <include name="org/jboss/test/cmp2/lob/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/cmp2/lob">
  +       <include name="**/*.*"/>
  +      </fileset>
  +      <zipfileset src="${jboss.blocks.lib}/jboss-blocks-junitejb.jar" excludes="META-INF/MANIFEST.MF"/>
  +      <zipfileset src="${jboss.blocks.lib}/jboss-blocks.jar" excludes="META-INF/MANIFEST.MF"/>
  +      <zipfileset src="${junit.junit.lib}/junit.jar"
  +        includes="junit/**/*.*"/>
  +    </jar>
  +
     </target>
   
     <!-- exception tests -->
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-10-26 00:37:45
       | 
|   User: starksm 
  Date: 02/10/25 17:37:44
  Modified:    .        Tag: Branch_3_0 build.xml
  Log:
  Add a test of loading a class that does not have its superclass in the
  repository
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.106.2.53 +3 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106.2.52
  retrieving revision 1.106.2.53
  diff -u -r1.106.2.52 -r1.106.2.53
  --- build.xml	23 Oct 2002 07:23:49 -0000	1.106.2.52
  +++ build.xml	26 Oct 2002 00:37:42 -0000	1.106.2.53
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106.2.52 2002/10/23 07:23:49 scoy Exp $ -->
  +<!-- $Id: build.xml,v 1.106.2.53 2002/10/26 00:37:42 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -2732,6 +2732,8 @@
          includes="org/jboss/test/classloader/circularity/support/Class1.class"/>
       <jar jarfile="${build.lib}/j2.jar" basedir="${build.classes}"
          includes="org/jboss/test/classloader/circularity/support/Class2.class"/>
  +    <jar jarfile="${build.lib}/j3.jar" basedir="${build.classes}"
  +       includes="org/jboss/test/classloader/circularity/support/Derived.class"/>
       <jar jarfile="${build.lib}/circularity.sar">
         <metainf dir="${source.resources}/classloader/circularity" />
         <fileset dir="${build.classes}">
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-10-26 00:40:37
       | 
|   User: starksm 
  Date: 02/10/25 17:40:36
  Modified:    .        Tag: Branch_3_2 build.xml
  Log:
  Add a test of loading a class that does not have its superclass in the
  repository
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.165.2.15 +3 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.165.2.14
  retrieving revision 1.165.2.15
  diff -u -r1.165.2.14 -r1.165.2.15
  --- build.xml	23 Oct 2002 06:41:44 -0000	1.165.2.14
  +++ build.xml	26 Oct 2002 00:40:35 -0000	1.165.2.15
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.165.2.14 2002/10/23 06:41:44 scoy Exp $ -->
  +<!-- $Id: build.xml,v 1.165.2.15 2002/10/26 00:40:35 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -3098,6 +3098,8 @@
          includes="org/jboss/test/classloader/circularity/support/Class1.class"/>
       <jar jarfile="${build.lib}/j2.jar" basedir="${build.classes}"
          includes="org/jboss/test/classloader/circularity/support/Class2.class"/>
  +    <jar jarfile="${build.lib}/j3.jar" basedir="${build.classes}"
  +       includes="org/jboss/test/classloader/circularity/support/Derived.class"/>
       <jar jarfile="${build.lib}/circularity.sar">
         <metainf dir="${source.resources}/classloader/circularity" />
         <fileset dir="${build.classes}">
  
  
  
 | 
| 
      
      
      From: Dain S. <dsu...@us...> - 2002-10-31 01:54:36
       | 
|   User: dsundstrom
  Date: 02/10/30 17:54:35
  Modified:    .        build.xml
  Log:
  Commented out the foe deployer stuff until the issues the weblogic
  dtd can be worked out.
  
  Revision  Changes    Path
  1.191     +38 -25    jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.190
  retrieving revision 1.191
  diff -u -r1.190 -r1.191
  --- build.xml	23 Oct 2002 11:38:29 -0000	1.190
  +++ build.xml	31 Oct 2002 01:54:35 -0000	1.191
  @@ -10,7 +10,7 @@
     <!ENTITY mqstress   SYSTEM "./mqstress.xml">
   ]>
   
  -<!-- $Id: build.xml,v 1.190 2002/10/23 11:38:29 scoy Exp $ -->
  +<!-- $Id: build.xml,v 1.191 2002/10/31 01:54:35 dsundstrom Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -41,6 +41,10 @@
     &targets;
   
   
  +  <!-- REMOVE THIS WHEN THE FOE DEPLOYER IS FIXED -->
  +  <property name="javac.excludes" value="org/jboss/test/foedeployer/**"/> 
  +
  +
     <!--+====================================================================+-->
     <!--| Initialization                                                     |-->
     <!--|                                                                    |-->
  @@ -408,12 +412,17 @@
            mergedir="${source.resources}/banknew/"/>
       </ejbdoclet>
   
  -    <!-- Foe-Deployer: Simple Test -->
  +
  +
  +    <!-- Foe-Deployer: Simple Test  
  +    
  +    commented out until builds ... in nested comments will need to be restored
  +    
       <mkdir dir="${build.resources}/foedeployer/simple/META-INF"/>
       <ejbdoclet destdir="${build.gen-src}"
   	     ejbspec="2.0"
   	     excludedtags="@version,@author">
  -             <!--mergedir="${source.resources}/jca/ejb"-->
  +             <!==mergedir="${source.resources}/jca/ejb"==>
         <fileset dir="${source.java}">
           <include name="org/jboss/test/foedeployer/ejb/simple/*Bean.java"/>
         </fileset>
  @@ -430,15 +439,15 @@
                   createtables="True"
                   datasource="java:/DefaultDS"
                   mergedir="${source.resources}/foedeployer/"/>
  -       <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for -->
  +       <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==>
       </ejbdoclet>
   
  -    <!-- Foe-Deployer: Message Test -->
  +    <!== Foe-Deployer: Message Test ==>
       <mkdir dir="${build.resources}/foedeployer/message/META-INF"/>
       <ejbdoclet destdir="${build.gen-src}"
   	     ejbspec="2.0"
   	     excludedtags="@version,@author">
  -             <!--mergedir="${source.resources}/jca/ejb"-->
  +             <!==mergedir="${source.resources}/jca/ejb"==>
         <fileset dir="${source.java}">
           <include name="org/jboss/test/foedeployer/ejb/message/*Bean.java"/>
         </fileset>
  @@ -451,15 +460,15 @@
                   validatexml="true"
                   datasource="java:/DefaultDS"
                   mergedir="${source.resources}/foedeployer/"/>
  -       <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for -->
  +       <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==>
       </ejbdoclet>
   
  -    <!-- Foe-Deployer: O2MB Test -->
  +    <!== Foe-Deployer: O2MB Test ==>
       <mkdir dir="${build.resources}/foedeployer/o2mb/META-INF"/>
       <ejbdoclet destdir="${build.gen-src}"
   	     ejbspec="2.0"
   	     excludedtags="@version,@author">
  -             <!--mergedir="${source.resources}/jca/ejb"-->
  +             <!==mergedir="${source.resources}/jca/ejb"==>
         <fileset dir="${source.java}">
           <include name="org/jboss/test/foedeployer/ejb/o2mb/*Bean.java"/>
         </fileset>
  @@ -476,15 +485,15 @@
                   createtables="True"
                   datasource="java:/DefaultDS"
                   mergedir="${source.resources}/foedeployer/"/>
  -       <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for -->
  +       <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==>
       </ejbdoclet>
   
  -    <!-- Foe-Deployer: M2MB Test -->
  +    <!== Foe-Deployer: M2MB Test ==>
       <mkdir dir="${build.resources}/foedeployer/m2mb/META-INF"/>
       <ejbdoclet destdir="${build.gen-src}"
   	     ejbspec="2.0"
   	     excludedtags="@version,@author">
  -             <!--mergedir="${source.resources}/jca/ejb"-->
  +             <!==mergedir="${source.resources}/jca/ejb"==>
         <fileset dir="${source.java}">
           <include name="org/jboss/test/foedeployer/ejb/m2mb/*Bean.java"/>
         </fileset>
  @@ -501,15 +510,15 @@
                   createtables="True"
                   datasource="java:/DefaultDS"
                   mergedir="${source.resources}/foedeployer/"/>
  -       <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for -->
  +       <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==>
       </ejbdoclet>
   
  -    <!-- Foe-Deployer: QL Test -->
  +    <!== Foe-Deployer: QL Test ==>
       <mkdir dir="${build.resources}/foedeployer/ql/META-INF"/>
       <ejbdoclet destdir="${build.gen-src}"
   	     ejbspec="2.0"
   	     excludedtags="@version,@author">
  -             <!--mergedir="${source.resources}/jca/ejb"-->
  +             <!==mergedir="${source.resources}/jca/ejb"==>
         <fileset dir="${source.java}">
           <include name="org/jboss/test/foedeployer/ejb/ql/*Bean.java"/>
         </fileset>
  @@ -526,8 +535,9 @@
                   createtables="True"
                   datasource="java:/DefaultDS"
                   mergedir="${source.resources}/foedeployer/"/>
  -       <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for -->
  +       <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==>
       </ejbdoclet>
  +    -->
   
       <!-- cpmanifest test -->
       <mkdir dir="${build.resources}/jmx/loading/cpmanifest/META-INF"/>
  @@ -655,7 +665,7 @@
          <call target="_output:cmp2"/>
          <call target="_output:jsr77"/>
          <call target="_output:scheduler"/>
  -       <call target="_output:foedeployer"/>
  +       <!--<call target="_output:foedeployer"/>-->
          <call target="_output:jbossmx"/>
          <call target="_output:ejbconf"/>
          <call target="_output:proxycompiler"/>
  @@ -2476,10 +2486,10 @@
       </jar>
     </target>
   
  -  <!-- foe-deployer test -->
  +  <!-- foe-deployer test 
     <target name="_output:foedeployer" depends="_output:support">
  -    <!-- <mkdir dir="${build.lib}"/> -->
  -    <!-- First task is to copy the Foe-Deployer SAR to the current lib directory -->
  +    <!== <mkdir dir="${build.lib}"/> ==>
  +    <!== First task is to copy the Foe-Deployer SAR to the current lib directory ==>
       <echo>${project.root}</echo>
       <copy todir="${build.lib}" filtering="no">
         <fileset dir="${project.root}/varia/output/lib">
  @@ -2487,7 +2497,7 @@
         </fileset>
       </copy>
   
  -    <!-- build foe-deployer-simple-test.wlar -->
  +    <!== build foe-deployer-simple-test.wlar ==>
       <jar jarfile="${build.lib}/foe-deployer-simple-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/simple/**"/>
  @@ -2497,7 +2507,7 @@
         </fileset>
       </jar>
   
  -    <!-- build foe-deployer-message-test.wlar -->
  +    <!== build foe-deployer-message-test.wlar ==>
       <jar jarfile="${build.lib}/foe-deployer-message-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/message/**"/>
  @@ -2507,7 +2517,7 @@
         </fileset>
       </jar>
   
  -    <!-- build foe-deployer-ql-test.wlar -->
  +    <!== build foe-deployer-ql-test.wlar ==>
       <jar jarfile="${build.lib}/foe-deployer-ql-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/ql/**"/>
  @@ -2517,7 +2527,7 @@
         </fileset>
       </jar>
   
  -    <!-- build foe-deployer-o2mb-test.wlar -->
  +    <!== build foe-deployer-o2mb-test.wlar ==>
       <jar jarfile="${build.lib}/foe-deployer-o2mb-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/o2mb/**"/>
  @@ -2527,7 +2537,7 @@
         </fileset>
       </jar>
   
  -    <!-- build foe-deployer-m2mb-test.wlar -->
  +    <!== build foe-deployer-m2mb-test.wlar ==>
       <jar jarfile="${build.lib}/foe-deployer-m2mb-test.wlar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/foedeployer/ejb/m2mb/**"/>
  @@ -2537,6 +2547,7 @@
         </fileset>
       </jar>
     </target>
  +  -->
   
     <!-- cmp2 tests -->
     <target name="_output:cmp2" depends="_output:support">
  @@ -3503,6 +3514,7 @@
        | JBoss server distribution build.
      -->
   
  +   <!--
     <target name="tests-foe-deployer-unit" depends="maybejars">
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.log}"/>
  @@ -3547,6 +3559,7 @@
         </batchtest>
       </junit>
     </target>
  +  -->
   
     <!--
        | Standard JBoss Util tests that should run successfully against a default
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-10-31 19:40:45
       | 
|   User: starksm 
  Date: 02/10/31 11:40:45
  Modified:    .        Tag: Branch_3_0 build.xml
  Log:
  Add the cpejbs-manifest.ear target for the CPManifestUnitTestCase.testEJBJarManifest
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.106.2.54 +30 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106.2.53
  retrieving revision 1.106.2.54
  diff -u -r1.106.2.53 -r1.106.2.54
  --- build.xml	26 Oct 2002 00:37:42 -0000	1.106.2.53
  +++ build.xml	31 Oct 2002 19:40:44 -0000	1.106.2.54
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106.2.53 2002/10/26 00:37:42 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.106.2.54 2002/10/31 19:40:44 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1741,6 +1741,35 @@
         <fileset dir="${build.lib}">
           <include name="abstract2.jar"/>
           <include name="concrete2.jar"/>
  +      </fileset>
  +    </ear>
  +
  +    <!-- cpejbs-manifest test -->
  +    <jar jarfile="${build.lib}/ejbjar1.jar"
  +      manifest="${jmx-rsrc}/loading/cpmanifest/META-INF/ejbjar1.mf">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/jmx/eardeployment/a/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/jmx/eardeployment/a/">
  +        <include name="META-INF/ejb-jar.xml"/>
  +        <include name="META-INF/jboss.xml"/>
  +      </fileset>
  +    </jar>
  +    <jar jarfile="${build.lib}/ejbjar2.jar"
  +      manifest="${jmx-rsrc}/loading/cpmanifest/META-INF/ejbjar2.mf">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/jmx/eardeployment/b/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/jmx/eardeployment/b/">
  +        <include name="META-INF/ejb-jar.xml"/>
  +        <include name="META-INF/jboss.xml"/>
  +      </fileset>
  +    </jar>
  +    <ear earfile="${build.lib}/cpejbs-manifest.ear"
  +      appxml="${jmx-rsrc}/loading/cpmanifest/META-INF/application-ejbs.xml">
  +      <fileset dir="${build.lib}">
  +        <include name="ejbjar1.jar"/>
  +        <include name="ejbjar2.jar"/>
         </fileset>
       </ear>
   
  
  
  
 | 
| 
      
      
      From: Bill B. <pat...@us...> - 2002-11-13 19:48:37
       | 
|   User: patriot1burke
  Date: 02/11/13 11:48:36
  Modified:    .        Tag: Branch_3_2 build.xml
  Log:
  tests for pooled invoker.  Also, the test compares against regular RMI
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.165.2.16 +35 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.165.2.15
  retrieving revision 1.165.2.16
  diff -u -r1.165.2.15 -r1.165.2.16
  --- build.xml	26 Oct 2002 00:40:35 -0000	1.165.2.15
  +++ build.xml	13 Nov 2002 19:48:36 -0000	1.165.2.16
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.165.2.15 2002/10/26 00:40:35 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.165.2.16 2002/11/13 19:48:36 patriot1burke Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -957,6 +957,7 @@
                      _jars-invokers,
                      _jars-threading,
                      _jars-deadlock,
  +                   _jars-pooled,
                      _jars-testbean,
                      _jars-testbeancluster,
                      _jars-perf,
  @@ -2318,6 +2319,39 @@
           <include name="org/somepackage/**"/>
         </fileset>
         <fileset dir="${build.resources}/deadlock">
  +        <include name="**/*.xml"/>
  +      </fileset>
  +    </jar>
  +
  +  </target>
  +
  +  <!-- pooled test -->
  +  <target name="_jars-pooled">
  +    <mkdir dir="${build.lib}"/>
  +
  +    <!-- build pooledtest.jar -->
  +    <jar jarfile="${build.lib}/pooledtest.jar"
  +	 manifest="${build.etc}/manifest.mf">
  +      <fileset dir="${build.classes}">
  +        <patternset refid="common.test.client.classes"/>
  +        <include name="org/jboss/test/pooled/interfaces/**"/>
  +        <include name="org/jboss/test/pooled/test/**"/>
  +        <include name="org/somepackage/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/pooled">
  +        <include name="*.*"/>
  +      </fileset>
  +    </jar>
  +
  +    <!-- build pooled.jar -->
  +    <jar jarfile="${build.lib}/pooled.jar">
  +      <fileset dir="${build.classes}">
  +        <patternset refid="common.test.application.classes"/>
  +        <include name="org/jboss/test/pooled/interfaces/**"/>
  +        <include name="org/jboss/test/pooled/bean/**"/>
  +        <include name="org/somepackage/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/pooled">
           <include name="**/*.xml"/>
         </fileset>
       </jar>
  
  
  
 | 
| 
      
      
      From: Bill B. <pat...@us...> - 2002-11-13 20:18:25
       | 
|   User: patriot1burke
  Date: 02/11/13 12:18:23
  Modified:    .        build.xml
  Log:
  PooledInvoker changes.  improved for better reliability, cleanup..  Also pool threads after client is finished with
  dedicated socket.  Testsuite added as well
  
  Revision  Changes    Path
  1.192     +35 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.191
  retrieving revision 1.192
  diff -u -r1.191 -r1.192
  --- build.xml	31 Oct 2002 01:54:35 -0000	1.191
  +++ build.xml	13 Nov 2002 20:18:23 -0000	1.192
  @@ -10,7 +10,7 @@
     <!ENTITY mqstress   SYSTEM "./mqstress.xml">
   ]>
   
  -<!-- $Id: build.xml,v 1.191 2002/10/31 01:54:35 dsundstrom Exp $ -->
  +<!-- $Id: build.xml,v 1.192 2002/11/13 20:18:23 patriot1burke Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -655,6 +655,7 @@
          <call target="_output:invokers"/>
          <call target="_output:threading"/>
          <call target="_output:deadlock"/>
  +       <call target="_output:pooled"/>
          <call target="_output:testbean"/>
          <call target="_output:testbeancluster"/>
          <call target="_output:perf"/>
  @@ -2039,6 +2040,39 @@
           <include name="org/somepackage/**"/>
         </fileset>
         <fileset dir="${build.resources}/deadlock">
  +        <include name="**/*.xml"/>
  +      </fileset>
  +    </jar>
  +
  +  </target>
  +
  +  <!-- deadlock test -->
  +  <target name="_output:pooled" depends="_output:support">
  +    <!-- <mkdir dir="${build.lib}"/> -->
  +
  +    <!-- build pooledtest.jar -->
  +    <jar jarfile="${build.lib}/pooledtest.jar"
  +	 manifest="${build.etc}/manifest.mf">
  +      <fileset dir="${build.classes}">
  +        <patternset refid="common.test.client.classes"/>
  +        <include name="org/jboss/test/pooled/interfaces/**"/>
  +        <include name="org/jboss/test/pooled/test/**"/>
  +        <include name="org/somepackage/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/pooled">
  +        <include name="*.*"/>
  +      </fileset>
  +    </jar>
  +
  +    <!-- build pooled.jar -->
  +    <jar jarfile="${build.lib}/pooled.jar">
  +      <fileset dir="${build.classes}">
  +        <patternset refid="common.test.application.classes"/>
  +        <include name="org/jboss/test/pooled/interfaces/**"/>
  +        <include name="org/jboss/test/pooled/bean/**"/>
  +        <include name="org/somepackage/**"/>
  +      </fileset>
  +      <fileset dir="${build.resources}/pooled">
           <include name="**/*.xml"/>
         </fileset>
       </jar>
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-11-14 07:39:24
       | 
|   User: starksm 
  Date: 02/11/13 23:39:23
  Modified:    .        Tag: Branch_3_2 build.xml
  Log:
  Include the any0.jar and any1.jar for the duplicate classes test
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.165.2.17 +14 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.165.2.16
  retrieving revision 1.165.2.17
  diff -u -r1.165.2.16 -r1.165.2.17
  --- build.xml	13 Nov 2002 19:48:36 -0000	1.165.2.16
  +++ build.xml	14 Nov 2002 07:39:23 -0000	1.165.2.17
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.165.2.16 2002/11/13 19:48:36 patriot1burke Exp $ -->
  +<!-- $Id: build.xml,v 1.165.2.17 2002/11/14 07:39:23 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -3134,6 +3134,19 @@
          includes="org/jboss/test/classloader/circularity/support/Class2.class"/>
       <jar jarfile="${build.lib}/j3.jar" basedir="${build.classes}"
          includes="org/jboss/test/classloader/circularity/support/Derived.class"/>
  +    <jar jarfile="${build.lib}/any0.jar">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/classloader/circularity/support/Base.class"/>
  +        <include name="org/jboss/test/classloader/circularity/support/Class0.class"/>
  +        <include name="org/jboss/test/classloader/circularity/support/Class2.class"/>
  +      </fileset>
  +    </jar>
  +    <jar jarfile="${build.lib}/any1.jar">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/classloader/circularity/support/Class0.class"/>
  +        <include name="org/jboss/test/classloader/circularity/support/Class2.class"/>
  +      </fileset>
  +    </jar>
       <jar jarfile="${build.lib}/circularity.sar">
         <metainf dir="${source.resources}/classloader/circularity" />
         <fileset dir="${build.classes}">
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-11-14 10:02:41
       | 
|   User: starksm 
  Date: 02/11/14 02:02:40
  Modified:    .        Tag: Branch_3_0 build.xml
  Log:
  Create a timestamped archive of the html report dir content and include
  the new URL to the reports in the summary text report
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.106.2.55 +36 -8     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106.2.54
  retrieving revision 1.106.2.55
  diff -u -r1.106.2.54 -r1.106.2.55
  --- build.xml	31 Oct 2002 19:40:44 -0000	1.106.2.54
  +++ build.xml	14 Nov 2002 10:02:39 -0000	1.106.2.55
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106.2.54 2002/10/31 19:40:44 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.106.2.55 2002/11/14 10:02:39 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -40,7 +40,12 @@
        | Other targets should depend on 'init' or things will mysteriously fail.
      -->
   
  -  <target name="init" unless="init.disable" depends="_buildmagic:init">
  +  <target name="init" depends="_buildmagic:init">
  +    <tstamp>
  +       <format property="TIMENOW" pattern="yyyy-MM-dd.HH-mm"/>
  +    </tstamp>
  +    <echo message="${TIMENOW}" file="run.tstamp" />
  +    <echo message="Set timestamp to: ${TIMENOW}" />
     </target>
   
   
  @@ -2763,6 +2768,19 @@
          includes="org/jboss/test/classloader/circularity/support/Class2.class"/>
       <jar jarfile="${build.lib}/j3.jar" basedir="${build.classes}"
          includes="org/jboss/test/classloader/circularity/support/Derived.class"/>
  +    <jar jarfile="${build.lib}/any0.jar">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/classloader/circularity/support/Base.class"/>
  +        <include name="org/jboss/test/classloader/circularity/support/Class0.class"/>
  +        <include name="org/jboss/test/classloader/circularity/support/Class2.class"/>
  +      </fileset>
  +    </jar>
  +    <jar jarfile="${build.lib}/any1.jar">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/classloader/circularity/support/Class0.class"/>
  +        <include name="org/jboss/test/classloader/circularity/support/Class2.class"/>
  +      </fileset>
  +    </jar>
       <jar jarfile="${build.lib}/circularity.sar">
         <metainf dir="${source.resources}/classloader/circularity" />
         <fileset dir="${build.classes}">
  @@ -3926,7 +3944,20 @@
       <delete dir="${build.reports}"/>
     </target>
   
  -  <target name="tests-report" depends="tests-report-html, tests-report-text"/>
  +  <target name="tests-report" depends="tests-report-html, tests-report-text">
  +     <!-- Create an archive of the html results -->
  +     <echo message="Creating the html results archive ${TIMENOW}.tgz" />
  +     <mkdir dir="${module.output}/${TIMENOW}" />
  +     <copy todir="${module.output}/${TIMENOW}">
  +        <fileset dir="${build.reports}/html" />
  +     </copy>
  +     <tar tarfile="${module.output}/${TIMENOW}.tar" basedir="output"
  +        includes="${TIMENOW}/**" />
  +     <gzip zipfile="${module.output}/${TIMENOW}.tgz"
  +         src="${module.output}/${TIMENOW}.tar" />
  +     <delete file="${module.output}/${TIMENOW}.tar" />
  +     <delete dir="${module.output}/${TIMENOW}" />
  +  </target>
   
     <target name="tests-report-html" depends="compile-stylesheets">
       <mkdir dir="${build.reports}/html"/>
  @@ -3951,10 +3982,6 @@
     <target name="tests-report-text" depends="tests-report-html">
       <mkdir dir="${build.reports}/text"/>
   
  -    <tstamp>
  -       <format property="TIMENOW" pattern="d MMMM yyyy H:m"/>
  -    </tstamp>
  -
       <style basedir="${build.reports}"
   	   destdir="${build.reports}/text"
   	   extension=".txt"
  @@ -3972,7 +3999,8 @@
          <param name="os_name" expression="${os.name}"/>
          <param name="os_arch" expression="${os.arch}"/>
          <param name="os_version" expression="${os.version}"/>
  -       <param name="builduid" expression="${build.uid}"/>
  +       <param name="builduid" expression="${TIMENOW}"/>
  +       <param name="results_web_site" expression="http://bliss.jboss.org/~starksm"/>
       </style>
     </target>
   
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-11-14 19:35:04
       | 
|   User: starksm 
  Date: 02/11/14 11:35:02
  Modified:    .        Tag: Branch_3_2 build.xml
  Log:
  Create an archive of the html results and update the location of the
  reports web site
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.165.2.18 +16 -8     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.165.2.17
  retrieving revision 1.165.2.18
  diff -u -r1.165.2.17 -r1.165.2.18
  --- build.xml	14 Nov 2002 07:39:23 -0000	1.165.2.17
  +++ build.xml	14 Nov 2002 19:35:02 -0000	1.165.2.18
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.165.2.17 2002/11/14 07:39:23 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.165.2.18 2002/11/14 19:35:02 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -40,7 +40,12 @@
        | Other targets should depend on 'init' or things will mysteriously fail.
      -->
   
  -  <target name="init" unless="init.disable" depends="_buildmagic:init">
  +  <target name="init" depends="_buildmagic:init">
  +    <tstamp>
  +       <format property="TIMENOW" pattern="yyyy-MM-dd.HH-mm" timezone="GMT"/>
  +    </tstamp>
  +    <echo message="${TIMENOW}" file="run.tstamp" />
  +    <echo message="Set timestamp to: ${TIMENOW}" />
     </target>
   
   
  @@ -4466,7 +4471,13 @@
       <delete dir="${build.reports}"/>
     </target>
   
  -  <target name="tests-report" depends="tests-report-html, tests-report-text"/>
  +  <target name="tests-report" depends="tests-report-html, tests-report-text">
  +     <tar tarfile="${module.output}/${TIMENOW}.tgz" compression="gzip" longfile="gnu">
  +        <tarfileset dir="${build.reports}/html" prefix="${TIMENOW}">
  +           <include name="**"/>
  +        </tarfileset>
  +     </tar>
  +  </target>
   
     <target name="tests-report-html" depends="compile-stylesheets">
       <mkdir dir="${build.reports}/html"/>
  @@ -4491,10 +4502,6 @@
     <target name="tests-report-text" depends="tests-report-html">
       <mkdir dir="${build.reports}/text"/>
   
  -    <tstamp>
  -       <format property="TIMENOW" pattern="d MMMM yyyy H:m"/>
  -    </tstamp>
  -
       <style basedir="${build.reports}"
   	   destdir="${build.reports}/text"
   	   extension=".txt"
  @@ -4512,7 +4519,8 @@
          <param name="os_name" expression="${os.name}"/>
          <param name="os_arch" expression="${os.arch}"/>
          <param name="os_version" expression="${os.version}"/>
  -       <param name="builduid" expression="${build.uid}"/>
  +       <param name="builduid" expression="${TIMENOW}"/>
  +       <param name="results_web" expression="http://bliss.jboss.org/~starksm"/>
       </style>
     </target>
   
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-11-15 06:23:16
       | 
|   User: starksm 
  Date: 02/11/14 19:46:11
  Modified:    .        Tag: Branch_3_2 build.xml
  Log:
  Update the results web site url
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.165.2.19 +2 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.165.2.18
  retrieving revision 1.165.2.19
  diff -u -r1.165.2.18 -r1.165.2.19
  --- build.xml	14 Nov 2002 19:35:02 -0000	1.165.2.18
  +++ build.xml	15 Nov 2002 03:46:10 -0000	1.165.2.19
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.165.2.18 2002/11/14 19:35:02 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.165.2.19 2002/11/15 03:46:10 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -4520,7 +4520,7 @@
          <param name="os_arch" expression="${os.arch}"/>
          <param name="os_version" expression="${os.version}"/>
          <param name="builduid" expression="${TIMENOW}"/>
  -       <param name="results_web" expression="http://bliss.jboss.org/~starksm"/>
  +       <param name="results_web" expression="http://bliss.jboss.org/~starksm/Branch_3_2"/>
       </style>
     </target>
   
  
  
  
 | 
| 
      
      
      From: Scott M S. <st...@us...> - 2002-11-15 06:51:53
       | 
|   User: starksm 
  Date: 02/11/14 19:01:56
  Modified:    .        Tag: Branch_3_0 build.xml
  Log:
  Update the results web site url
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.106.2.56 +3 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106.2.55
  retrieving revision 1.106.2.56
  diff -u -r1.106.2.55 -r1.106.2.56
  --- build.xml	14 Nov 2002 10:02:39 -0000	1.106.2.55
  +++ build.xml	15 Nov 2002 03:01:55 -0000	1.106.2.56
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106.2.55 2002/11/14 10:02:39 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.106.2.56 2002/11/15 03:01:55 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -4000,8 +4000,9 @@
          <param name="os_arch" expression="${os.arch}"/>
          <param name="os_version" expression="${os.version}"/>
          <param name="builduid" expression="${TIMENOW}"/>
  -       <param name="results_web_site" expression="http://bliss.jboss.org/~starksm"/>
  +       <param name="results_web_site" expression="http://users.jboss.org/~starksm/Branch_3_0"/>
       </style>
  +
     </target>
   
     <!-- include the mqstress test - remember that these tests need to be 
  
  
  
 | 
| 
      
      
      From: Jason D. <us...@us...> - 2002-11-15 22:17:09
       | 
| User: user57 Date: 02/11/15 14:17:07 Modified: . Tag: Branch_3_2 build.xml Log: o use users.jboss.org Revision Changes Path No revision No revision 1.165.2.20 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.19 retrieving revision 1.165.2.20 diff -u -r1.165.2.19 -r1.165.2.20 --- build.xml 15 Nov 2002 03:46:10 -0000 1.165.2.19 +++ build.xml 15 Nov 2002 22:17:05 -0000 1.165.2.20 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.19 2002/11/15 03:46:10 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.20 2002/11/15 22:17:05 user57 Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -4520,7 +4520,7 @@ <param name="os_arch" expression="${os.arch}"/> <param name="os_version" expression="${os.version}"/> <param name="builduid" expression="${TIMENOW}"/> - <param name="results_web" expression="http://bliss.jboss.org/~starksm/Branch_3_2"/> + <param name="results_web" expression="http://users.jboss.org/~starksm/Branch_3_2"/> </style> </target> |