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

Rali Genova rgenova at jboss.org
Mon Jul 31 14:36:08 EDT 2006


  User: rgenova 
  Date: 06/07/31 14:36:08

  Modified:    wsrp     build.xml
  Log:
  updated build according to JBPORTAL-974
  
  Revision  Changes    Path
  1.81      +8 -8      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.80
  retrieving revision 1.81
  diff -u -b -r1.80 -r1.81
  --- build.xml	26 Jul 2006 09:38:42 -0000	1.80
  +++ build.xml	31 Jul 2006 18:36:08 -0000	1.81
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.80 2006/07/26 09:38:42 claprun Exp $ -->
  +<!-- $Id: build.xml,v 1.81 2006/07/31 18:36:08 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -448,9 +448,9 @@
         <antcall target="deploy-producer-test"/>
         <execute-tests>
            <x-test>
  -            <test name="org.jboss.portal.test.wsrp.v1.producer.PortletManagementTestCase"/>
  -            <test name="org.jboss.portal.test.wsrp.v1.producer.MarkupTestCase"/>
  -            <test name="org.jboss.portal.test.wsrp.v1.producer.ServiceDescriptionTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.producer.PortletManagementTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.producer.MarkupTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.producer.ServiceDescriptionTestCase"/>
               <!--<test name="org.jboss.portal.test.wsrp.v1.producer.RegistrationTestCase"/>-->
            </x-test>
            <x-sysproperty>
  @@ -472,8 +472,8 @@
         <antcall target="deploy-consumer-test"/>
         <execute-tests>
            <x-test>
  -            <test name="org.jboss.portal.test.wsrp.v1.consumer.MarkupTestCase"/>
  -            <test name="org.jboss.portal.test.wsrp.v1.consumer.ServiceDescriptionTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.consumer.MarkupTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.consumer.ServiceDescriptionTestCase"/>
            </x-test>
            <x-sysproperty>
               <sysproperty key="test.root" value="${build.lib}"/>
  @@ -493,7 +493,7 @@
      <target name="deployment-test" depends="package-deployment-test">
         <execute-tests>
            <x-test>
  -            <test name="org.jboss.portal.test.wsrp.deployment.DeploymentTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.wsrp.deployment.DeploymentTestCase"/>
            </x-test>
            <x-sysproperty>
               <sysproperty key="test.root" value="${build.lib}"/>
  @@ -510,7 +510,7 @@
   
       <target name="reports">
         <junitreport todir="${reports.dir}">
  -         <fileset dir="${reports.dir}">
  +         <fileset dir="${test.reports}">
               <include name="TEST-*.xml"/>
            </fileset>
            <report format="frames"
  
  
  



More information about the jboss-cvs-commits mailing list