[jboss-remoting-commits] JBoss Remoting SVN: r6063 - remoting2/branches/2.2.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Aug 5 15:00:14 EDT 2010


Author: ron.sigal at jboss.com
Date: 2010-08-05 15:00:14 -0400 (Thu, 05 Aug 2010)
New Revision: 6063

Modified:
   remoting2/branches/2.2/build.xml
Log:
JBREM-1241: Added sleep time to servlet targets.

Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml	2010-08-05 18:58:25 UTC (rev 6062)
+++ remoting2/branches/2.2/build.xml	2010-08-05 19:00:14 UTC (rev 6063)
@@ -1223,7 +1223,7 @@
 
    <target name="tests.servlet">
      <copy file="${servlet.tests.dir}/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-     <sleep seconds="2"/>
+     <sleep seconds="5"/>
      <copy todir="${jboss.deploy.dir}">
        <fileset dir="${output.lib.dir}">
          <include name="servlet-invoker.war/**"/>
@@ -1231,7 +1231,7 @@
      </copy>
      <copy file="${servlet.tests.dir}/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>
-     <sleep seconds="2"/>
+     <sleep seconds="5"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
        <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
        <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -1265,7 +1265,7 @@
   
    <target name="tests.servlet.callback">
      <copy file="${servlet.tests.dir}/callback/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <copy todir="${jboss.deploy.dir}" overwrite="true">
        <fileset dir="${output.lib.dir}">
          <include name="servlet-invoker.war/**"/>
@@ -1273,7 +1273,7 @@
      </copy>
      <copy file="${servlet.tests.dir}/callback/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
         <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
         <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -1307,7 +1307,7 @@
    
    <target name="tests.servlet.contenttype">
      <copy file="${servlet.tests.dir}/contenttype/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-     <sleep seconds="2"/>
+     <sleep seconds="5"/>
      <copy todir="${jboss.deploy.dir}">
        <fileset dir="${output.lib.dir}">
          <include name="servlet-invoker.war/**"/>
@@ -1315,7 +1315,7 @@
      </copy>
      <copy file="${servlet.tests.dir}/contenttype/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
         <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
         <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -1349,7 +1349,7 @@
    
    <target name="tests.servlet.marshal">
      <copy file="${servlet.tests.dir}/marshal/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-     <sleep seconds="2"/>
+     <sleep seconds="5"/>
      <copy todir="${jboss.deploy.dir}">
        <fileset dir="${output.lib.dir}">
          <include name="servlet-invoker.war/**"/>
@@ -1357,7 +1357,7 @@
      </copy>
      <copy file="${servlet.tests.dir}/marshal/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>  
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
         <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
         <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -1391,7 +1391,7 @@
    
    <target name="tests.servlet.marshal.config">
      <copy file="${servlet.tests.dir}/marshal/config/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <copy todir="${jboss.deploy.dir}">
        <fileset dir="${output.lib.dir}">
          <include name="servlet-invoker.war/**"/>
@@ -1399,7 +1399,7 @@
      </copy>
      <copy file="${servlet.tests.dir}/marshal/config/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>    
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
         <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
         <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -1433,7 +1433,7 @@
   
    <target name="tests.servlet.marshal.noconfig">
      <copy file="${servlet.tests.dir}/marshal/noconfig/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <copy todir="${jboss.deploy.dir}">
        <fileset dir="${output.lib.dir}">
          <include name="servlet-invoker.war/**"/>
@@ -1441,7 +1441,7 @@
      </copy>
      <copy file="${servlet.tests.dir}/marshal/noconfig/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>    
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
         <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
         <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -1476,7 +1476,7 @@
    
    <target name="tests.servlet.nopreservelines">
       <copy file="${servlet.tests.dir}/nopreservelines/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-      <sleep seconds="4"/>
+      <sleep seconds="5"/>
       <copy todir="${jboss.deploy.dir}">
          <fileset dir="${output.lib.dir}">
           <include name="servlet-invoker.war/**"/>
@@ -1484,7 +1484,7 @@
       </copy>
       <copy file="${servlet.tests.dir}/nopreservelines/WEB-INF/web.xml"
             todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>  
-      <sleep seconds="4"/>
+      <sleep seconds="5"/>
       <junit printsummary="true" fork="yes" includeantruntime="true">
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -1518,7 +1518,7 @@
 
     <target name="tests.servlet.preservelines">
       <copy file="${servlet.tests.dir}/preservelines/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-      <sleep seconds="4"/>
+      <sleep seconds="5"/>
       <copy todir="${jboss.deploy.dir}" overwrite="true">
         <fileset dir="${output.lib.dir}">
           <include name="servlet-invoker.war/**"/>
@@ -1526,7 +1526,7 @@
       </copy>
       <copy file="${servlet.tests.dir}/preservelines/WEB-INF/web.xml"
             todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>
-      <sleep seconds="4"/>
+      <sleep seconds="5"/>
       <junit printsummary="true" fork="yes" includeantruntime="true">
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
@@ -1560,7 +1560,7 @@
  
    <target name="tests.servlet.ssl">
      <copy file="${servlet.tests.dir}/ssl/remoting-sslservlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
-     <sleep seconds="4"/>
+     <sleep seconds="5"/>
      <copy todir="${jboss.deploy.dir}">
        <fileset dir="${output.lib.dir}">
          <include name="servlet-invoker.war/**"/>



More information about the jboss-remoting-commits mailing list