Changeset 14510 for greenstone3/branches/3-03/dist-resources/dist-build.xml
- Timestamp:
- 2007-09-11T11:35:03+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/branches/3-03/dist-resources/dist-build.xml
r13930 r14510 22 22 <!-- Create the binaries for windows distribution --> 23 23 <target name="prepare-windows" depends="init"> 24 <cvs command="checkout -P" package="gs2build" /> 24 <antcall target="checkout-gs2build"/> 25 <antcall target="unzip-windows-packages"/> 25 26 <antcall target="unzip-windows-packages"/> 26 27 <antcall target="checkout-winbin"/> … … 28 29 </target> 29 30 30 <target name="build-windows" depends="init"> 31 <antcall target="cvsupdate-distribution"/> 32 <cvs command="update -dP" package="winbin" /> 33 <antcall target="get-windows-binaries"/> 34 <antcall target="rename-gs2build-files-windows"/> 35 <antcall target="compile-gs2build"/> 36 <antcall target="compile-packages"/> 37 </target> 31 <target name="build-windows" depends="init"> 32 33 <antcall target="svnupdate-distribution"/> 34 <antcall target="update-winbin"/> 35 <antcall target="get-windows-binaries"/> 36 <antcall target="rename-gs2build-files-windows"/> 37 <antcall target="compile-gs2build"/> 38 <antcall target="compile-packages"/> 39 40 </target> 38 41 39 42 <!-- Create the binaries for Unix/Mac distributions --> 40 43 <target name="prepare-unix" depends="init"> 41 < cvs command="checkout -P" package="gs2build"/>42 < cvs command="checkout -P" packages="gli"/>44 <antcall target="checkout-gs2build"/> 45 <antcall target="checkout-gli"/> 43 46 </target> 44 47 45 48 <target name="update-unix" depends="init"> 46 <antcall target=" cvsupdate-distribution"/>49 <antcall target="svnupdate-distribution"/> 47 50 <antcall target="rename-gs2build-files-unix"/> 48 51 <antcall target="delete-windows-files"/> … … 60 63 greenstones (prepare-os targets) --> 61 64 <target name="create-distribution-1" depends="init" description="do all the initial downloading and setting up"> 62 < cvs command="export -D '1 second ago'" package="gs2build"/>63 < cvs command="export -D '1 second ago'" package="gli"/>65 <antcall target="checkout-gs2build"/> 66 <antcall target="checkout-gli"/> 64 67 <delete file="${gli.home}/gli.bat"/> 65 68 <delete file="${gli.home}/gli.sh"/> … … 173 176 174 177 <target name="create-source-distribution" depends="init"> 175 < cvs command="export -D '1 second ago'" package="gs2build"/>176 < cvs command="export -D '1 second ago'" package="gli"/>178 <antcall target="checkout-gs2build"/> 179 <antcall target="checkout-gli"/> 177 180 <delete file="${gli.home}/gli.bat"/> 178 181 <delete file="${gli.home}/gli.sh"/> … … 205 208 <!-- Supplementary targets --> 206 209 207 <target name=" cvsupdate-distribution" depends="init">208 <antcall target=" cvsupdate-packages"/>209 <antcall target=" cvsupdate-core"/>210 <antcall target=" cvsupdate-gs2build"/>211 <antcall target=" cvsupdate-web"/>210 <target name="svnupdate-distribution" depends="init"> 211 <antcall target="svnupdate-packages"/> 212 <antcall target="svnupdate-core"/> 213 <antcall target="svnupdate-gs2build"/> 214 <antcall target="svnupdate-web"/> 212 215 </target> 213 216 … … 343 346 </target> 344 347 345 <target name="create-changelog">348 <!-- <target name="create-changelog"> --> 346 349 <!-- generate greenstone 3 changelog --> 347 <exec executable="/home/nzdl/for-distributions/bin/script/cvs2cl.pl"350 <!-- <exec executable="/home/nzdl/for-distributions/bin/script/cvs2cl.pl" 348 351 dir="${basedir}"> 349 352 <arg value="-P"/> … … 358 361 <arg value="-I"/> 359 362 <arg value="gli/.*|gs2build/.*"/> 360 </exec> 363 </exec> --> 361 364 <!-- generate coll building change log --> 362 <exec executable="/home/nzdl/for-distributions/bin/script/cvs2cl.pl"365 <!-- <exec executable="/home/nzdl/for-distributions/bin/script/cvs2cl.pl" 363 366 dir="${basedir}"> 364 367 <arg value="-P"/> … … 374 377 <arg value="gs2build"/> 375 378 </exec> 376 </target> 379 </target> --> 380 381 377 382 <!-- new targets to go in distribution build.xml files --> 378 383
Note:
See TracChangeset
for help on using the changeset viewer.