Skip to content
Alexey Shumkin edited this page Jun 21, 2019 · 1 revision

Действие

Распаковывает zip-архив

Атрибуты

  • zipfile,
  • src — имя архива
  • todir,
  • dest — папка, в которую распаковывать архив

Пример

<target name="example">
    <unzip zipfile="${zipfile}" todir="extracted" />
</target>

Категория:Want. Теги

Clone this wiki locally