Changeset 1968
- Timestamp:
- 11/14/08 01:39:17
- Files:
-
- trunk/build/buildsh.xml (modified) (1 diff)
- trunk/build/buildwar.xml (modified) (1 diff)
- trunk/build/quickstart/linux/install (modified) (2 diffs)
- trunk/deployment/appjars.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/buildsh.xml
r1944 r1968 72 72 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calcore}" /> 73 73 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calcorei}" /> 74 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calenv}" />75 74 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calfacade}" /> 76 75 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calsvc}" /> trunk/build/buildwar.xml
r1938 r1968 249 249 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calcore}" /> 250 250 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calcorei}" /> 251 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calenv}" />252 251 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calfacade}" /> 253 252 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calsvc}" /> trunk/build/quickstart/linux/install
r1953 r1968 80 80 echo "Pausing while the server starts" 81 81 82 sleep 1082 # sleep 10 83 83 84 84 echo "Getting directory information and creating entries" … … 87 87 DIRTOOL_CP=$libcache/commons-codec-1.3.jar:$libcache/log4j-1.2.8.jar 88 88 DIRTOOL_CP=$DIRTOOL_CP:$BEDEWORK_HOME/dist/bw-tools-3.5.jar 89 dirtool="$JAVA_HOME/bin/java -classpath $DIRTOOL_CP org.bedework.tools.directory.DirTool" 89 90 90 $JAVA_HOME/bin/java -classpath $DIRTOOL_CP org.bedework.tools.directory.DirTool -initSystem91 # $dirtool -initSystem 91 92 92 echo "Enter superuser account"93 93 superuser= 94 94 until [ "$superuser" != "" ] ; do 95 echo "Enter superuser account" 95 96 read superuser 97 98 if [ "$superuser" != "" ] ; then 99 $dirtool -userExists $superuser 100 dirstat=$? 101 echo "status is $dirstat" 102 if [ "$dirstat" != "0" ] ; then 103 echo "user $superuser does not exist" 104 superuser= 105 fi 106 fi 96 107 done 97 108 trunk/deployment/appjars.xml
r1951 r1968 239 239 240 240 <getJar lib="${org.bedework.app.lib}" 241 name="bw-calenv" version="3.5"242 projecthome="${project.home}/projects/calendarapi" />243 244 <getJar lib="${org.bedework.app.lib}"245 241 name="bw-calfacade" version="3.5" 246 242 projecthome="${project.home}/projects/calendarapi" />
