[jboss-cvs] jboss-portal/wsrp ...

Rali Genova rgenova at jboss.org
Mon Jul 24 17:32:04 EDT 2006


  User: rgenova 
  Date: 06/07/24 17:32:03

  Modified:    wsrp     build.xml
  Log:
  the tests target should not start the server and generate reports, but just run the tests, as this interferes with the automated testsuite module
  
  Revision  Changes    Path
  1.79      +4 -4      jboss-portal/wsrp/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/wsrp/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -b -r1.78 -r1.79
  --- build.xml	21 Jul 2006 18:02:07 -0000	1.78
  +++ build.xml	24 Jul 2006 21:32:03 -0000	1.79
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.78 2006/07/21 18:02:07 claprun Exp $ -->
  +<!-- $Id: build.xml,v 1.79 2006/07/24 21:32:03 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -470,14 +470,14 @@
      </target>
   
      <target name="tests" depends="clean, output, clean-test, package-tests">
  -      <server:start name="default"/>
  +  <!--    <server:start name="default"/> -->
         <antcall target="agent-deploy"/>
         <antcall target="producer-test"/>
         <antcall target="consumer-test"/>
         <antcall target="deployment-test"/>
         <antcall target="agent-undeploy"/>
  -      <server:stop name="default"/>
  -      <antcall target="reports"/>
  +     <!-- <server:stop name="default"/> -->
  +   <!--   <antcall target="reports"/>-->
      </target>
   
      <target name="producer-test" depends="package-producer-test">
  
  
  



More information about the jboss-cvs-commits mailing list