Changeset 2025
- Timestamp:
- 01/16/09 11:48:11
- Files:
-
- trunk/build.xml (modified) (1 diff)
- trunk/build/quickstart/antlib/log4j-1.2.8.jar (added)
- trunk/build/quickstart/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r2024 r2025 704 704 705 705 <!-- ================================================================= 706 Build and run the cmdline utility 707 ================================================================= --> 708 709 <target name="cmdutil" depends="init" 710 description="run the cmdline utility"> 711 <antfetch antfile="${org.bedework.project.bwtools}/build.xml" inheritall="false" 712 inheritrefs="true" 713 target="cmdutil" 714 return="org.bedework.cmdutil.status" > 715 <propertyset> 716 <propertyref prefix="org.bedework.global."/> 717 <propertyref prefix="org.bedework.config.options"/> 718 <propertyref prefix="org.bedework.project.bedework"/> 719 <propertyref prefix="org.bedework.project.calendarapi"/> 720 </propertyset> 721 </antfetch> 722 </target> 723 724 <!-- ================================================================= 706 725 Build and run the unit test suite 707 726 ================================================================= --> trunk/build/quickstart/build.xml
r2024 r2025 208 208 <ant antfile="${bedework.build.file}" inheritrefs="true" 209 209 target="clean.build.configured.debug" /> 210 </target> 211 212 <!-- ================================================================= 213 Build and run the cmdline utility 214 ================================================================= --> 215 216 <target name="cmdutil" depends="init" 217 description="run the cmdline utility"> 218 <antfetch antfile="${bedework.build.file}" inheritall="true" 219 target="cmdutil" 220 return="org.bedework.cmdutil.status" > 221 </antfetch> 210 222 </target> 211 223
