Changeset 1914

Show
Ignore:
Timestamp:
08/09/08 00:42:18
Author:
douglm
Message:

Break up the buildfile into a few chunks, hsql, tomcat and new directory stuff.

Add more code to manipulate an ldap directory - some code to initialise a new directory and add the initial ous and accounts.

Files:

Legend:

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

    r1895 r1914  
    687687 
    688688  <!-- ================================================================= 
     689       Build and run the directory tools 
     690       ================================================================= --> 
     691 
     692  <target name="initDir" depends="init" 
     693          description="Build and run directory init"> 
     694    <ant antfile="${org.bedework.project.bwtools}/build.xml" inheritall="false" 
     695           target="initDir" /> 
     696  </target> 
     697 
     698  <!-- ================================================================= 
    689699       Build and run the unit test suite 
    690700       ================================================================= --> 
  • trunk/build/bw

    r1908 r1914  
    99echo "" 
    1010echo "  Bedework Calendar System" 
    11 ECHO "  ------------------------" 
    12 ECHO "" 
     11echo "  ------------------------" 
     12echo "" 
    1313 
    1414PRG="$0" 
  • trunk/config/bwbuild/default/cal.properties

    r1899 r1914  
    132132# ------------------------------------------------------------------------ 
    133133# 
     134 
     135# 
     136# ------------------------------------------------------------------------ 
     137# directory defs 
     138# ------------------------------------------------------------------------ 
     139 
     140org.bedework.directory.dir=${org.bedework.project.bedework}/../apacheds-1.5.3-fixed 
     141 
    134142# ------------------------------------------------------------------------ 
    135143# hsqldb defs 
  • trunk/config/configs/democal.properties

    r1803 r1914  
    132132# ------------------------------------------------------------------------ 
    133133# 
     134 
     135# ------------------------------------------------------------------------ 
     136# directory defs 
     137# ------------------------------------------------------------------------ 
     138 
     139org.bedework.directory.dir=${org.bedework.project.bedework}/../apacheds-1.5.3-fixed 
     140 
    134141# ------------------------------------------------------------------------ 
    135142# hsqldb defs