Thanks guys, that's a ton of params... nice!
 
----- Original Message -----
Sent: Wednesday, February 15, 2006 2:59 PM
Subject: Re: [osflash] ZIP Automatiion

http://ant.apache.org/manual/CoreTasks/zip.html

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 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





--
::| Carlos Rovira
::| http://www.carlosrovira.com


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to