Changeset 1122
- Timestamp:
- 12/08/06 01:25:51
- Files:
-
- trunk/build.xml (modified) (2 diffs)
- trunk/build/quickstart-build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r1121 r1122 290 290 <target name="clean.build.configured.debug" depends="clean,build.configured.debug"/> 291 291 292 <!-- ======================== javadoc target ======================= 293 ================================================================= --> 294 295 <target name="javadoc" depends="init" description="Generate javadoc"> 296 <ant antfile="${org.bedework.project.access}/build.xml" inheritall="false" 297 target="javadoc" /> 298 <ant antfile="${org.bedework.project.bwtools}/build.xml" inheritall="false" 299 target="javadoc" /> 300 <ant antfile="${org.bedework.project.caldav}/build.xml" inheritall="false" 301 target="javadoc" /> 302 <ant antfile="${org.bedework.project.caldavTest}/build.xml" inheritall="false" 303 target="javadoc" /> 304 <ant antfile="${org.bedework.project.calendarapi}/build.xml" inheritall="false" 305 target="javadoc" /> 306 <ant antfile="${org.bedework.project.davutil}/build.xml" inheritall="false" 307 target="javadoc" /> 308 <ant antfile="${org.bedework.project.dumprestore}/build.xml" inheritall="false" 309 target="javadoc" /> 310 <ant antfile="${org.bedework.project.freebusy}/build.xml" inheritall="false" 311 target="javadoc" /> 312 <ant antfile="${org.bedework.project.rpiutil}/build.xml" inheritall="false" 313 target="javadoc" /> 314 <ant antfile="${org.bedework.project.synchml}/build.xml" inheritall="false" 315 target="javadoc" /> 316 <ant antfile="${org.bedework.project.webapps}/build.xml" inheritall="false" 317 target="javadoc" /> 318 <ant antfile="${org.bedework.project.webdav}/build.xml" inheritall="false" 319 target="javadoc" /> 320 </target> 321 292 322 <!-- ================================================================= 293 323 Targets to build sub-projects and copy the results into dependent … … 703 733 </target> 704 734 705 <!-- ======================== javadoc target =======================706 ================================================================= -->707 708 <target name="javadoc" depends="init"709 description="Generate javadoc">710 <echo message="*************** Needs to do javadoc for all sub-projects and" />711 <echo message="*************** link them in some way." />712 </target>713 714 735 <!-- ============================================================================= 715 736 Update dependent project (target) from a project just built (this) trunk/build/quickstart-build.xml
r1105 r1122 179 179 <ant antfile="${bedework.build.file}" inheritrefs="true" 180 180 target="clean.build.configured.debug" /> 181 </target> 182 183 <!-- ================================================================= 184 The "javadoc" target builds javadocs for all projects 185 ================================================================= --> 186 187 <target name="javadoc" depends="init" 188 description="Build javadocs" > 189 <ant antfile="${bedework.build.file}" inheritrefs="true" 190 target="javadoc" /> 181 191 </target> 182 192
