source: release-kits/wirk3/bin/launch4j/demo/ConsoleApp/build.bat@ 15023

Last change on this file since 15023 was 15023, checked in by oranfry, 16 years ago

did the bulk of the work on wirk3

File size: 272 bytes
Line 
1@echo off
2if "%ANT_HOME%"=="" goto noAntHome
3if "%JAVA_HOME%"=="" goto noJavaHome
4call "%ANT_HOME%\bin\ant.bat" exe
5goto end
6
7:noAntHome
8echo ANT_HOME environment variable is not set
9goto end
10
11:noJavaHome
12echo JAVA_HOME environment variable is not set
13
14:end
Note: See TracBrowser for help on using the repository browser.