<target name="compress">
<zip destfile="${workspace}/zip/toolkit.zip" update="false">
<zipfileset dir="${workspace}/folderToZip/cp" />
<zipfileset dir="${dist}" prefix="source" />
</zip>
</target>
Jim Kremens
On 2/15/06, JesterXL <[EMAIL PROTECTED]> wrote:
Is there an ANT script, .bat file, DOS, or Cygwin command I can use to zip a
directory? It'd be nice if I could have this run after my Flash/Flex
project is built.
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
--
Jim Kremens
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
