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

Use the proper platform methods in the Scala launcher #229

Merged
merged 1 commit into from Nov 14, 2012

Commits on Nov 9, 2012

  1. Use the proper platform methods in the Scala launcher

    This is a small refactoring that improves a bit the Scala launcher:
    
    * the existence of the main class is checked in `finalLaunchCheck`, instead of inside `launch`
    * compilation errors are done through markers, and integrates with the platform error message. The check is
      also done during `finalLaunchCheck` and now prompts the user if any required project has compilation errors
      before launching.
    
    Fixed #100740, possibly others.
    dragos committed Nov 9, 2012
    Copy the full SHA
    c74dde4 View commit details
    Browse the repository at this point in the history