Zip the dist

From: Cornelius Jaeger (cjaege..isualfood.ch)
Date: Wed Jul 11 2007 - 14:26:27 EDT

  • Next message: Chuck Hill: "Re: Zip the dist"

    Hi All

    I've been slowly switching to Eclipse and WOLips and, well, it's
    really great.
    I'm, of course, a complete ant ignoramous and was wondering if
    someone could tell me how to get eclipse to zip or tgz my dist
    directory.
    I read the docs for ant and the zip task, but i'm not sure where to
    tie it into the build.xml.

            <zip destfile="${dist}/${projectName}.zip"
                   basedir="${dist}.woa"
                   update="true"
                   level="9"
                   whenempty="fail"
                   duplicate="fail"
                   roundup="false"
              />

    can anyone point me in the right direction?

    cheers

    Cornelius



    This archive was generated by hypermail 2.0.0 : Wed Jul 11 2007 - 14:27:29 EDT