Changeset 724

Show
Ignore:
Timestamp:
07/08/06 00:44:25
Author:
douglm
Message:

Move caldav test program and data into separate module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/bldfiles/defjars.properties

    r723 r724  
    157157org.bedework.caldavgoogle.jar=${org.bedework.temp.jars}/${org.bedework.caldavgoogle.jar.name} 
    158158 
     159org.bedework.caldavtest.jar.name=bwcaldavtest-${product.version}.jar 
     160org.bedework.caldavtest.jar=${org.bedework.temp.jars}/${org.bedework.caldavtest.jar.name} 
     161 
    159162org.bedework.calenv.jar.name=bwenv-${product.version}.jar 
    160163org.bedework.calenv.jar=${org.bedework.temp.jars}/${org.bedework.calenv.jar.name} 
  • trunk/calendar3/bldfiles/globalDefs.xml

    r723 r724  
    7878    <property name="org.bedework.caldavClientApi.base" 
    7979              location="${org.bedework.calendar.dir}/caldavClientApi" /> 
     80    <property name="org.bedework.caldavtest.base" 
     81              location="${org.bedework.calendar.dir}/caldavTest" /> 
    8082    <property name="org.bedework.calenv.base" location="${org.bedework.calendar.dir}/calEnv" /> 
    8183    <property name="org.bedework.calfacade.base" location="${org.bedework.calendar.dir}/calFacade" /> 
  • trunk/calendar3/build.xml

    r723 r724  
    9797                   bld.calsvci,bld.mail,bld.logging, 
    9898                   bld.calsvc,bld.appcommon,bld.uportal, 
    99                    bld.webadmin,bld.webclient, 
    100                    bld.synchml,bld.caldav,bld.caldavGoogle
     99                   bld.webadmin,bld.webclient,bld.synchml, 
     100                   bld.caldav,bld.caldavGoogle,bld.caldavTest
    101101                   bld.timers,build.tools, 
    102102                   bld.dumprestore, 
     
    386386  </target> 
    387387 
    388   <!-- ======================== caldavclientapi target ======================= 
    389        This builds the http-client classes jar. 
     388  <!-- ======================== caldav Targets ======================== 
    390389       ================================================================= --> 
    391390 
     
    394393          description="Build calendar caldav client api classes jar"> 
    395394      <ant antfile="${org.bedework.caldavClientApi.base}/build.xml" inheritrefs="true" 
     395           target="build" /> 
     396  </target> 
     397 
     398  <target name="bld.caldav" 
     399          depends="init,bld.davdefs,bld.appcommon" 
     400          description="Build calendar caldav suite"> 
     401    <ant antfile="${org.bedework.caldav.base}/build.xml" inheritrefs="true" 
     402           target="build" /> 
     403  </target> 
     404 
     405  <target name="bld.caldavGoogle" 
     406          depends="bld.caldav" 
     407          description="Build calendar caldav Google interface" 
     408          if="org.bedework.build.caldav.google"> 
     409    <ant antfile="${org.bedework.caldavgoogle.base}/build.xml" inheritrefs="true" 
     410           target="build" /> 
     411  </target> 
     412 
     413  <target name="bld.caldavTest" 
     414          depends="bld.caldav" 
     415          description="Build caldav test suite" > 
     416    <ant antfile="${org.bedework.caldavtest.base}/build.xml" inheritrefs="true" 
    396417           target="build" /> 
    397418  </target> 
     
    527548  </target> 
    528549 
    529   <!-- ======================== caldav Targets ======================== 
    530        ================================================================= --> 
    531  
    532   <target name="bld.caldav" 
    533           depends="init,bld.davdefs,bld.appcommon" 
    534           description="Build calendar caldav suite"> 
    535     <ant antfile="${org.bedework.caldav.base}/build.xml" inheritrefs="true" 
    536            target="build" /> 
    537   </target> 
    538  
    539   <target name="bld.caldavGoogle" 
    540           depends="bld.caldav" 
    541           description="Build calendar caldav Google interface" 
    542           if="org.bedework.build.caldav.google"> 
    543     <ant antfile="${org.bedework.caldavgoogle.base}/build.xml" inheritrefs="true" 
    544            target="build" /> 
    545   </target> 
    546  
    547550  <!-- ======================== config Target ======================== 
    548551       This builds the config and deploy application