How can I unzip a specific folder?

后端 未结 3 2182
名媛妹妹
名媛妹妹 2021-02-19 12:16

How can I unzip a specific folder with Ant?

Specifically, I have downloaded apache-tomcat-6.0.29.zip which contains the folder \"apache-tomcat-6.0.29\". I want Ant to u

3条回答
  •  有刺的猬
    2021-02-19 12:43

    The following works as long that there is a single directory in the tomcat archive.

    
      
    
    

提交回复
热议问题