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

Boleslaw Dawidowicz bdaw at o2.pl
Tue Aug 22 13:08:41 EDT 2006


  User: bdaw    
  Date: 06/08/22 13:08:41

  Modified:    forums   Tag: JBoss_Portal_Branch_2_4 build.xml
  Log:
  make forums compile
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.25.2.1  +150 -146  jboss-portal/forums/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.25.2.1
  diff -u -b -r1.25 -r1.25.2.1
  --- build.xml	4 Aug 2006 21:14:26 -0000	1.25
  +++ build.xml	22 Aug 2006 17:08:41 -0000	1.25.2.1
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.25 2006/08/04 21:14:26 unibrew Exp $ -->
  +<!-- $Id: build.xml,v 1.25.2.1 2006/08/22 17:08:41 bdaw Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -78,22 +78,26 @@
   
         <!-- Configure modules -->
         <call target="configure-modules"/>
  +
  +      <!--Invoke portal-core-test-lib.jar packaging-->
  +      <ant antfile="../core/build.xml" output="output.log" dir="../core" inheritall="false" inheritrefs="false" target="package-tests"/>
  +
          <path id="dependentmodule.classpath">
           <path id="jboss.portal-core.classpath">
   	      <pathelement path="${jboss.portal-core.lib}/portal-core-lib.jar"/>
   	      <pathelement path="${jboss.portal-core.lib}/portal-core-test-lib.jar"/>
  -              <pathelement path="${jboss.portal-core.lib}/jboss-portlet-api-lib.jar" />
  +            <pathelement path="${jboss.portal-core.lib}/jboss-portlet-api-lib.jar"/>
           </path>
   	<path refid="jboss.portal-format.classpath"/>
   	<path refid="jboss.portal-common.classpath"/>
   	<path refid="jboss.portal-portlet.classpath"/>
   	<path refid="jboss.portal-server.classpath"/>
   	<path refid="jboss.portlet-api.classpath"/>
  -	<path refid="jboss.portal-identity.classpath" />
  +         <path refid="jboss.portal-identity.classpath"/>
   	<path refid="hibernate.hibernate.classpath"/>
  -	<path refid="jboss.portal-test.classpath" />
  -	<path refid="jboss.portal-security.classpath" />
  -        <path refid="jboss.portal-jems.classpath" />
  +         <path refid="jboss.portal-test.classpath"/>
  +         <path refid="jboss.portal-security.classpath"/>
  +         <path refid="jboss.portal-jems.classpath"/>
          </path>
   
         <!--+=======================================+-->
  @@ -127,13 +131,13 @@
     <target name="configure-hibernatedoclet">
       <path id="hibernatedoclet.task.classpath">
         <path refid="xdoclet.xdoclet.classpath"/>
  -      <path refid="apache.logging.classpath" />
  -      <path refid="apache.collections.classpath" />
  +         <path refid="apache.logging.classpath"/>
  +         <path refid="apache.collections.classpath"/>
       </path>
       <taskdef name="hibernatedoclet"
                classname="xdoclet.modules.hibernate.HibernateDocletTask"
                classpathref="hibernatedoclet.task.classpath"/>    
  -</target>
  +   </target>
   
   
      <!--+====================================================================+-->
  @@ -171,7 +175,7 @@
            name="hibernate-export">
   			<classpath>
   				<path refid="javac.classpath"/>
  -                                <path refid="apache.commons.classpath" />
  +            <path refid="apache.commons.classpath"/>
   				<pathelement location="${build.resources}/test"/>
   				<fileset dir="${build.lib}" includes="portal-forums-lib.jar"/>
   				<fileset dir="${jboss.home}/lib" includes="dom4j.jar,commons-logging.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list