Bertrand Donnet created AS7-5579:
------------------------------------
Summary: standalone.bat using 'or' keyword for --debug parameter
Key: AS7-5579
URL:
https://issues.jboss.org/browse/AS7-5579
Project: Application Server 7
Issue Type: Bug
Components: Scripts
Affects Versions: 7.2.0.Alpha1
Environment: Windows 7 SP1
Reporter: Bertrand Donnet
Assignee: Brian Stansberry
Priority: Minor
When using a parameter like --server-file with standalone.bat, at line 18, keyword
'or' prevents the IF test from working correctly and always set DEBUG mode. this
is not supported in .BAT
) else if "%1" == "--debug" or "%1" == "-d" (
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira