Short two liner for ANT zipping on Windows.
>build.xml echo ^<project^>^<zip destfile=^"zipFile.zip^" basedir=^"toBeZipped^" /^>^</project^>
ant
Because Windows doesn’t apparently have a zip command line.
Updated here for Windows without ANT.
Short two liner for ANT zipping on Windows.
>build.xml echo ^<project^>^<zip destfile=^"zipFile.zip^" basedir=^"toBeZipped^" /^>^</project^>
ant
Because Windows doesn’t apparently have a zip command line.
Updated here for Windows without ANT.