hi all,
   
    if iam using like below
  <zip basedir="${dest1}" destfile="${dest1}\build_xxx\build_xxx.zip" 
includes="*.pdf,*.ear,*.xml,*.doc,*.properties,*.rtf" update="true" >
  <zipfileset dir="${dest1}\build_xxx" includes="Reports-xxx.xml" 
prefix="${dest1}\build_xxx\xxx.xml"/>
  

  it is zipping but it is not not including all the required files.it is 
including only rtf,ear files.it is not including pdf,xml,properties files
  if iam using 
  <zip basedir="${dest1}" destfile="${dest1}\build_xxx\build_xxx.zip" 
includes="*.pdf,*.ear,*.xml,*.doc,*.properties,*.rtf" update="true" >
  <zipfileset src="${dest1}\build_xxx" includes="Reports-xxx.xml" 
prefix="${dest1}\build_xxx\xxx-xxx"/>
  

  it is giving error as "problem opening 'srcfile".
   
  (just i changed dir to src).
  i checked the folder properties,it is there in "read only" checked mode i 
changed to unchecked mode,but ofter some time if iam seeing folder properties 
it is in read only cheked mode.how can i get the ownership on that particular 
folder.iam using windows xp professional o/s.
  

   
  My doubt is the problem with folder or ant code?
  

  If any person knows to solve this and respond that's a great appreciation
   
   
  thanks,
   
  prsasad



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

Reply via email to