how to unzip multiple zip files through ant script using for loop; no output

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kimhyung
    New Member
    • Dec 2012
    • 1

    how to unzip multiple zip files through ant script using for loop; no output

    How do I run multiple zip files unzip through ant script using for loop? I didn't get any output.

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <unzip dest="D:\">
    <fileset dir=D:\>
     <echo message="The unzip the files:"/>
    <for list="**/*" param="letter">
     
    </for>
    </fileset>
    </unzip>
    </project>
    Last edited by acoder; Dec 27 '12, 10:10 AM. Reason: Please use [code] tags; added text
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    I am not getting the relationship between xml and php. I am not sure what script is this.

    Comment

    Working...