Changeset 37382
- Timestamp:
- 2023-03-02T17:09:25+13:00 (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/kits/rk3/ant-scripts/mojave-compile.xml
r35526 r37382 2 2 <project name="rk3-compile"> 3 3 4 4 5 <target name="compile"> 5 6 6 <!-- checkout greenstone3 --> 7 7 <exec executable="svn"> 8 <arg value="checkout"/> 9 <arg value="${svn.root}/main/${branch.path}/greenstone3"/> 10 <arg value="compiled"/> 11 <arg value="-r"/><arg value="${branch.revision}"/> 8 <arg line="${global-svn-args}"/> 9 <arg value="checkout"/> 10 <arg value="${svn.root}/main/${branch.path}/greenstone3"/> 11 <arg value="compiled"/> 12 <arg value="-r"/><arg value="${branch.revision}"/> 12 13 </exec> 13 14 … … 51 52 <propertyset refid="forward.properties"/> 52 53 <property name="properties.accepted" value="true"/> 54 <property name="global-svn-args" value="${global-svn-args}"/> 53 55 </ant> 54 56 … … 76 78 <echo>EXPORTING GNOME LIB EXTENSION</echo> 77 79 <exec executable="svn"> 80 <arg line="${global-svn-args}"/> 78 81 <arg value="export"/> 79 82 <arg value="${svn.root}/gs2-extensions/gnome-lib/trunk/gnome-lib-minimal-${specific.os.type}${arch}${extension-x64}.tar.gz"/> … … 103 106 <property name="properties.accepted" value="true"/> 104 107 <property name="properties.keep.src" value="${keep.src}"/> 108 <property name="global-svn-args" value="${global-svn-args}"/> 105 109 </ant> 106 110 … … 164 168 165 169 <!-- insert ant --> 166 <property name="insert.ant.version" value="1. 8.2"/>170 <property name="insert.ant.version" value="1.9.13"/> <!-- value="1.8.2" --> 167 171 <mkdir dir="compiled/packages"/> 168 172 <!--<get src="http://www.greenstone.org/gs3files/apache-ant-${insert.ant.version}-bin.tar.gz" dest="compiled/packages/apache-ant-${insert.ant.version}-bin.tar.gz"/>--> … … 186 190 <!--<unzip src="${rk.home}/shared/windows/perl.zip" dest="compiled/gs2build/bin/windows"/>--> 187 191 <exec executable="svn" dir="compiled/gs2build/bin/windows"> 192 <arg line="${global-svn-args}"/> 188 193 <arg value="export"/> 189 194 <arg value="${svn.root}/main/trunk/release-kits/shared/windows/perl.zip"/> … … 224 229 225 230 <exec executable="svn"> 226 <arg value="export"/> 231 <arg line="${global-svn-args}"/> 232 <arg value="export"/> 227 233 <arg value="${svn.root}/gs2-extensions/imagemagick/trunk/imagemagick-linux${extension-x64}.tar.gz"/> 228 234 <arg value="compiled/ext/imagemagick-linux${extension-x64}.tar.gz"/> … … 241 247 <!--<delete dir="compiled/gs2build/bin/linux/imagemagick"/> 242 248 <exec executable="svn"> 249 <arg line="${global-svn-args}"/> 243 250 <arg value="export"/> 244 251 <arg value="${svn.root}/main/${branch.path}/binaries/linux/imagemagick"/> … … 249 256 <delete dir="compiled/gs2build/bin/linux/wv"/> 250 257 <exec executable="svn"> 258 <arg line="${global-svn-args}"/> 251 259 <arg value="export"/> 252 260 <arg value="${svn.root}/main/${branch.path}/binaries/linux/wv"/> … … 259 267 <delete dir="compiled/gs2build/bin/darwin/imagemagick"/> 260 268 <exec executable="svn"> 269 <arg line="${global-svn-args}"/> 261 270 <arg value="export"/> 262 271 <arg value="${svn.root}/gs2-extensions/imagemagick/trunk/imagemagick-darwin-10.11.tar.gz"/> … … 273 282 <delete dir="compiled/ext/imagemagick"/> 274 283 275 <!-- 284 <!--<exec executable="svn"> 285 <arg line="${global-svn-args}"/> 286 <arg value="export"/> 287 <arg value="${svn.root}/gs2-extensions/imagemagick/trunk/imagemagick-darwin-10.5.tar.gz"/> 288 <arg value="compiled/ext/imagemagick-darwin-10.5.tar.gz"/> 289 </exec> 290 291 <exec executable="tar" dir="compiled/ext"> 292 <arg value="xvzf"/> 293 <arg value="imagemagick-darwin-10.5.tar.gz"/> 294 </exec> 295 <delete file="compiled/ext/imagemagick-darwin-10.5.tar.gz"/> 296 <move todir="compiled/gs2build/bin/darwin/imagemagick"> 297 <fileset dir="compiled/ext/imagemagick/darwin"/> 298 </move> 299 <delete dir="compiled/ext/imagemagick"/>--> 300 301 <!-- 276 302 <delete dir="compiled/gs2build/bin/darwin/imagemagick"/> 277 303 <exec executable="svn"> 304 <arg line="${global-svn-args}"/> 278 305 <arg value="export"/> 279 306 <arg value="${svn.root}/main/${branch.path}/binaries/mac/intel/imagemagick"/> … … 285 312 <delete dir="compiled/gs2build/bin/darwin/ghostscript"/> 286 313 <exec executable="svn"> 314 <arg line="${global-svn-args}"/> 287 315 <arg value="export"/> 288 316 <arg value="${svn.root}/main/${branch.path}/binaries/mac/intel/ghostscript"/> … … 301 329 <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/> 302 330 <env key="GSDLOS" value="windows"/> 331 <env key="PERL_PERTURB_KEYS" value="0"/> 332 <env key="PERL_HASH_SEED" value="0"/> 303 333 <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/gs2build/bin/windows;${basedir}/compiled/gs2build/bin/script;${env.PATH}"/> 304 334 </exec> … … 311 341 <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/> 312 342 <env key="GSDLOS" value="windows"/> 343 <env key="PERL_PERTURB_KEYS" value="0"/> 344 <env key="PERL_HASH_SEED" value="0"/> 313 345 <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/gs2build/bin/windows;${basedir}/compiled/gs2build/bin/script;${env.PATH}"/> 314 346 </exec>
Note:
See TracChangeset
for help on using the changeset viewer.