Hi,
   
  i have to zip the files ofter taking the build,for that one i have used like 
below
   
  <zip basedir="${dest1}" destfile="${dest1}\build_xxx\build_xxx.zip" 
includes="*.pdf,*.ear,*.xml,*.doc,*.properties,*.rtf" update="true" >
       <fileset dir="${sources-dir}" includes="xxx.properties"/>
    <fileset dir="${sources-dir}" includes="xxxx.xml"/>
    <zipfileset dir="${dest1}\build_xxx" includes="xxx.pdf" 
fullpath="${dest1}\build_xxx\xxxxx.pdf"/>
       <zipfileset dir="${dest1}\build_xxx" includes="xxxww.rtf" 
fullpath="${dest1}\build_xxx\zzzz.rtf"/>
       <fileset dir="${ear-dir}" includes="qqqq.ear"/>
  </zip>
   
   
  but my problem is the zip it is including only two files with 30 MB(ear,rtf 
files) capacity.i need to include all the files(pdf,properties,xml,ear,rtf ).
   
  (i think memory limitation is there to zip the files with ant)
   
  if anybody solve this problem with ant, that's a great appreciation.
  please give me immediate reply, i have been trying last two days.
   
  thanks,
  prasad kumar
   
   
   

       
---------------------------------
 Check out what you're missing if you're not on Yahoo! Messenger 

Reply via email to