Changeset 2791

Show
Ignore:
Timestamp:
02/21/10 21:35:54
Author:
douglm
Message:

Restore of data will now disable the indexer then do a full reindex after the restore

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.xml

    r2770 r2791  
    206206                                build.access,build.davutil, 
    207207                                build.webdav,build.caldav, 
    208                                 build.calendarapi,build.dumprestore, 
     208                                build.calendarapi, 
    209209                                build.caldavTest,build.caldavimpl, 
    210210                                build.bwtools,build.webapps,build.indexer, 
     211                                build.dumprestore, 
    211212                                build.testsuite,build.deployutil" 
    212213          description="builds the project"> 
     
    220221  <target name="clean" depends="init,clean.rpiutil, 
    221222                                clean.access,clean.davutil, 
    222                                 clean.calendarapi,clean.dumprestore, 
     223                                clean.calendarapi, 
    223224                                clean.webdav,clean.caldav,clean.caldavTest, 
    224225                                clean.caldavimpl, 
    225226                                clean.bwtools,clean.webapps,clean.indexer, 
    226                                 clean.testsuite" 
     227                              clean.dumprestore,clean.testsuite" 
    227228          description="Remove all generated files."> 
    228229    <delete dir="${dist.home}" /> 
     
    232233  <target name="quickstart-clean" depends="init,clean.rpiutil, 
    233234                                           clean.access,clean.davutil, 
    234                                            clean.calendarapi,clean.dumprestore, 
     235                                           clean.calendarapi, 
    235236                                           clean.webdav,clean.caldav,clean.caldavTest, 
    236237                                           clean.caldavimpl, 
    237238                                           clean.bwtools,clean.webapps,clean.indexer, 
    238                                            clean.testsuite" 
     239                                              clean.dumprestore,clean.testsuite" 
    239240          description="partial clean up for quickstart."> 
    240241    <delete dir="${bin.home}" /> 
  • trunk/config/bwbuild/jboss/cal.properties

    r2787 r2791  
    1818# Define the names of the applications we want to build 
    1919org.bedework.install.app.names=CalAdmin,EventSubmit,Events,Feeder,\ 
    20  SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,dumpres,indexer,\ 
     20 SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,indexer,dumpres,\ 
    2121 sysevlog,iosched,monitor 
    2222 
  • trunk/deployment/dumprestore/shellscr/appjars.xml

    r2618 r2791  
    1717      <getJar lib="${org.bedework.temp.extrajars.dir}" 
    1818              libcache="${org.bedework.libcache.dir}" 
     19              name="bw-indexer" version="3.6" 
     20              projecthome="${bw.project.home}/projects/indexer" /> 
     21 
     22      <getJar lib="${org.bedework.temp.extrajars.dir}" 
     23              libcache="${org.bedework.libcache.dir}" 
    1924              name="bw-dumpres" version="3.6" 
    2025              projecthome="${bw.project.home}/projects/dumprestore" />