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

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


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

  Modified:    core     .cvsignore build.xml
  Log:
  updated build according to JBPORTAL-974
  
  Revision  Changes    Path
  1.4       +2 -0      jboss-portal/core/.cvsignore
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .cvsignore
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/.cvsignore,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- .cvsignore	4 Nov 2005 20:15:13 -0000	1.3
  +++ .cvsignore	31 Jul 2006 18:36:06 -0000	1.4
  @@ -1,3 +1,5 @@
   output
   build.log
   bin
  +TEST-org.jboss.portal.test.core.model.instance.InstanceContainerTestCase.xml
  +TEST-org.jboss.portal.test.core.state.StatefulPortletInvokerTestCase.xml
  
  
  
  1.131     +28 -28    jboss-portal/core/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/build.xml,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -b -r1.130 -r1.131
  --- build.xml	30 Jul 2006 15:49:44 -0000	1.130
  +++ build.xml	31 Jul 2006 18:36:06 -0000	1.131
  @@ -531,8 +531,8 @@
               <sysproperty key="jboss.aop.class.path" value="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
            </x-sysproperty>
            <x-test>
  -            <test name="org.jboss.portal.test.core.model.instance.InstanceContainerTestCase"/>
  -            <test name="org.jboss.portal.test.core.state.StatefulPortletInvokerTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.core.model.instance.InstanceContainerTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.core.state.StatefulPortletInvokerTestCase"/>
            </x-test>
            <x-classpath>
               <pathelement location="${build.lib}/portal-core-lib.jar"/>
  @@ -603,38 +603,38 @@
                         value="${build.resources}/portal-core-sar/portal-aop.xml${path.separator}${source.etc}/jboss-aop/base-aop.xml"/>
            <sysproperty key="jboss.aop.class.path" value="${jbossas/core.libs.lib}/jboss-aspect-library.jar"/>
   
  -         <!--<test name="org.jboss.portal.test.core.model.portal.PortalObjectPermissionTestCase"/>-->
  -         <!--<test name="org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase"/>-->
  +         <!--<test todir="${test.reports}" name="org.jboss.portal.test.core.model.portal.PortalObjectPermissionTestCase"/>-->
  +         <!--<test todir="${test.reports}" name="org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase"/>-->
   
   
  -         <test name="org.jboss.portal.test.core.model.instance.InstanceContainerTestCase"/>
  +         <test todir="${test.reports}" name="org.jboss.portal.test.core.model.instance.InstanceContainerTestCase"/>
   
   
            <!--
  -         <test name="org.jboss.portal.test.core.model.db.PreferencesModelTestCase"/>
  +         <test todir="${test.reports}" name="org.jboss.portal.test.core.model.db.PreferencesModelTestCase"/>
            -->
  -         <test name="org.jboss.portal.test.core.theme.UserThemeTestCase"/>
  -         <!--	      <test name="org.jboss.portal.test.core.portlet.UserPortletTestCase"/>-->
  -         <!--         <test name="org.jboss.portal.test.core.portlet.RolePortletTestCase"/>-->
  -
  -         <!--         <test name="org.jboss.portal.test.core.plugins.security.ModelAuthorizationRealmTestCase"/> -->
  -         <!--         <test name="org.jboss.portal.test.core.security.ModelPluginTestCase"/>-->
  -         <!--         <test name="org.jboss.portal.test.core.PageTestCase"/>-->
  -         <!--         <test name="org.jboss.portal.test.core.CorePortletPreferencesTestCase"/>-->
  -         <!--         <test name="org.jboss.portal.test.core.ProxyValidatorTestCase"/>-->
  -         <!--         <test name="org.jboss.portal.test.core.util.ParametersTestCase"/>-->
  -         <!--         <test name="org.jboss.portal.test.core.MapperTestCase"/> -->
  +         <test todir="${test.reports}" name="org.jboss.portal.test.core.theme.UserThemeTestCase"/>
  +         <!--	      <test todir="${test.reports}" name="org.jboss.portal.test.core.portlet.UserPortletTestCase"/>-->
  +         <!--         <test todir="${test.reports}" name="org.jboss.portal.test.core.portlet.RolePortletTestCase"/>-->
  +
  +         <!--         <test todir="${test.reports}" name="org.jboss.portal.test.core.plugins.security.ModelAuthorizationRealmTestCase"/> -->
  +         <!--         <test todir="${test.reports}" name="org.jboss.portal.test.core.security.ModelPluginTestCase"/>-->
  +         <!--         <test todir="${test.reports}" name="org.jboss.portal.test.core.PageTestCase"/>-->
  +         <!--         <test todir="${test.reports}" name="org.jboss.portal.test.core.CorePortletPreferencesTestCase"/>-->
  +         <!--         <test todir="${test.reports}" name="org.jboss.portal.test.core.ProxyValidatorTestCase"/>-->
  +         <!--         <test todir="${test.reports}" name="org.jboss.portal.test.core.util.ParametersTestCase"/>-->
  +         <!--         <test todir="${test.reports}" name="org.jboss.portal.test.core.MapperTestCase"/> -->
   
  -         <!--            <test name="org.jboss.portal.test.core.tree.LocalTestCase"/> -->
  -         <!--            <test name="org.jboss.portal.test.core.tree.ReplicatedTestCase"/> -->
  +         <!--            <test todir="${test.reports}" name="org.jboss.portal.test.core.tree.LocalTestCase"/> -->
  +         <!--            <test todir="${test.reports}" name="org.jboss.portal.test.core.tree.ReplicatedTestCase"/> -->
            <!--
  -         <test name="org.jboss.portal.test.core.tree.CMSCacheLoaderTestCase"/>
  +         <test todir="${test.reports}" name="org.jboss.portal.test.core.tree.CMSCacheLoaderTestCase"/>
            -->
  -         <!--<test name="org.jboss.portal.test.core.impl.portal.PortalObjectContainerLoadingTestCase"/>-->
  -         <!--<test name="org.jboss.portal.test.core.impl.portal.PortalObjectContainerLocalTestCase"/>-->
  -         <!--<test name="org.jboss.portal.test.core.impl.portal.PortalObjectContainerReplicatedTestCase"/>-->
  +         <!--<test todir="${test.reports}" name="org.jboss.portal.test.core.impl.portal.PortalObjectContainerLoadingTestCase"/>-->
  +         <!--<test todir="${test.reports}" name="org.jboss.portal.test.core.impl.portal.PortalObjectContainerLocalTestCase"/>-->
  +         <!--<test todir="${test.reports}" name="org.jboss.portal.test.core.impl.portal.PortalObjectContainerReplicatedTestCase"/>-->
   
  -         <!--<test name="org.jboss.portal.test.core.model.portal.ModelTestCase"/>-->
  +         <!--<test todir="${test.reports}" name="org.jboss.portal.test.core.model.portal.ModelTestCase"/>-->
   
            <!--<test name="org.jboss.portal.test.core.impl.container.LocalContainerTestCase"/>-->
            <!--<test name="org.jboss.portal.test.core.security.SecurityTestCase"/>-->
  @@ -707,7 +707,7 @@
            <formatter type="plain" usefile="true"/> 
            <formatter type="xml" usefile="true"/>
   
  -         <test todir="${build.reports}" name="${test}" fork="true"/>
  +         <test todir="${test.reports}" name="${test}" fork="true"/>
   
         </junit>
      </target>
  @@ -715,11 +715,11 @@
      <!-- Build the tests report -->
      <target name="tests-report" depends="init" description="Build the tests report">
   
  -      <junitreport todir="${build.reports}">
  -         <fileset dir="${build.reports}">
  +      <junitreport todir="${test.reports}">
  +         <fileset dir="${test.reports}">
               <include name="TEST-*.xml"/>
            </fileset>
  -         <report format="frames" todir="${build.reports}/html"/>
  +         <report format="frames" todir="${test.reports}/html"/>
         </junitreport>
      </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list