source: release-kits/wirk3/setup.bat@ 19665

Last change on this file since 19665 was 19665, checked in by oranfry, 15 years ago

fixed code to propagate server.default.servlet property

File size: 245 bytes
Line 
1@echo off
2
3pushd %~dp0
4
5if not "%WIRK3_HOME%" == "" goto already
6set WIRK3_HOME=%CD%
7set ANT_HOME=%WIRK3_HOME%\core\ant
8set PATH=%WIRK3_HOME%\bin;%ANT_HOME%\bin;%PATH%
9echo Done
10goto end
11
12:already
13echo wirk3 environment already set up
14
15:end
16popd
Note: See TracBrowser for help on using the repository browser.