You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by ha...@apache.org on 2001/11/04 22:49:14 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db build.xml

hammant     01/11/04 13:49:14

  Modified:    apps/db  build.xml
  Log:
  install requires deletion of var/*install.log too
  
  Revision  Changes    Path
  1.12      +4 -2      jakarta-avalon-cornerstone/apps/db/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	2001/11/04 10:22:13	1.11
  +++ build.xml	2001/11/04 21:49:14	1.12
  @@ -21,6 +21,7 @@
     <!-- Set the installation variables for Cornerstone/Phoenix -->
     <property name="phoenix.home" value="../../../jakarta-avalon-phoenix/dist"/>
     <property name="install.dir" value="${phoenix.home}/apps"/>
  +  <property name="installvar.dir" value="${phoenix.home}/var"/>
   
     <!-- Set the properties for intermediate directory -->
     <property name="build.dir" value="build"/>
  @@ -290,9 +291,10 @@
   
     <target name="install" depends="main" description="Installs into Phoenix">
       <!-- <fail message="install.dir not specified." unless="install.dir"/> -->
  -    <echo message="Installing to ${install.dir}" />
  -    <delete dir="${install.dir}/avalon-db" />
  +    <echo message="Installing to ${install.dir}" />    
       <copy file="${build.lib}/avalon-db.sar" todir="${install.dir}" />
  +    <delete file="${installvar.dir}/avalon-db-install.log" />     
  +    <delete dir="${install.dir}/avalon-db" />
     </target>
   
     <target name="uninstall" description="Uninstalls from Phoenix">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>