source: main/trunk/release-kits/kits/rk3/installer/build.xml@ 32495

Last change on this file since 32495 was 32495, checked in by ak19, 6 years ago

Correcting path to openssl on darwin

File size: 18.6 KB
Line 
1<?xml version="1.0"?>
2<!--
3This is the build.xml run by AntInstaller for the installer
4-->
5<project name="Installation">
6
7 <!-- this is required to pick up the properties generated during the install pages -->
8 <property file="${basedir}/ant.install.properties"/>
9
10 <!-- custom tasks -->
11 <path id="project.classpath"><pathelement path="${antinstaller.jar}"/></path>
12
13 <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
14 <!--<typedef name="adduser" classname="org.greenstone.anttasks.AddGreenstone3UserToDatabase" classpathref="project.classpath"/>-->
15 <!-- if linux|mac -->
16 <taskdef name="sevenzip" classname="org.apache.tools.ant.SevenZip" classpathref="project.classpath"/>
17 <!-- /if -->
18 <!-- if windows -->
19 <taskdef name="shortcut" classname="com.orangevolt.tools.ant.Win32ShortcutTask" classpathref="project.classpath"/>
20 <taskdef name="winprops" classname="com.orangevolt.tools.ant.Win32PropertiesTask" classpathref="project.classpath"/>
21 <typedef name="getfreepath" classname="org.greenstone.anttasks.GetFreePath" classpathref="project.classpath"/>
22 <!-- /if -->
23
24 <!-- set some properties to keep track of the OS -->
25 <!-- if windows -->
26 <property name="rk.os" value="windows"/>
27 <property name="shell.name" value="windows"/>
28 <!-- /if -->
29 <!-- if linux -->
30 <property name="rk.os" value="linux"/>
31 <property name="shell.name" value="linux"/>
32 <!-- /if -->
33 <!-- if mac -->
34 <property name="rk.os" value="mac"/>
35 <property name="shell.name" value="darwin"/>
36 <!-- /if -->
37
38
39 <!-- create a local and strictly unix installDir String -->
40 <path id="installDir.path"><pathelement location="${installDir}"/></path>
41 <property name="installDir.local" refid="installDir.path"/>
42 <pathconvert targetos="unix" property="installDir.unix" refid="installDir.path"/>
43
44 <!-- if windows -->
45 <!-- load windows properties -->
46 <winprops/>
47 <!-- /if -->
48
49 <!-- determine if there is an existing installation in the installDir-->
50 <available file="${installDir}\installation.properties" property="is.overinstall"/>
51
52 <!-- work out whether a jre was bundled with this installer. If it was, then for a Mac, it would live in /tmp -->
53 <!-- if mac -->
54 <available file="/tmp/jre/bin" property="bundled.java.exists"/>
55 <property name="extracted.jre.path" location="/tmp/jre" relative="false" />
56 <!-- /if -->
57 <!-- if windows|linux -->
58 <available file="../jre/bin" property="bundled.java.exists"/>
59 <property name="extracted.jre.path" location="../jre" relative="true" basedir="${basedir}" />
60 <!-- /if -->
61
62 <!-- target to copy the bundled jre into place -->
63 <target name="Initialising" if="bundled.java.exists">
64 <mkdir dir="${installDir}"/>
65 <copy todir="${installDir}/packages/jre" failonerror="false">
66 <fileset dir="${extracted.jre.path}"/>
67 </copy>
68 <chmod dir="${installDir}/packages/jre/bin" includes="*" perm="775"/>
69 <!-- if mac -->
70 <chmod dir="${installDir}/packages/jre/lib" includes="**/*" perm="a+rx"/>
71 <!-- /if -->
72 </target>
73
74 <!-- target to load in the messages left by the last installation -->
75 <target name="Looking For Previous Installation" if="is.overinstall">
76 <property file="${installDir}\installation.properties"/>
77 <delete dir="${installed.startmenu.path}" failonerror="false"/>
78 </target>
79
80 <target name="Installing Core System">
81
82 <!-- rip out build.xml to the temp dir so we can fake and <antcall> with <ant> -->
83 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="build.xml"/></patternset></unzip>
84
85
86 <!-- if windows -->
87 <echo>Figuring out the start menu path</echo>
88 <getfreepath path="${win32.personal.programs_menu}\Greenstone-@version@" property="startmenu.path"/>
89 <path id="startmenu.path.path" path="${startmenu.path}"/>
90 <pathconvert targetos="unix" property="startmenu.path.unix" refid="startmenu.path.path"/>
91
92 <echo>Extracting 7za tool</echo>
93 <unzip src="${antinstaller.jar}" dest="${basedir}">
94 <patternset><include name="7za.exe"/></patternset>
95 </unzip>
96 <!-- /if -->
97
98 <echo>Extracting core component</echo>
99 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="core.lzma"/></patternset></unzip>
100 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x core.lzma"/></exec><!-- /if -->
101 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/core.lzma" output="${basedir}/core.comp"/><!-- /if -->
102 <delete file="core.lzma"/>
103 <unzip src="${basedir}/core.comp" dest="${installDir}"/>
104 <delete file="core.comp"/>
105
106 <echo>Setting binaries to executable</echo>
107 <chmod dir="${installDir}" includes="*.sh" perm="775"/>
108 <chmod dir="${installDir}/bin/script" includes="*" perm="775"/>
109 <chmod dir="${installDir}/bin" includes="*" perm="775"/>
110 <chmod dir="${installDir}/ext/solr/bin/script" includes="*" perm="775"/>
111 <chmod dir="${installDir}/web/WEB-INF/cgi/" includes="*.pl" perm="775"/>
112 <!-- if linux -->
113 <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
114 <chmod dir="${installDir}/gs2build/bin/linux/wv/bin" includes="*" perm="775"/>
115 <chmod dir="${installDir}/gs2build/bin/linux/xpdf-tools/bin" includes="*" perm="775"/>
116 <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/>
117 <chmod dir="${installDir}/bin/linux/openssl/bin" includes="*" perm="775"/>
118 <!-- /if -->
119 <!-- if mac -->
120 <chmod dir="${installDir}/gs2build/bin/darwin" includes="**/*" excludes="ghostscript/** imagemagick/**" perm="775"/>
121 <chmod dir="${installDir}/bin/darwin" includes="*" perm="775"/>
122 <chmod dir="${installDir}/bin/darwin/openssl/bin" includes="*" perm="775"/>
123 <!-- /if -->
124 <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
125 <!-- GLI START -->
126 <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
127 <!-- GLI END -->
128
129 <chmod file="${installDir}/packages/ant/bin/ant" perm="775"/>
130 <!--
131 source is not included for now
132 <chmod dir="${installDir}/gs2build" includes="**/configure" perm="775"/>
133 <chmod dir="${installDir}/gs2build/common-src/packages/gdbm/gdbm-1.8.3" includes="mkinstalldirs" perm="775"/>
134 <chmod file="${installDir}/src/packages/javagdbm/configure" perm="775"/>
135 -->
136
137
138 <echo>Correcting perl shebangs in perl scripts</echo>
139 <ant dir="${installDir}" antfile="build.xml" target="set-perl-shebangs" inheritAll="false">
140 <!-- if windows -->
141 <property name="perl.path" value="${installDir}\gs2build\bin\windows\perl\bin\"/>
142 <!-- /if -->
143 </ant>
144
145
146 <echo>Setting tomcat ports</echo>
147 <property name="tomcat.server" value="localhost"/>
148 <property name="tomcat.port" value="8383"/>
149 <property name="tomcat.shutdown.port" value="8305"/>
150 <rsr file="${installDir}/build.properties">
151 <job pattern="^(tomcat\.server[=:]).*" replacement="$1${tomcat.server}" />
152 <job pattern="^(tomcat\.port[=:]).*" replacement="$1${tomcat.port}" />
153 <job pattern="^(tomcat\.shutdown.port[=:]).*" replacement="$1${tomcat.shutdown.port}" />
154 </rsr>
155
156 <echo>Setting up global properties</echo>
157 <copy file="${installDir}/resources/web/global.properties.in" tofile="${installDir}/web/WEB-INF/classes/global.properties" overwrite="true"/>
158 <rsr file="${installDir}/web/WEB-INF/classes/global.properties">
159 <job pattern="^(gsdl3\.home[:=]).*" replacement="$1${installDir.unix}/web" />
160 <job pattern="^(tomcat.server[:=]).*" replacement="$1${tomcat.server}" />
161 <job pattern="^(tomcat\.port[:=]).*" replacement="$1${tomcat.port}" />
162 </rsr>
163
164 <echo>Setting up log4j properties</echo>
165 <copy file="${installDir}/resources/web/log4j.properties.in" tofile="${installDir}/web/WEB-INF/classes/log4j.properties" overwrite="true"/>
166 <rsr file="${installDir}/web/WEB-INF/classes/log4j.properties" pattern="@gsdl3home@" replacement="${installDir.unix}/web" />
167
168 <!-- if windows -->
169 <echo message="Setting GSDLHOME in gs2build\setup.bat"/>
170 <!-- No quotes around GSDLHOME filepath in setup.bat. since the set operations of batchfiles don't want spaces in their assignments, and where quotes are needed in setup.bat, setup.bat handles this itself -->
171 <rsr file="${installDir}/gs2build/setup.bat" pattern="&quot;?\*\*GSDLHOME\*\*&quot;?" replacement="${installDir.local}\gs2build" />
172 <!-- /if -->
173
174 <!-- if windows|linux -->
175 <echo>Deleting mac shortcuts</echo>
176 <delete dir="${installDir}/gs3-server.app"/>
177 <delete dir="${installDir}/gli.app"/>
178 <delete dir="${installDir}/client-gli.app"/>
179 <delete dir="${installDir}/gems.app"/>
180 <!-- /if -->
181
182 <!-- if mac -->
183 <echo>Installing Mac Shortcuts</echo>
184 <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />
185 <!-- need to give executable permissions to the Mac shortcuts -->
186 <chmod file="${installDir}/gs3-server.app/Contents/MacOS/gs2-server" perm="775"/><!--called gs2-server, since the gs3-server.app is a copy of the one generated for gs2-->
187 <chmod file="${installDir}/gli.app/Contents/MacOS/gli" perm="775"/>
188 <chmod file="${installDir}/client-gli.app/Contents/MacOS/client-gli" perm="775"/>
189 <chmod file="${installDir}/gems.app/Contents/MacOS/gems" perm="775"/>
190
191 <!--<chmod dir="${installDir}" includes="*.app" perm="755"/>
192 <chmod dir="${installDir}" includes="*.app/**/*" perm="755"/>-->
193
194 <!-- /if -->
195
196 <!-- GLI START -->
197 <echo>Creating the english dictionary</echo>
198 <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
199 <!-- GLI END -->
200
201 <echo>Creating usage.txt</echo>
202 <echo file="${installDir}/gs2build/etc/usage.txt"></echo>
203
204 <echo>Creating installation properties file</echo>
205 <echo file="${installDir}\installation.properties">installed.startmenu.path:${startmenu.path.unix}</echo>
206
207 <echo>Finished</echo>
208
209 </target>
210
211 <!-- Dummy target to redirect display of subtargets resulting from ant calls to the gen-mac-shortcuts
212 and set-perl-shebangs to this dummy target instead of to the Installing ImageMagick target below -->
213 <target name="Adjusting Permissions" />
214
215 <target name="Installing ImageMagick">
216
217 <echo>Installing ImageMagick</echo>
218 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="imagemagick.lzma"/></patternset></unzip>
219 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x imagemagick.lzma"/></exec><!-- /if -->
220 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/imagemagick.lzma" output="${basedir}/imagemagick.comp"/><!-- /if -->
221 <delete file="imagemagick.lzma"/>
222 <unzip src="${basedir}/imagemagick.comp" dest="${installDir}"/>
223 <delete file="imagemagick.comp"/>
224
225 <echo>Setting binaries to executable</echo>
226 <!-- if linux -->
227 <chmod dir="${installDir}/gs2build/bin/linux/imagemagick/bin" includes="*" perm="775"/>
228 <!-- /if -->
229 <!-- if mac -->
230 <chmod dir="${installDir}/gs2build/bin/darwin/imagemagick/bin" includes="*" perm="775"/>
231 <!-- /if -->
232
233 </target>
234
235 <!-- NO FLAX START -->
236
237 <target name="Installing Ghostscript">
238
239 <echo>Installing Ghostscript</echo>
240 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="ghostscript.lzma"/></patternset></unzip>
241 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x ghostscript.lzma"/></exec><!-- /if -->
242 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/ghostscript.lzma" output="${basedir}/ghostscript.comp"/><!-- /if -->
243 <delete file="ghostscript.lzma"/>
244 <unzip src="${basedir}/ghostscript.comp" dest="${installDir}"/>
245 <delete file="ghostscript.comp"/>
246
247 <echo>Setting binaries to executable</echo>
248 <!-- if linux -->
249 <chmod dir="${installDir}/gs2build/bin/linux/ghostscript/bin" includes="*" perm="775"/>
250 <!-- /if -->
251 <!-- if mac -->
252 <chmod dir="${installDir}/gs2build/bin/darwin/ghostscript/bin" includes="*" perm="775"/>
253 <!-- /if -->
254
255 </target>
256
257 <!-- NO FLAX END -->
258
259 <!-- start amp -->
260
261 <target name="Installing AMP">
262 <echo>Installing Apache, MySQL and PHP</echo>
263 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="amp.lzma"/></patternset></unzip>
264 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x amp.lzma"/></exec><!-- /if -->
265 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/amp.lzma" output="${basedir}/amp.comp"/><!-- /if -->
266 <delete file="amp.lzma"/>
267 <unzip src="${basedir}/amp.comp" dest="${installDir}/ext/amp"/>
268 <delete file="amp.comp"/>
269
270 <!-- if linux|mac -->
271 <echo>Setting binaries to executable</echo>
272 <chmod dir="${installDir}/ext/amp" includes="*" perm="775"/>
273 <!-- /if -->
274 </target>
275
276 <!-- end amp -->
277
278 <target name="Installing Tomcat">
279
280 <echo>Installing Tomcat (packages/tomcat)</echo>
281 <mkdir dir="packages"/>
282 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="tomcat.lzma"/></patternset></unzip>
283 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x tomcat.lzma"/></exec><!-- /if -->
284 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/tomcat.lzma" output="${basedir}/tomcat.comp"/><!-- /if -->
285 <delete file="tomcat.lzma"/>
286 <unzip src="${basedir}/tomcat.comp" dest="${installDir}"/>
287 <delete file="tomcat.comp"/>
288
289
290 <echo>Changing tomcat ports tomcat's server.xml</echo>
291 <copy file="${installDir}/resources/tomcat/server_tomcat7.xml.in" tofile="${installDir}/packages/tomcat/conf/server.xml" overwrite="true"/>
292 <rsr file="${installDir}/packages/tomcat/conf/server.xml">
293 <job pattern="@port@" replacement="${tomcat.port}"/>
294 <job pattern="@shutdown-port@" replacement="${tomcat.shutdown.port}"/>
295 </rsr>
296
297 <echo>Copying greenstone3.xml to tomcat directory</echo>
298 <copy file="${installDir}/resources/tomcat/greenstone3.xml.in" tofile="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" overwrite="true"/>
299 <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="@gsdl3webhome@" replacement="${installDir.local}${file.separator}web" />
300 <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="@privilegedattribute@" replacement="privileged='true'" />
301
302 <!-- FLAX START -->
303 <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="localsite" replacement="flax" />
304 <!-- FLAX END -->
305
306 <echo>Set binaries to executable</echo>
307 <chmod dir="${installDir}/packages/tomcat/bin" includes="*.sh" perm="775"/>
308
309 </target>
310
311 <target name="Installing Start Menu Shortcuts">
312
313 <echo>Installing Start Menu Shortcuts</echo>
314
315 <!-- NO FLAX START -->
316
317 <mkdir dir="${startmenu.path}\Documentation"/>
318
319 <shortcut
320 file="${startmenu.path}\Greenstone3 Server.lnk"
321 execute="${installDir}\gs3-server.bat"
322 workingDirectory="${installDir}"
323 iconFile="${installDir}\resources\images\server.ico"
324 iconIndex="0" />
325
326 <shortcut
327 file="${startmenu.path}\Greenstone Librarian Interface (GLI).lnk"
328 execute="${installDir}\gli\gli.bat"
329 workingDirectory="${installDir}\gli"
330 iconFile="${installDir}\resources\images\librarian.ico"
331 iconIndex="0" />
332
333 <shortcut
334 file="${startmenu.path}\Remote Greenstone Librarian Interface (Client GLI).lnk"
335 execute="${installDir}\gli\client-gli.bat"
336 workingDirectory="${installDir}\gli"
337 iconFile="${installDir}\resources\images\clientgli.ico"
338 iconIndex="0" />
339
340 <shortcut
341 file="${startmenu.path}\Greenstone Editor for Metadata Sets (GEMS).lnk"
342 execute="${installDir}\gli\gems.bat"
343 workingDirectory="${installDir}\gli"
344 iconFile="${installDir}\resources\images\metadata.ico"
345 iconIndex="0" />
346
347 <shortcut
348 file="${startmenu.path}\Uninstall.lnk"
349 execute="${installDir}\uninstall\Uninstall.bat"
350 workingDirectory="${installDir}"
351 iconFile="${installDir}\resources\images\uninstall.ico"
352 iconIndex="0" />
353
354 <shortcut
355 file="${startmenu.path}\Documentation\README.lnk"
356 execute="${installDir}\README.txt" />
357
358 <shortcut
359 file="${startmenu.path}\Documentation\Greenstone3 Users' Guide.lnk"
360 execute="${installDir}\documentation\manual\manual.pdf" />
361
362 <shortcut
363 file="${startmenu.path}\Documentation\Greenstone2 Users' Guide.lnk"
364 execute="${installDir}\documentation\manual\gs2_user_en.pdf" />
365
366 <shortcut
367 file="${startmenu.path}\Documentation\Greenstone Wiki.url"
368 url="http://wiki.greenstone.org" />
369
370 <shortcut
371 file="${startmenu.path}\Documentation\Greenstone Website.url"
372 url="http://www.greenstone.org" />
373
374 <!-- NO FLAX END -->
375
376 <!-- FLAX START -->
377
378 <shortcut
379 file="${startmenu.path}\Start FLAX Server.lnk"
380 execute="${installDir}\gs3-server.bat"
381 workingDirectory="${installDir}"
382 iconFile="${installDir}\resources\images\server.ico"
383 iconIndex="0" />
384
385 <shortcut
386 file="${startmenu.path}\Uninstall.lnk"
387 execute="${installDir}\uninstall\Uninstall.bat"
388 workingDirectory="${installDir}"
389 iconFile="${installDir}\resources\images\uninstall.ico"
390 iconIndex="0" />
391
392 <!-- FLAX END -->
393 </target>
394
395 <target name="Configuring Administration Pages" if="set.admin.pwd">
396 <echo>Enabling Admin Pages</echo>
397 <rsr file="${installDir}/web/sites/localsite/siteConfig.xml" pattern="&lt;!--&lt;serviceRack name='Authentication'/&gt;--&gt;" replacement="&lt;serviceRack name='Authentication'/&gt;"/>
398 <echo>Creating admin user</echo>
399 <!--<echo>Creating admin and demo users</echo>-->
400 <ant dir="${installDir}" antfile="build.xml" target="config-admin" inheritAll="false">
401 <property name="admin.password" value="${admin.password}"/>
402 </ant>
403 <!--<adduser txt2db="org.greenstone.gsdl3.util.ChangePwdUsersDB"
404 usersDb="${installDir}/web/sites/localsite/etc/usersDB"
405 username="admin"
406 password="${admin.password}"
407 groups="administrator,colbuilder,all-collections-editor"
408 comment="created at install time"
409 email=""/>
410 <adduser
411 txt2db="org.greenstone.gsdl3.util.ChangePwdUsersDB"
412 usersDb="${installDir}/web/sites/localsite/etc/usersDB"
413 username="demo"
414 password="demo"
415 groups="demo"
416 comment="Dummy 'demo' user with password 'demo' for authen-e collection"
417 email=""/>-->
418 </target>
419
420 <!-- util target to extract the given component -->
421 <!-- pass in ${component.name} as a param -->
422 <!-- unused at this time as causes display errors in installer gui!
423 <target name="extract-component">
424 <!- - extract the component into place - ->
425 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="${component.name}.lzma"/></patternset></unzip>
426 <!- - if windows - ->
427 <exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x ${component.name}.lzma"/></exec>
428 <!- - /if - ->
429 <!- - if linux|mac - ->
430 <sevenzip task="decode" input="${basedir}/${component.name}.lzma" output="${basedir}/${component.name}.comp"/>
431 <!- - /if - ->
432 <delete file="${component.name}.lzma"/>
433 <unzip src="${basedir}/${component.name}.comp" dest="${installDir}"/>
434 <delete file="${component.name}.comp"/>
435 </target>
436 -->
437
438</project>
Note: See TracBrowser for help on using the repository browser.