2006/2/15, Jim Kremens <[EMAIL PROTECTED]
>:
This will work, assuming you have Ant working. It's just the zip task...
<target name="compress">
<zip destfile="${workspace}/zip/toolkit.zip" update="false">
<zipfileset dir="${workspace}/folderToZip/cp" />
<zipfileset dir="${dist}" prefix="source" />
</zip>
</target>
Jim KremensOn 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
--
::| Carlos Rovira
::| http://www.carlosrovira.com
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
