abhishek24509 / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
0 stars 0 forks source link

Windows start.bat not working when AW_HOME set. #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set up environment property AW_HOME
2. run start.bat

What is the expected output? What do you see instead?

expected: demo start
see: The system cannot find the batch label specified - check_ANT_HOME

What version of the product are you using? On what operating system?

version of aw: all with start.bat
os: any windows

Please provide any additional information below.

start.bat line 15

if not "%AW_HOME%" == "" goto check_ANT_HOME

batch label check_ANT_HOME is not implemented

workaround comment out line 15 or implement check_ANT_HOME

Original issue reported on code.google.com by martin.v...@gmail.com on 30 Sep 2009 at 7:44