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

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


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

  Modified:    portlet  build.xml
  Log:
  updated build according to JBPORTAL-974
  
  Revision  Changes    Path
  1.137     +53 -53    jboss-portal/portlet/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/build.xml,v
  retrieving revision 1.136
  retrieving revision 1.137
  diff -u -b -r1.136 -r1.137
  --- build.xml	31 Jul 2006 00:39:28 -0000	1.136
  +++ build.xml	31 Jul 2006 18:36:06 -0000	1.137
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.136 2006/07/31 00:39:28 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.137 2006/07/31 18:36:06 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -404,41 +404,41 @@
            </x-sysproperty>
            <x-test>
               <!--Spec TCK Assertions tests-->
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.dispatcher.DispatcherTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.portletconfig.PortletConfigTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.portletrequests.PortletRequestTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.portletmode.PortletModeTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.portletresponses.PortletResponsesTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.preferences.PreferencesTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.portletsession.PortletSessionTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.portletinterface.PortletInterfaceTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.portleturl.PortletURLTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.windowstates.WindowStatesTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.portletcontext.PortletContextTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.dispatcher.DispatcherTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.portletconfig.PortletConfigTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.portletrequests.PortletRequestTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.portletmode.PortletModeTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.portletresponses.PortletResponsesTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.preferences.PreferencesTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.portletsession.PortletSessionTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.portletinterface.PortletInterfaceTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.portleturl.PortletURLTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.windowstates.WindowStatesTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.portletcontext.PortletContextTestSuite"/>
               <!--API Tests-->
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.portletconfig.PortletConfigAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.portletmode.PortletModeAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.windowstate.WindowStateAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.portletsessionutil.PortletSessionUtilAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.portalcontext.PortalContextAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.portletcontext.PortletContextAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.portleturl.PortletURLAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.portletpreferences.PortletPreferencesAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.portletsession.PortletSessionAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.actionrequest.ActionRequestAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.renderrequest.RenderRequestAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.actionresponse.ActionResponseAPITestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.api.renderresponse.RenderResponseAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.portletconfig.PortletConfigAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.portletmode.PortletModeAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.windowstate.WindowStateAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.portletsessionutil.PortletSessionUtilAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.portalcontext.PortalContextAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.portletcontext.PortletContextAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.portleturl.PortletURLAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.portletpreferences.PortletPreferencesAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.portletsession.PortletSessionAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.actionrequest.ActionRequestAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.renderrequest.RenderRequestAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.actionresponse.ActionResponseAPITestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.api.renderresponse.RenderResponseAPITestSuite"/>
               <!--Ext Tests-->
  -            <test name="org.jboss.portal.test.portlet.jsr168.ext.preferences.PreferencesTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.ext.session.SessionTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.ext.portletresponses.PortletResponsesTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.ext.portletrequests.PortletRequestTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.ext.portletmode.PortletModeTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.ext.portletconfig.PortletConfigTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.ext.dispatcher.DispatcherTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.preferences.PreferencesTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.session.SessionTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.portletresponses.PortletResponsesTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.portletrequests.PortletRequestTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.portletmode.PortletModeTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.portletconfig.PortletConfigTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.dispatcher.DispatcherTestSuite"/>
               <!--Test Framework test-->
  -            <!--<test name="org.jboss.portal.test.framework.basic.BasicTestCase"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.framework.basic.BasicTestCase"/>-->
            </x-test>
            <x-classpath>
               <path refid="oswego.concurrent.classpath"/>
  @@ -458,7 +458,7 @@
      <target name="test-info" depends="init">
         <execute-tests>
            <x-test>
  -            <test name="org.jboss.portal.test.portlet.info.InfoTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.info.InfoTestSuite"/>
            </x-test>
            <x-sysproperty>
               <sysproperty key="test.root" value="${build.lib}"/>
  @@ -483,11 +483,11 @@
      <target name="test-framework" depends="init">
         <execute-tests>
            <x-test>
  -            <test name="org.jboss.portal.test.portlet.deployment.UnmarshallerTestCase"/>
  -            <test name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
  -            <test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
  -            <test name="org.jboss.portal.test.portlet.ParametersTestCase"/>
  -            <test name="org.jboss.portal.test.portlet.PropertiesTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.deployment.UnmarshallerTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.ParametersTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.PropertiesTestCase"/>
            </x-test>
            <x-sysproperty>
               <sysproperty key="test.root" value="${build.lib}"/>
  @@ -520,19 +520,19 @@
               <sysproperty key="test.uri" value="/test/redirect/"/>
            </x-sysproperty>
            <x-test>
  -            <!--<test name="org.jboss.portal.test.portlet.ha.session.SessionTestSuite"/>-->
  -            <!--<test name="org.jboss.portal.test.portlet.info.InfoTestSuite"/>-->
  -            <!--<test name="org.jboss.portal.test.portlet.session.SessionSynchronizationTestCase"/>-->
  -            <!--<test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>-->
  -            <!--<test name="org.jboss.portal.test.portlet.jsr168.ext.preferences.PreferencesTestSuite"/>
  -            <test name="org.jboss.portal.test.portlet.jsr168.tck.preferences.PreferencesTestSuite"/>-->
  -            <!--<test name="org.jboss.portal.test.portlet.jsr168.ext.portletrequests.PortletRequestTestSuite"/>-->
  -            <!--<test name="org.jboss.portal.test.portlet.jsr168.ext.dispatcher.DispatcherTestSuite"/>-->
  -
  -            <!--<test name="org.jboss.portal.test.portlet.info.InfoTestSuite"/>-->
  -            <!--<test name="org.jboss.portal.test.portlet.deployment.UnmarshallerTestCase"/>-->
  -            <!--<test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>-->
  -            <test name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.ha.session.SessionTestSuite"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.info.InfoTestSuite"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.session.SessionSynchronizationTestCase"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.preferences.PreferencesTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.tck.preferences.PreferencesTestSuite"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.portletrequests.PortletRequestTestSuite"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.dispatcher.DispatcherTestSuite"/>-->
  +
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.info.InfoTestSuite"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.deployment.UnmarshallerTestCase"/>-->
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>-->
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
            </x-test>
            <x-classpath>
               <path refid="oswego.concurrent.classpath"/>
  @@ -553,7 +553,7 @@
      <target name="reports" depends="init">
         <mkdir dir="${build.reports}"/>
         <junitreport todir="${build.reports}">
  -         <fileset dir=".">
  +         <fileset dir="${test.reports}" >
               <include name="TEST-*.xml"/>
            </fileset>
            <report format="frames" todir="${build.reports}/html"/>
  
  
  



More information about the jboss-cvs-commits mailing list