Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win exit code fix #421

Closed
wants to merge 14 commits into from
Closed

Win exit code fix #421

wants to merge 14 commits into from

Commits on Oct 21, 2014

  1. Configuration menu
    Copy the full SHA
    ef560b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b5fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f5c66b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. fix windows batch argument probrem.

    the `shift` command of cmd.exe is not shift `%*`.
    and use delayed-expansion. immediate expansion cause many troubles of special-characters in arguments.
    nazoking authored and muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    6a7a131 View commit details
    Browse the repository at this point in the history
  2. create new test

    nazoking authored and muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    da6ee39 View commit details
    Browse the repository at this point in the history
  3. print more detail info on fail

    nazoking authored and muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    b641e52 View commit details
    Browse the repository at this point in the history
  4. fix test

    nazoking authored and muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    00e870b View commit details
    Browse the repository at this point in the history
  5. split test

    nazoking authored and muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    6d18e3c View commit details
    Browse the repository at this point in the history
  6. fix import

    Conflicts:
    	src/sbt-test/windows/java-app-archetype/build.sbt
    nazoking authored and muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    062af53 View commit details
    Browse the repository at this point in the history
  7. Setting maintainer for Docker images can be optional.

    The maintainer line is optional in the Dockerfile. While the initial commit
    assumed that it was required, it appears that this is not the case. We
    can therefore skip adding the line if the maintainer is not set.
    Gary Coady authored and muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    e75b6c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8f418a View commit details
    Browse the repository at this point in the history
  9. Enforcing java-6 for now

    muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    8a5c5f4 View commit details
    Browse the repository at this point in the history
  10. Revert "Enforcing java-6 for now"

    This reverts commit 20d56d6.
    muuki88 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    b99e171 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. windows bat exit code fix

    Return exit code 1 in windows bat script if java application exits with
    a return code greater than 0.  Update windows bat regression tests to
    check the returned code.
    bjuric committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    6b44f17 View commit details
    Browse the repository at this point in the history