Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r311 - trunk/sites/psi

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r311 - trunk/sites/psi


Chronological Thread 
  • From: "AFS account Florian Huebner" <huebner AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r311 - trunk/sites/psi
  • Date: Thu, 20 Nov 2008 12:02:12 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: huebner
Date: Thu Nov 20 12:02:12 2008
New Revision: 311

Log:
Fixed the "copy-oodaemon" target

Modified:
trunk/sites/psi/build.xml

Modified: trunk/sites/psi/build.xml
==============================================================================
--- trunk/sites/psi/build.xml (original)
+++ trunk/sites/psi/build.xml Thu Nov 20 12:02:12 2008
@@ -167,8 +167,6 @@
<target name="copy-dmsd" description="">
<!-- Copy the dmsd files to the dmsd directory -->
<echo message="Copying files..." />
- <copy file="${psi-idok.basedir}/oodaemon/oodaemon.sh"
- tofile="${dmsd_install.dir}/../../etc/init.d/oodaemon"
/>
<copy file="${dist.dir}/idok.jar"
tofile="${dmsd_install.dir}/dmsd.jar" />
<copy todir="${dmsd_install.dir}" overwrite="yes"
verbose="yes">
@@ -201,6 +199,8 @@
<copy todir="${install.dir}/ood" flatten="false"
overwrite="true">
<fileset file="${psi-idok.basedir}/oodaemon/**" />
</copy>
+ <copy file="${psi-idok.basedir}/oodaemon/oodaemon.sh"
+ tofile="${dmsd_install.dir}/../../etc/init.d/oodaemon"
/>
<copy file="${psi-idok.basedir}/oodaemon/iDocConv.sh"
tofile="${install.dir}/conv" />
<copy file="${idok.basedir}/lib/OOServerDaemon.jar"
@@ -213,6 +213,7 @@
todir="${install.dir}/ood/lib/" />
<copy file="${idok.basedir}/lib/unoil.jar"
todir="${install.dir}/ood/lib/" />
+ <chmod file="${dmsd_install.dir}/../../etc/init.d/oodaemon"
perm="u+x"/>
<chmod perm="u+x" verbose="yes">
<fileset dir="${install.dir}/ood/scripts"
casesensitive="yes">
<include name="*.sh" />



  • [idok-commit] idok commit r311 - trunk/sites/psi, AFS account Florian Huebner, 11/20/2008

Archive powered by MHonArc 2.6.19.

Top of Page