Petals ESB Container

startup.bat -help has a clumsy display in windows

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 3.1
  • Fix Version/s: 4.0.0
  • Component/s: Launcher
  • Security Level: Public
  • Description:
    Hide

    Minor formatting stuff in startup.bat, provoking ugly display when calling help in windows command line.
    Just copy-paste the new one for a better display

    == OLD. Current lines ==
    ========================
    :help
    echo The startup.bat script is used to start PEtALS.
    echo usage : startup.sh [-h] [-C]
    echo -h : prints the help message
    echo -C : PEtALS is starting with command line
    echo -b : Start PEtALS without launching a new window
    goto :EOF

    == NEW. These one are corrected ==
    ==================================
    :help
    echo startup.bat script starts Petals ESB.
    echo usage : startup.sh [-h] [-C]
    echo -h : Prints the help message
    echo -C : Starts Petals ESB with command line
    echo -b : Starts Petals ESB without launching a new window
    goto :EOF

    Show
    Minor formatting stuff in startup.bat, provoking ugly display when calling help in windows command line. Just copy-paste the new one for a better display == OLD. Current lines == ======================== :help echo The startup.bat script is used to start PEtALS. echo usage : startup.sh [-h] [-C] echo -h : prints the help message echo -C : PEtALS is starting with command line echo -b : Start PEtALS without launching a new window goto :EOF == NEW. These one are corrected == ================================== :help echo startup.bat script starts Petals ESB. echo usage : startup.sh [-h] [-C] echo -h : Prints the help message echo -C : Starts Petals ESB with command line echo -b : Starts Petals ESB without launching a new window goto :EOF
  • Environment:
    windows 7
  1. startup.bat changes.txt
    (0.5 kB)
    Mathieu Lebreton
    Fri, 1 Oct 2010 - 16:28:01 +0200

Activity

Hide
Mathieu Lebreton added a comment - Fri, 1 Oct 2010 - 16:23:13 +0200 - edited

Fuck, JIRA changes the formatting !
Because someone used "spaces" instead of "tabs" for the last echo, creating a clumsy display, but we don't see it here.

Look at the attached TXT file.

Show
Mathieu Lebreton added a comment - Fri, 1 Oct 2010 - 16:23:13 +0200 - edited Fuck, JIRA changes the formatting ! Because someone used "spaces" instead of "tabs" for the last echo, creating a clumsy display, but we don't see it here. Look at the attached TXT file.

People

Dates

  • Created:
    Fri, 1 Oct 2010 - 16:21:30 +0200
    Updated:
    Sat, 2 Oct 2010 - 19:24:13 +0200
    Resolved:
    Sat, 2 Oct 2010 - 19:24:13 +0200