source: gs3-extensions/selfcontained-ant/trunk/PREPARE-WINDOWS.bat@ 37527

Last change on this file since 37527 was 37527, checked in by davidb, 14 months ago

Changes after developing and testing selfcontained-ant

  • Property svn:executable set to *
File size: 233 bytes
Line 
1@echo off
2
3set version=-1.9.16
4
5
6tar -xvzf apache-ant%version%-bin.tar.gz ^
7 && rename apache-ant%version% apache-ant
8
9if %ERRORLEVEL% EQU 0 (
10 echo Unzipped Apache Ant and renamed the directory to:
11 echo apache-ant
12)
13
14
Note: See TracBrowser for help on using the repository browser.