[jboss-cvs] jbosstest ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Mon Jul 17 14:24:14 EDT 2006


  User: rrajasekaran
  Date: 06/07/17 14:24:14

  Modified:    jbosstest  build.xml
  Log:
  Disabled all tomcat related builds
  
  Revision  Changes    Path
  1.583     +5 -6      jbosstest/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.582
  retrieving revision 1.583
  diff -u -b -r1.582 -r1.583
  --- build.xml	17 Jul 2006 15:40:49 -0000	1.582
  +++ build.xml	17 Jul 2006 18:24:14 -0000	1.583
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.582 2006/07/17 15:40:49 rrajasekaran Exp $ -->
  +<!-- $Id: build.xml,v 1.583 2006/07/17 18:24:14 rrajasekaran Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -780,11 +780,11 @@
         <antcall target="jboss-all-config-tests"/>
         <antcall target="tests-security-manager"/>
         <antcall target="tests-clustering"/>
  -   <!--   <antcall target="tomcat-ssl-tests"/>-->
  +   <!--   <antcall target="tomcat-ssl-tests"/>
         <antcall target="tomcat-sso-tests"/>
         <antcall target="tomcat-sso-clustered-tests"/>
         <antcall target="tomcat-webctx-tests"/>
  -      <antcall target="tomcat-federation-tests"/>
  +      <antcall target="tomcat-federation-tests"/>-->
         <antcall target="test-example-binding-manager"/>
         <antcall target="tests-jacc-security"/>
         <antcall target="tests-jacc-securitymgr"/>
  @@ -814,7 +814,7 @@
      <target name="jboss-all-config-tests"
         description="The units tests which are run against the jboss all config">
         <server:start name="all"/>
  -<!--
  +
         <antcall target="tests-standard-unit"/>
         <antcall target="tests-client-unit"/>
         <antcall target="tests-security-basic-unit"/>
  @@ -825,8 +825,7 @@
         <antcall target="tests-iiop"/>
         <antcall target="tests-webservice" />
         <antcall target="tests-aspects"/>
  --->
  -	<sleep seconds="10"/>
  +
         <server:stop name="all"/>
      </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list