[jboss-jira] [JBoss JIRA] (AS7-5579) standalone.bat using 'or' keyword for --debug parameter

Bertrand Donnet (JIRA) jira-events at lists.jboss.org
Tue Sep 18 10:29:34 EDT 2012


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


More information about the jboss-jira mailing list