leif        2003/03/10 00:45:12

  Modified:    .        build.xml
  Log:
  Fix some problems with the Linux build and the Wrapper.
  
  Revision  Changes    Path
  1.221     +5 -2      avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/build.xml,v
  retrieving revision 1.220
  retrieving revision 1.221
  diff -u -r1.220 -r1.221
  --- build.xml 10 Mar 2003 08:15:09 -0000      1.220
  +++ build.xml 10 Mar 2003 08:45:11 -0000      1.221
  @@ -250,8 +250,8 @@
       </target>
       <target name="get-wrapper-unix" if="is.Unix">
           <mkdir dir="${repo.dir}/wrapper"/>
  -        <get 
src="http://telia.dl.sourceforge.net/sourceforge/wrapper/${wrapper.dist.name}.zip";
  -            dest="${repo.dir}/wrapper/${wrapper.dist.name}.zip"
  +        <get 
src="http://telia.dl.sourceforge.net/sourceforge/wrapper/${wrapper.dist.name}.tar.gz";
  +            dest="${repo.dir}/wrapper/${wrapper.dist.name}.tar.gz"
               verbose="true"
               usetimestamp="true"/>
           <gunzip src="${repo.dir}/wrapper/${wrapper.dist.name}.tar.gz" 
dest="${repo.dir}/wrapper"/>
  @@ -281,6 +281,9 @@
           <copy file="${repo.dir}/wrapper/bin/libwrapper.so" todir="${bin.dist.bin}"/>
           
           <copy file="${phoenix-wrapper.sh}" 
tofile="${bin.dist.bin}/phoenix-wrapper.sh"/>
  +     <chmod file="${bin.dist.bin}/*.sh" perm="u+x"/>
  +     <chmod file="${bin.dist.bin}/realpath" perm="u+x"/>
  +     <chmod file="${bin.dist.bin}/wrapper" perm="u+x"/>
       </target>
       <target name="dist-lite-wrapper" depends="dist-lite-wrapper-windows, 
dist-lite-wrapper-unix"
           if="wrapper.present"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to