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

Last change on this file since 28940 was 28940, checked in by ak19, 10 years ago

global.properties.in and log4j.properties.in have now been moved to resources/web

File size: 16.5 KB
RevLine 
[14982]1<?xml version="1.0"?>
2<!--
3This is the build.xml run by AntInstaller for the installer
4-->
[15205]5<project name="Installation">
[14982]6
7 <!-- this is required to pick up the properties generated during the install pages -->
8 <property file="${basedir}/ant.install.properties"/>
9
[19935]10 <!-- custom tasks -->
11 <path id="project.classpath"><pathelement path="${antinstaller.jar}"/></path>
[14982]12
[24437]13 <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
[25329]14 <!--<typedef name="adduser" classname="org.greenstone.anttasks.AddGreenstone3UserToDatabase" classpathref="project.classpath"/>-->
[19959]15 <!-- if linux|mac -->
[17468]16 <taskdef name="sevenzip" classname="org.apache.tools.ant.SevenZip" classpathref="project.classpath"/>
[19959]17 <!-- /if -->
[19935]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 -->
[24437]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
[14982]38
[19935]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"/>
[14982]43
[19935]44 <!-- if windows -->
45 <!-- load windows properties -->
46 <winprops/>
47 <!-- /if -->
48
49 <!-- work out whether a jre is bundled with this installer -->
[20306]50 <available file="../jre/bin" property="bundled.java.exists"/>
[19935]51
52 <!-- determine if there is an existing installation in the installDir-->
53 <available file="${installDir}\installation.properties" property="is.overinstall"/>
54
55 <!-- target to copy the bundled jre into place -->
[17765]56 <target name="Initialising" if="bundled.java.exists">
[17754]57 <mkdir dir="${installDir}"/>
58 <copy todir="${installDir}/packages/jre" failonerror="false">
[19935]59 <fileset dir="../jre"/>
[17754]60 </copy>
61 <chmod dir="${installDir}/packages/jre/bin" includes="*" perm="775"/>
62 </target>
63
[19935]64 <!-- target to load in the messages left by the last installation -->
65 <target name="Looking For Previous Installation" if="is.overinstall">
66 <property file="${installDir}\installation.properties"/>
67 <delete dir="${installed.startmenu.path}" failonerror="false"/>
68 </target>
69
[17764]70 <target name="Installing Core System">
[17754]71
[19935]72 <!-- rip out build.xml to the temp dir so we can fake and <antcall> with <ant> -->
73 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="build.xml"/></patternset></unzip>
[14982]74
75
[19935]76 <!-- if windows -->
77 <echo>Figuring out the start menu path</echo>
78 <getfreepath path="${win32.personal.programs_menu}\Greenstone-@version@" property="startmenu.path"/>
79 <path id="startmenu.path.path" path="${startmenu.path}"/>
80 <pathconvert targetos="unix" property="startmenu.path.unix" refid="startmenu.path.path"/>
81
82 <echo>Extracting 7za tool</echo>
83 <unzip src="${antinstaller.jar}" dest="${basedir}">
84 <patternset><include name="7za.exe"/></patternset>
85 </unzip>
86 <!-- /if -->
87
88 <echo>Extracting core component</echo>
[20190]89 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="core.lzma"/></patternset></unzip>
90 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x core.lzma"/></exec><!-- /if -->
91 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/core.lzma" output="${basedir}/core.comp"/><!-- /if -->
92 <delete file="core.lzma"/>
93 <unzip src="${basedir}/core.comp" dest="${installDir}"/>
94 <delete file="core.comp"/>
[19935]95
96 <echo>Setting binaries to executable</echo>
[14982]97 <chmod dir="${installDir}" includes="*.sh" perm="775"/>
98 <chmod dir="${installDir}/bin/script" includes="*" perm="775"/>
[15142]99 <chmod dir="${installDir}/bin" includes="*" perm="775"/>
[19935]100 <!-- if linux -->
[14982]101 <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
[25447]102 <chmod dir="${installDir}/gs2build/bin/linux/wv/bin" includes="*" perm="775"/>
[19935]103 <!-- /if -->
104 <!-- if mac -->
[25956]105 <chmod dir="${installDir}/gs2build/bin/darwin" includes="**/*" excludes="ghostscript/** imagemagick/**" perm="775"/>
[19935]106 <!-- /if -->
[14982]107 <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
[23816]108 <!-- GLI START -->
[14982]109 <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
[23816]110 <!-- GLI END -->
111
[25080]112 <chmod file="${installDir}/packages/ant/bin/ant" perm="775"/>
[19964]113 <!--
114 source is not included for now
[19953]115 <chmod dir="${installDir}/gs2build" includes="**/configure" perm="775"/>
116 <chmod dir="${installDir}/gs2build/common-src/packages/gdbm/gdbm-1.8.3" includes="mkinstalldirs" perm="775"/>
[19964]117 <chmod file="${installDir}/src/packages/javagdbm/configure" perm="775"/>
118 -->
[27335]119
[14982]120
[27335]121 <echo>Correcting perl shebangs in perl scripts</echo>
[27485]122 <ant dir="${installDir}" antfile="build.xml" target="set-perl-shebangs" inheritAll="false" />
[27335]123
[27485]124
[26077]125 <echo>Setting tomcat ports</echo>
126 <property name="tomcat.server" value="localhost"/>
127 <property name="tomcat.port" value="8383"/>
128 <property name="tomcat.shutdown.port" value="8305"/>
[21847]129 <rsr file="${installDir}/build.properties">
130 <job pattern="^(tomcat\.server[=:]).*" replacement="$1${tomcat.server}" />
131 <job pattern="^(tomcat\.port[=:]).*" replacement="$1${tomcat.port}" />
132 <job pattern="^(tomcat\.shutdown.port[=:]).*" replacement="$1${tomcat.shutdown.port}" />
133 </rsr>
[14982]134
[17123]135 <echo>Setting up global properties</echo>
[28940]136 <copy file="${installDir}/resources/web/global.properties.in" tofile="${installDir}/web/WEB-INF/classes/global.properties" overwrite="true"/>
[19935]137 <rsr file="${installDir}/web/WEB-INF/classes/global.properties">
[21847]138 <job pattern="^(gsdl3\.home[:=]).*" replacement="$1${installDir.unix}/web" />
139 <job pattern="^(tomcat.server[:=]).*" replacement="$1${tomcat.server}" />
140 <job pattern="^(tomcat\.port[:=]).*" replacement="$1${tomcat.port}" />
[19935]141 </rsr>
[14982]142
[17123]143 <echo>Setting up log4j properties</echo>
[28940]144 <copy file="${installDir}/resources/web/log4j.properties.in" tofile="${installDir}/web/WEB-INF/classes/log4j.properties" overwrite="true"/>
[19955]145 <rsr file="${installDir}/web/WEB-INF/classes/log4j.properties" pattern="@gsdl3home@" replacement="${installDir.unix}/web" />
[14982]146
[19935]147 <!-- if windows -->
148 <echo message="Setting GSDLHOME in gs2build\setup.bat"/>
[21890]149 <!-- 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 -->
150 <rsr file="${installDir}/gs2build/setup.bat" pattern="&quot;?\*\*GSDLHOME\*\*&quot;?" replacement="${installDir.local}\gs2build" />
[19935]151 <!-- /if -->
152
[27391]153 <!-- if mac -->
154 <echo>Installing Mac Shortcuts</echo>
[27451]155 <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />
156 <!-- need to give executable permissions to the Mac shortcuts -->
[27464]157 <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-->
158 <chmod file="${installDir}/gli.app/Contents/MacOS/gli" perm="775"/>
159 <chmod file="${installDir}/client-gli.app/Contents/MacOS/client-gli" perm="775"/>
160 <chmod file="${installDir}/gems.app" perm="775"/>
[27391]161 <!-- /if -->
162
[23816]163 <!-- GLI START -->
[18980]164 <echo>Creating the english dictionary</echo>
165 <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
[23816]166 <!-- GLI END -->
[18980]167
[19935]168 <echo>Creating usage.txt</echo>
[17814]169 <echo file="${installDir}/gs2build/etc/usage.txt"></echo>
170
[17257]171 <echo>Creating installation properties file</echo>
[19935]172 <echo file="${installDir}\installation.properties">installed.startmenu.path:${startmenu.path.unix}</echo>
[17257]173
[17123]174 <echo>Finished</echo>
[15142]175
[14982]176 </target>
177
[17646]178 <target name="Installing ImageMagick">
[19935]179
[17646]180 <echo>Installing ImageMagick</echo>
[20190]181 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="imagemagick.lzma"/></patternset></unzip>
182 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x imagemagick.lzma"/></exec><!-- /if -->
183 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/imagemagick.lzma" output="${basedir}/imagemagick.comp"/><!-- /if -->
184 <delete file="imagemagick.lzma"/>
185 <unzip src="${basedir}/imagemagick.comp" dest="${installDir}"/>
186 <delete file="imagemagick.comp"/>
[19935]187
188 <echo>Setting binaries to executable</echo>
189 <!-- if linux -->
[17699]190 <chmod dir="${installDir}/gs2build/bin/linux/imagemagick/bin" includes="*" perm="775"/>
[19935]191 <!-- /if -->
192 <!-- if mac -->
193 <chmod dir="${installDir}/gs2build/bin/darwin/imagemagick/bin" includes="*" perm="775"/>
194 <!-- /if -->
195
[14982]196 </target>
197
[23843]198 <!-- NO FLAX START -->
199
[19935]200 <target name="Installing Ghostscript">
[17646]201
[19935]202 <echo>Installing Ghostscript</echo>
[20190]203 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="ghostscript.lzma"/></patternset></unzip>
204 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x ghostscript.lzma"/></exec><!-- /if -->
205 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/ghostscript.lzma" output="${basedir}/ghostscript.comp"/><!-- /if -->
206 <delete file="ghostscript.lzma"/>
207 <unzip src="${basedir}/ghostscript.comp" dest="${installDir}"/>
208 <delete file="ghostscript.comp"/>
[19935]209
210 <echo>Setting binaries to executable</echo>
211 <!-- if linux -->
212 <chmod dir="${installDir}/gs2build/bin/linux/ghostscript/bin" includes="*" perm="775"/>
213 <!-- /if -->
214 <!-- if mac -->
215 <chmod dir="${installDir}/gs2build/bin/darwin/ghostscript/bin" includes="*" perm="775"/>
216 <!-- /if -->
217
218 </target>
219
[23843]220 <!-- NO FLAX END -->
221
[22325]222 <!-- start amp -->
223
224 <target name="Installing AMP">
225 <echo>Installing Apache, MySQL and PHP</echo>
226 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="amp.lzma"/></patternset></unzip>
227 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x amp.lzma"/></exec><!-- /if -->
228 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/amp.lzma" output="${basedir}/amp.comp"/><!-- /if -->
229 <delete file="amp.lzma"/>
230 <unzip src="${basedir}/amp.comp" dest="${installDir}/ext/amp"/>
231 <delete file="amp.comp"/>
232
233 <!-- if linux|mac -->
234 <echo>Setting binaries to executable</echo>
235 <chmod dir="${installDir}/ext/amp" includes="*" perm="775"/>
236 <!-- /if -->
237 </target>
238
239 <!-- end amp -->
240
[17596]241 <target name="Installing Tomcat">
[19935]242
[17123]243 <echo>Installing Tomcat (packages/tomcat)</echo>
[17446]244 <mkdir dir="packages"/>
[20190]245 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="tomcat.lzma"/></patternset></unzip>
246 <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x tomcat.lzma"/></exec><!-- /if -->
247 <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/tomcat.lzma" output="${basedir}/tomcat.comp"/><!-- /if -->
248 <delete file="tomcat.lzma"/>
249 <unzip src="${basedir}/tomcat.comp" dest="${installDir}"/>
250 <delete file="tomcat.comp"/>
[17446]251
[20190]252
[17123]253 <echo>Changing tomcat ports tomcat's server.xml</echo>
[25156]254 <copy file="${installDir}/resources/tomcat/server_tomcat7.xml" tofile="${installDir}/packages/tomcat/conf/server.xml" overwrite="true"/>
[19935]255 <rsr file="${installDir}/packages/tomcat/conf/server.xml">
256 <job pattern="@port@" replacement="${tomcat.port}"/>
257 <job pattern="@shutdown-port@" replacement="${tomcat.shutdown.port}"/>
258 </rsr>
259
[17123]260 <echo>Copying greenstone3.xml to tomcat directory</echo>
[15973]261 <copy file="${installDir}/resources/tomcat/greenstone3.xml" tofile="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" overwrite="true"/>
[19962]262 <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="@gsdl3webhome@" replacement="${installDir.local}${file.separator}web" />
[23667]263 <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="@privilegedattribute@" replacement="privileged='true'" />
[26076]264
265 <!-- FLAX START -->
266 <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="localsite" replacement="flax" />
267 <!-- FLAX END -->
268
[19935]269 <echo>Set binaries to executable</echo>
[15973]270 <chmod dir="${installDir}/packages/tomcat/bin" includes="*.sh" perm="775"/>
[19935]271
[15142]272 </target>
[15205]273
[19935]274 <target name="Installing Start Menu Shortcuts">
[17786]275
[19935]276 <echo>Installing Start Menu Shortcuts</echo>
[17814]277
[23937]278 <!-- NO FLAX START -->
279
[19935]280 <mkdir dir="${startmenu.path}\Documentation"/>
[23811]281
[19935]282 <shortcut
283 file="${startmenu.path}\Greenstone3 Server.lnk"
284 execute="${installDir}\gs3-server.bat"
285 workingDirectory="${installDir}"
[21819]286 iconFile="${installDir}\resources\images\server.ico"
[19935]287 iconIndex="0" />
[17786]288
[19935]289 <shortcut
290 file="${startmenu.path}\Greenstone Librarian Interface (GLI).lnk"
291 execute="${installDir}\gli\gli.bat"
292 workingDirectory="${installDir}\gli"
[21819]293 iconFile="${installDir}\resources\images\librarian.ico"
[19935]294 iconIndex="0" />
295
296 <shortcut
297 file="${startmenu.path}\Greenstone Editor for Metadata Sets (GEMS).lnk"
298 execute="${installDir}\gli\gems.bat"
299 workingDirectory="${installDir}\gli"
[21819]300 iconFile="${installDir}\resources\images\metadata.ico"
[19935]301 iconIndex="0" />
[17786]302
[19935]303 <shortcut
304 file="${startmenu.path}\Uninstall.lnk"
[23836]305 execute="${installDir}\uninstall\Uninstall.bat"
[19935]306 workingDirectory="${installDir}"
[20012]307 iconFile="${installDir}\resources\images\uninstall.ico"
[19935]308 iconIndex="0" />
309
310 <shortcut
311 file="${startmenu.path}\Documentation\README.lnk"
312 execute="${installDir}\README.txt" />
313
314 <shortcut
315 file="${startmenu.path}\Documentation\Greenstone3 Users' Guide.lnk"
316 execute="${installDir}\documentation\manual\manual.pdf" />
317
318 <shortcut
319 file="${startmenu.path}\Documentation\Greenstone2 Users' Guide.lnk"
320 execute="${installDir}\documentation\manual\gs2_user_en.pdf" />
[20012]321
322 <shortcut
323 file="${startmenu.path}\Documentation\Greenstone Wiki.url"
324 url="http://wiki.greenstone.org" />
325
326 <shortcut
327 file="${startmenu.path}\Documentation\Greenstone Website.url"
328 url="http://www.greenstone.org" />
[19935]329
[23811]330 <!-- NO FLAX END -->
331
[24091]332 <!-- FLAX START -->
[23811]333
334 <shortcut
335 file="${startmenu.path}\Start FLAX Server.lnk"
336 execute="${installDir}\gs3-server.bat"
337 workingDirectory="${installDir}"
338 iconFile="${installDir}\resources\images\server.ico"
339 iconIndex="0" />
340
341 <shortcut
342 file="${startmenu.path}\Uninstall.lnk"
[23836]343 execute="${installDir}\uninstall\Uninstall.bat"
[23811]344 workingDirectory="${installDir}"
345 iconFile="${installDir}\resources\images\uninstall.ico"
346 iconIndex="0" />
347
348 <!-- FLAX END -->
[19935]349 </target>
[24437]350
351 <target name="Configuring Administration Pages" if="enable.admin.pages">
352 <echo>Enabling Admin Pages</echo>
353 <rsr file="${installDir}/web/sites/localsite/siteConfig.xml" pattern="&lt;!--&lt;serviceRack name='Authentication'/&gt;--&gt;" replacement="&lt;serviceRack name='Authentication'/&gt;"/>
[25329]354 <echo>Creating admin user</echo>
355 <!--<echo>Creating admin and demo users</echo>-->
[25611]356 <ant dir="${installDir}" antfile="build.xml" target="config-admin" inheritAll="false">
357 <property name="admin.password" value="${admin.password}"/>
358 </ant>
[25329]359 <!--<adduser txt2db="org.greenstone.gsdl3.util.ChangePwdUsersDB"
360 usersDb="${installDir}/web/sites/localsite/etc/usersDB"
[24437]361 username="admin"
362 password="${admin.password}"
363 groups="administrator,colbuilder,all-collections-editor"
[25329]364 comment="created at install time"
365 email=""/>
[24437]366 <adduser
[25329]367 txt2db="org.greenstone.gsdl3.util.ChangePwdUsersDB"
368 usersDb="${installDir}/web/sites/localsite/etc/usersDB"
[24437]369 username="demo"
370 password="demo"
371 groups="demo"
[25329]372 comment="Dummy 'demo' user with password 'demo' for authen-e collection"
373 email=""/>-->
[24437]374 </target>
375
[19935]376 <!-- util target to extract the given component -->
377 <!-- pass in ${component.name} as a param -->
[20190]378 <!-- unused at this time as causes display errors in installer gui!
[19935]379 <target name="extract-component">
[20190]380 <!- - extract the component into place - ->
[19935]381 <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="${component.name}.lzma"/></patternset></unzip>
[20190]382 <!- - if windows - ->
[19935]383 <exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x ${component.name}.lzma"/></exec>
[20190]384 <!- - /if - ->
385 <!- - if linux|mac - ->
[19935]386 <sevenzip task="decode" input="${basedir}/${component.name}.lzma" output="${basedir}/${component.name}.comp"/>
[20190]387 <!- - /if - ->
[19935]388 <delete file="${component.name}.lzma"/>
389 <unzip src="${basedir}/${component.name}.comp" dest="${installDir}"/>
390 <delete file="${component.name}.comp"/>
[17786]391 </target>
[20190]392 -->
[17786]393
[14982]394</project>
Note: See TracBrowser for help on using the repository browser.