Tag Archives: command line

Zip with ANT on Windows command line

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.