Changeset 2311
- Timestamp:
- 08/06/09 10:23:30
- Files:
-
- branches/douglm/build.xml (modified) (1 diff)
- branches/douglm/build/quickstart/build.xml (modified) (2 diffs)
- branches/douglm/build/quickstart/run-activemq.xml (modified) (1 diff)
- branches/douglm/build/quickstart/run-inoutscheduler.xml (modified) (1 diff)
- branches/douglm/config/bwbuild/default/activemq.xml (added)
- branches/douglm/deployment/inoutsched (moved) (moved from branches/douglm/deployment/scheduler)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/douglm/build.xml
r2271 r2311 111 111 112 112 <target name="init" > 113 <!-- Overriding this when invoking ant allows different user property114 files to be included e.g.115 ant -Dorg.bedework.user.build.properties=/home/me/bedework.properties ...116 -->117 <property name="org.bedework.user.build.properties"118 location="${user.home}/bedework.build.properties" />119 120 113 <echo level="info" message="Load user properties from ${org.bedework.user.build.properties}" /> 121 114 branches/douglm/build/quickstart/build.xml
r2310 r2311 97 97 <property name="bedework.build.file" 98 98 location="${basedir}/bedework/build.xml" /> 99 <property name="org.bedework.user.build.properties"100 location="${user.home}/bedework.build.properties" />101 99 <dirname property="org.bedework.configuration.location" 102 100 file="${org.bedework.user.build.properties}" /> … … 108 106 109 107 <target name="run.init" depends="init" > 110 <property name="org.bedework.user.build.properties"111 location="${user.home}/bedework.build.properties" />112 113 108 <property name="org.bedework.appserver.dir" 114 109 location="${org.bedework.project.bedework}/../apache-tomcat-5.5.17" /> branches/douglm/build/quickstart/run-activemq.xml
r2291 r2311 20 20 location="${org.bedework.project.bedework}/../apache-activemq-5.2.0" /> 21 21 22 <!-- Copy our deployment into activemq configuration directory --> 23 <if> 24 <available file="${org.bedework.config.home}/activemq.xml" /> 25 <then> 26 <copy todir="${org.bedework.activemq.dir}/conf" 27 file="${org.bedework.config.home}/activemq.xml" /> 28 </then> 29 </if> 30 22 31 <path id="run.classpath"> 23 32 <fileset dir="${org.bedework.activemq.dir}/lib"> 24 33 <include name="*.jar"/> 25 34 </fileset> 26 <pathelement path="${org.bedework.activemq.dir}/conf"/>35 <pathelement path="${org.bedework.activemq.dir}/conf"/> 27 36 </path> 28 37 branches/douglm/build/quickstart/run-inoutscheduler.xml
r2310 r2311 18 18 </target> 19 19 20 <!-- The name "bwiosched" should come from the config or as a parameter --> 20 21 <target name="inoutscheduler.init" depends="run.init"> 21 22 <property name="org.bedework.inoutscheduler.dir" 22 location="${org.bedework.project.bedework}/dist/temp/shellscr/ scheduler" />23 location="${org.bedework.project.bedework}/dist/temp/shellscr/bwiosched" /> 23 24 24 25 <path id="run.classpath">
